Color Survey Results

Who in the rainbow can draw the line where the violet tint ends and the orange tint begins? Distinctly we see the difference of the colors, but where exactly does the one first blendingly enter into the other? So with sanity and insanity.
—Herman Melville, Billy Budd

Orange, red? I don’t know what to believe anymore!
—Anonymous, Color Survey

I WILL EAT YOUR HEART WITH A FUCKING SPOON IF YOU AKS ANY MORE QUESTIONS ABOUT COLORS
—Anonymous, Color Survey

Thank you so much for all the help on the color survey.  Over five million colors were named across 222,500 user sessions.  If you never got around to taking it, it’s too late to contribute any data, but if you want you can see how it worked and take it for fun here.

First, a few basic discoveries:

  • If you ask people to name colors long enough, they go totally crazy.
  • “Puke” and “vomit” are totally real colors.
  • Colorblind people are more likely than non-colorblind people to type “fuck this” (or some variant) and quit in frustration.
  • Indigo was totally just added to the rainbow so it would have 7 colors and make that “ROY G. BIV” acronym work, just like you always suspected. It should really be ROY GBP, with maybe a C or T thrown in there between G and B depending on how the spectrum was converted to RGB.
  • A couple dozen people embedded SQL ‘drop table’ statements in the color names. Nice try, kids.
  • Nobody can spell “fuchsia”.

Overall, the results were really cool and a lot of fun to analyze.  There are some basic limitations of this survey, which are discussed toward the bottom of this post.  But the sheer amount of data here is cool.

Sex

By a strange coincidence, the same night I first made the color survey public, the webcomic Doghouse Diaries put up this comic (which I altered slightly to fit in this blog, click for original):

It was funny, but I realized I could test whether it was accurate (as far as chromosomal sex goes, anyway, which we asked about because it’s tied to colorblindness) [Note: For more on this distinction, see my follow-up post]. After the survey closed, I generated a version of the Doghouse Diaries comic with actual data, using the most frequent color name for the handful of colors in the survey closest to the ones in the comic:

Basically, women were slightly more liberal with the modifiers, but otherwise they generally agreed (and some of the differences may be sampling noise).  The results were similar across the survey—men and women tended on average to call colors the same names.

So I was feeling pretty good about equality.  Then I decided to calculate the ‘most masculine’ and ‘most feminine’ colors.  I was looking for the color names most disproportionately popular among each group; that is, the names that the most women came up with compared to the fewest men (or vice versa).

Here are the color names most disproportionately popular among women:

  1. Dusty Teal
  2. Blush Pink
  3. Dusty Lavender
  4. Butter Yellow
  5. Dusky Rose

Okay, pretty flowery, certainly.  Kind of an incense-bomb-set-off-in-a-Bed-Bath-&-Beyond vibe.  Well, let’s take a look at the other list.

Here are the color names most disproportionately popular among men:

  1. Penis
  2. Gay
  3. WTF
  4. Dunno
  5. Baige

I … that’s not my typo in #5—the only actual color in the list really is a misspelling of “beige”.  And keep in mind, this is based on the number of unique people who answered the color, not the number of times they typed it.  This isn’t just the effect of a couple spammers. In fact, this is after the spamfilter.

I weep for my gender.  But, on to:

RGB Values

Here are RGB values for the first 48 out of about a thousand colors whose RGB values (across the average monitor, shown on a white background) I was able to pin down with a fairly high degree of precision:

The full table of 954 colors is here, also available as a text file here (I have no opinion about whether it should be used to build a new X11 rgb.txt except that seems like the transition would be a huge headache.)

The RGB value for a name is based on the location in the RGB color space where there was the highest frequency of responses choosing that name.  This was tricky to calculate.  I tried simple geometric means (conceptually flawed), a brute force survey of all potential center points (too slow), and fitting kernel density functions (math is hard). In the end, I used the average of a bunch of runs of a stochastic hillclimbing algorithm.  For mostly boring notes on my data handling for this list, see the comments at the bottom of the xkcd.com/color/rgb/ page.

Spelling and Spam

Spelling was an issue for a lot of users:

Now, you may notice that the correct spelling is missing.  This is because I can’t spell it either, and when running the analysis, used Google’s suggestion feature as a spellchecker:

A friend pointed out that to spell it right, you can think of it as “fuck-sia” (“fuch-sia”).

Misspellings aside, a lot of people spammed the database, but there were some decent filters in place.  I dropped out people who gave too many answers which weren’t colors used by many other people.  I also looked at the variation in hue; if people gave the same answer repeatedly for colors of wildly varying hue, I threw out all their results.  This mainly caught people who typed the same thing over and over.  Some were obviously using scripts; based on the filter’s certainty, the #1 spammer in the database was someone who named 2,400 colors—all with the same racial slur.

Map

Here’s a map of color boundaries for a particular part of the RGB cube.  The data here comes from a portion of the survey (1.5 million results) which sampled only this region and showed the colors against both black and white backgrounds.

The data for this chart is here (3.6 MB text file with each RGB triplet named).  Despite some requests, I’m not planning to make a poster of any of this, since it seems wrong to take advantage of all this volunteer effort for a profit; I just wanted to see what the results looked like.  You’re welcome to print one up yourself (huge copy here), but keep in mind that print color spaces are different from monitor ones.

Basic Issues

Of course, there are basic issues with this color survey.  People are primed by the colors they saw previously, which adds overall noise and some biases to the data (although it all seemed to even out in the end).  Moreover, monitors vary; RGB is not an absolute color space.  Fortunately, what I’m really interested in is what colors will look like on a typical monitors, so most of this data is across the sample of all non-colorblind users on all types of monitors (>90% LCD, roughly 6% CRT).

Color is a really fascinating topic, especially since we’re taught so many different and often contradictory ideas about rainbows, different primary colors, and frequencies of light. If you want to understand it better, you might try the neat introduction in Chapter 35 ofThe Feynman Lectures on Physics (Vol. 1), read Charles Poynton’s Color FAQ, or just peruse links from the Wikipedia article on color.  For the purposes of this survey, we’re working inside the RGB space of the average monitor, so this data is useful for picking and naming screen colors. And really, if you’re reading this blog, odds are you probably—like me—spend more time looking at a monitor than at the outdoors anyway.

Miscellaneous

Lastly, here are some assorted things people came up with while labeling colors:

Thank you so much to relsqui for writing the survey frontend, and to everyone else who sacrificed their eyeballs for this project.  If you have ideas and want to analyze these results further, I’ve posted the raw data as an SQLite dump here (84 MB .tar.gz file). It’s been anonymized, with IPs, URLs, and emails removed.  I also have GeoIP information; if you’d like to do geocorrelation of some kind, I’ll be providing a version of the data with basic region-level lat/long information (limited to protect privacy) sometime in the next few days. Note: The ColorDB data is the main survey.  The SatOnly data is the supplementary survey covering only the RGB faces in the map, and was presented on a half-black half-white background.)

And, of course, if you do anything fun with this data, I’d love to see the results—let me know at xkcd@xkcd.com.

1,287 replies on “Color Survey Results”

  1. Great; you discovered that you can make people waste time in ways they don’t want, or like, to waste time. i’m not sure who’re the bigger douchebags, the respondents or you.

    Like

  2. This is great. I have never been good at colours. As a child I always painted in black. The world is much easier in black. As an adult I need assistance whenever I use colour to pick ones that actually work together in a sensible way. I’d love to see the regional results.

    Like

  3. i just noticed, cause i’m slow… that salmon was only mentioned by guys… do we really hate wearing pink that much. i know that i wrote it when i was taking the color survey

    Like

  4. I hate to intrude like this, but do you not mean “colour”? I nearly died every time I read that abomination of an Americanism that infected your post..

    Like

  5. I’m disappointed that you didn’t do a survey on what is considered to be the BEST colour. Although I’d predict in advance that it would be green, reflecting my own biases.

    Like

  6. This would make a great poster. Please reconsider. If you don’t want to profit off the community-generated data, all you have to do is donate the net proceeds to your favorite charity. (Or perhaps conduct a survey to pick the charity, and use that one.)

    Like

  7. The fuchsia thing… I was quite ready to tell you that you were “wrong on the internet” until I realized that you were pointing out that Google themselves got it wrong in the suggestion feature. You win this time…

    Like

  8. I just went through the text file with names and hex colors and I noticed it only had 949 colors instead of the 954 you say it has and it’s missing a tab after ‘bright red’s hex value.

    Like

  9. Huh. Salmon was mentioned only by men.

    That being said, I have an absolutely AWESOME salmon shirt.

    Like

  10. What about Grey? There are many shades of Grey. You don’t have any Black or White either.

    Like

  11. That quote at the top of the page reminded me of something my Japanese teacher once told me… Apparently, in Japan their traffic lights are aka/red, kiiro/yellow, and ao/blue. The interesting thing is, that “blue” light is actually green, just like ours. The difference is that their definition of blue expands farther into what we think of as green.
    It would be very interesting to do this same test, but in foreign languages to see if blue, bleu, 青, azul, синий, and all the different blues of the world are really the same.

    Like

  12. (insert stuppppppid comment)
    Yo Hablo español

    wiiiiii colours

    cheers from monterrey mexico.

    XKCD rule!!!

    Like

  13. I love that “half an hour before the first stars show up in the night sky” color.

    Like

  14. I swear, my dad taught me ROY G BIV for reading capacitors but there is no indigo in this fscking post-apocalyptical world!

    Like

  15. So I didn’t notice a result broken down by profession. Other artists (particularly painters) I know refer to color using the same terms. It is all about the pigment. Working with web colors for digital images meant to be seen online and working with digital images to be printed is a bit different and depends on color profiles as in CYMK or RBG in various forms, but as far as I know, perception by gender in these cases does not apply. Did I read all of the copy above on the “blag”? No, no way. I am a visual artist! Color is my life. Color me (Williamsburg brand) Cerulean Blue! Oh, that pesky brand thing! One cerulean blue does not equal another but I never ever think in terms of “teal”!

    Like

  16. Do you think you can correlate dietary trends with the particular shades labelled as poo (or variations)? It’s wrong, I know, but I’m actually kinda curious… :S

    Like

  17. Strange that – after showing that the correct spelling was fuschia – you went on to spell it as fuchsia. Dyslexia, perchance?

    Like

  18. Hey, Blah-blah Kenobi: read the post more closely. “Fuchsia”, strange as it looks, is actually the correct spelling and Google’s suggestion of “fuschia” was mistaken.

    I wonder if there’s a regional correlation between misspellings of fuchsia. For example, the only reason I know how to spell “fuchsia” is because there are advertisements all over my hometown for “Seattle’s Sexiest Burlesque Dancer: FUCHSIA FOXXX”, who apparently knows how to spell “fuchsia”, but not “fox”.

    Like

  19. To repeat what someone has surely already said in the hundreds of comments I can’t be arsed to read:

    The plant known as the Fuchsia is easy to spell if you just remember that it’s named after someone called Fuchs, which is German for “fox” and sounds like a drunk Irishman saying “fucks.”

    Its colour designation is odd though, since the wild Fuchsia is not pinkish at all but has flowers that look like ballerinas wearing red tutus and purple underskirts.

    The colour “Fuchsia” must refer to the fat pink Chinese-bred variety that people keep in pots for some unknown reason.

    Like

  20. I think you should make a poster out of that and in order to assuage your concerns about profiting from volunteers you could give the proceeds to a charity. I’d really like one of those posters, but don’t think I’d be able to print out a large && accurate one.

    Like

Comments are closed.