Shades of Bordeaux #590012
Tints of Bordeaux #590012
RGB
CMYK
RGB Variations
Color information
#590012 (or 0x590012) is known color: Bordeaux. HEX triplet: 59, 00 and 12. RGB value is (89,0,18). Sum of RGB (Red+Green+Blue) = 89+0+18=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #590012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590012 is #A6FFED. Grayscale: #1C1C1C. Windows color (decimal): -10944494 or 1179737. OLE color: 1179737.
HSL color Cylindrical-coordinate representation of color #590012: hue angle of 347.87º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590012 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.80 | 0.65 |
| HSL | 347.87º | 1% | 0.17% | - |
| HSV(B) | 347.87º | 1% | 0.35% | - |
| XYZ | 4.23 | 2.17 | 0.77 | - |
| YUV | 28.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 18 | 0 | 1 | 0.80 | 0.65 | 347.87 | 1 | 0.17 |
| Hex | 59 | 0 | 12 | 0 | 64 | 50 | 41 | 15C | 64 | 11 |
| Octal | 131 | 0 | 22 | 0 | 144 | 120 | 101 | 534 | 144 | 21 |
| Binary | 1011001 | 0 | 10010 | 0 | 1100100 | 1010000 | 1000001 | 101011100 | 1100100 | 10001 |
Color Harmonies of #590012
Complementary color
Monochromatic Colors of #590012
Black with #590012
Text Example
Text Example
White with #590012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590012; }
p { color: rgb(89,0,18); }
H1.HeaderClassName
{
color: #590012;
}
.AnyTagClassName
{
color: #590012;
}
</style>
background-color css
<style>
a { background-color: #590012; }
a { background-color: rgb(89,0,18); }
div.DivClassName
{
background-color: #590012;
}
.BgClassName
{
background-color: #590012;
}
</style>
border-color css
<style>
span { border-color: #590012; }
span { border-color: rgb(89,0,18); }
td.TdClassName
{
border-color: #590012;
}
.TagClassName
{
border-color: #590012;
}
</style>