Shades of Bordeaux #590211
Tints of Bordeaux #590211
RGB
CMYK
RGB Variations
Color information
#590211 (or 0x590211) is known color: Bordeaux. HEX triplet: 59, 02 and 11. RGB value is (89,2,17). Sum of RGB (Red+Green+Blue) = 89+2+17=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #590211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590211 is #A6FDEE. Grayscale: #1D1D1D. Windows color (decimal): -10943983 or 1114713. OLE color: 1114713.
HSL color Cylindrical-coordinate representation of color #590211: hue angle of 349.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590211 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.65 |
| HSL | 349.66º | 0.96% | 0.18% | - |
| HSV(B) | 349.66º | 0.98% | 0.35% | - |
| XYZ | 4.24 | 2.21 | 0.73 | - |
| YUV | 29.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 17 | 0 | 0.98 | 0.81 | 0.65 | 349.66 | 0.96 | 0.18 |
| Hex | 59 | 2 | 11 | 0 | 62 | 51 | 41 | 15E | 60 | 12 |
| Octal | 131 | 2 | 21 | 0 | 142 | 121 | 101 | 536 | 140 | 22 |
| Binary | 1011001 | 10 | 10001 | 0 | 1100010 | 1010001 | 1000001 | 101011110 | 1100000 | 10010 |
Color Harmonies of #590211
Complementary color
Monochromatic Colors of #590211
Black with #590211
Text Example
Text Example
White with #590211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590211; }
p { color: rgb(89,2,17); }
H1.HeaderClassName
{
color: #590211;
}
.AnyTagClassName
{
color: #590211;
}
</style>
background-color css
<style>
a { background-color: #590211; }
a { background-color: rgb(89,2,17); }
div.DivClassName
{
background-color: #590211;
}
.BgClassName
{
background-color: #590211;
}
</style>
border-color css
<style>
span { border-color: #590211; }
span { border-color: rgb(89,2,17); }
td.TdClassName
{
border-color: #590211;
}
.TagClassName
{
border-color: #590211;
}
</style>