CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#7f000d
rgb(127,0,13)
hsl(354, 100%, 25%)
Color spaces
Names and values for each color representation
HSL | |
---|---|
Hue | 353.86° |
Saturation | 100% |
Lightness | 24.9% |
HSV / HSB | |
---|---|
Hue | 353.86° |
Saturation | 100% |
Value / Brightness | 49.8% |
RGB | |
---|---|
Red | 49.8% |
Green | 0% |
Blue | 5.1% |
CMYK | |
---|---|
Cyan | 0% |
Magenta | 100% |
Yellow | 89.76% |
Black | 50.2% |
YCbCr | |
---|---|
Y | 0.15 |
Cb | -0.06 |
Cr | 0.24 |
Nearest Colors Name
Most similar colors in standard
Color Harmonies
Schemes of colors that work well together
Adjacent / Analogous / Analogic
Pleasing and harmonious to the eye, they can be found in nature.
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.