Shades of Bordeaux #590E17
Tints of Bordeaux #590E17
RGB
CMYK
RGB Variations
Color information
#590E17 (or 0x590E17) is known color: Bordeaux. HEX triplet: 59, 0E and 17. RGB value is (89,14,23). Sum of RGB (Red+Green+Blue) = 89+14+23=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E17 is #A6F1E8. Grayscale: #252525. Windows color (decimal): -10940905 or 1511001. OLE color: 1511001.
HSL color Cylindrical-coordinate representation of color #590E17: hue angle of 352.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E17 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 23 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.65 |
| HSL | 352.8º | 0.73% | 0.2% | - |
| HSV(B) | 352.8º | 0.84% | 0.35% | - |
| XYZ | 4.43 | 2.5 | 1.06 | - |
| YUV | 37.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 23 | 0 | 0.84 | 0.74 | 0.65 | 352.8 | 0.73 | 0.2 |
| Hex | 59 | E | 17 | 0 | 54 | 4A | 41 | 161 | 49 | 14 |
| Octal | 131 | 16 | 27 | 0 | 124 | 112 | 101 | 541 | 111 | 24 |
| Binary | 1011001 | 1110 | 10111 | 0 | 1010100 | 1001010 | 1000001 | 101100001 | 1001001 | 10100 |
Color Harmonies of #590E17
Complementary color
Monochromatic Colors of #590E17
Black with #590E17
Text Example
Text Example
White with #590E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E17; }
p { color: rgb(89,14,23); }
H1.HeaderClassName
{
color: #590E17;
}
.AnyTagClassName
{
color: #590E17;
}
</style>
background-color css
<style>
a { background-color: #590E17; }
a { background-color: rgb(89,14,23); }
div.DivClassName
{
background-color: #590E17;
}
.BgClassName
{
background-color: #590E17;
}
</style>
border-color css
<style>
span { border-color: #590E17; }
span { border-color: rgb(89,14,23); }
td.TdClassName
{
border-color: #590E17;
}
.TagClassName
{
border-color: #590E17;
}
</style>