Xkcd Colour names based on a survey: https://blog.xkcd.com/2010/05/03/color-survey-results/
A visualization of the RGB space covered by named colors
41–50 of 99 posts
Re: A visualization of the RGB space covered by named colors
#42I guess there exist multiple names for the same colors, per https://www.w3schools.com/cssref/css_colors.php, and for some reason "Aqua" takes precendence in this display.
Re: A visualization of the RGB space covered by named colors
#43Why is #00FFFF called "Aqua" and not "Cyan"? I guess there exist multiple names for the same colors, per https://www.w3schools.com/cssref/css_colors.php , and for some reason "Aqua" takes precendence in this display.
Re: A visualization of the RGB space covered by named colors
#44Re: A visualization of the RGB space covered by named colors
#45Great project! It's visually dazzling and it really drives home the sheer size of the universe(s) of named colors. I've long been interested in the names of colors and their associations. If I may plug my own site a bit, check out the "color thesaurus" feature on OneLook that organizes color names more linearly. Start with mauve, as an example: https://onelook.com/?w=mauve&colors=1 (It also lets you see the words evo…
And how far things have come since the X11 color names
Re: A visualization of the RGB space covered by named colors
#46Re: A visualization of the RGB space covered by named colors
#47Re: A visualization of the RGB space covered by named colors
#48Note that the headline gets this wrong but the page linked to gets this right.
sRGB or Rec2020 or ACEScg etc. are color spaces with known primaries and a known whitepoint. This is not nit-picky. Almost everyone doing CGI for the first time w/o reading up on some theory beforehand gets this wrong (because of gamma and then premultiplication, usually in that order).
Then there are color models which are also color spaces. CIE XYZ is an example.
Re: A visualization of the RGB space covered by named colors
#49Very clearly shows much more sensitive our eyes are to luminance rather than hue or saturation, which was the main observation that allowed for the high compression rate of JPEG
Re: A visualization of the RGB space covered by named colors
#50Very clearly shows much more sensitive our eyes are to luminance rather than hue or saturation, which was the main observation that allowed for the high compression rate of JPEG
Are you speaking of chroma subsampling, or is there a property of the discrete cosine transform that makes it more effective on luma rather than chroma?
Saying it’s the insight that led to JPEG seems wrong though, as DCT + quantization was (don’t quote me on this) the main technical breakthrough?