Shades of Bordeaux #590111
Tints of Bordeaux #590111
RGB
CMYK
RGB Variations
Color information
#590111 (or 0x590111) is known color: Bordeaux. HEX triplet: 59, 01 and 11. RGB value is (89,1,17). Sum of RGB (Red+Green+Blue) = 89+1+17=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #590111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590111 is #A6FEEE. Grayscale: #1D1D1D. Windows color (decimal): -10944239 or 1114457. OLE color: 1114457.
HSL color Cylindrical-coordinate representation of color #590111: hue angle of 349.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590111 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.65 |
| HSL | 349.09º | 0.98% | 0.18% | - |
| HSV(B) | 349.09º | 0.99% | 0.35% | - |
| XYZ | 4.23 | 2.19 | 0.73 | - |
| YUV | 29.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 17 | 0 | 0.99 | 0.81 | 0.65 | 349.09 | 0.98 | 0.18 |
| Hex | 59 | 1 | 11 | 0 | 63 | 51 | 41 | 15D | 62 | 12 |
| Octal | 131 | 1 | 21 | 0 | 143 | 121 | 101 | 535 | 142 | 22 |
| Binary | 1011001 | 1 | 10001 | 0 | 1100011 | 1010001 | 1000001 | 101011101 | 1100010 | 10010 |
Color Harmonies of #590111
Complementary color
Monochromatic Colors of #590111
Black with #590111
Text Example
Text Example
White with #590111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590111; }
p { color: rgb(89,1,17); }
H1.HeaderClassName
{
color: #590111;
}
.AnyTagClassName
{
color: #590111;
}
</style>
background-color css
<style>
a { background-color: #590111; }
a { background-color: rgb(89,1,17); }
div.DivClassName
{
background-color: #590111;
}
.BgClassName
{
background-color: #590111;
}
</style>
border-color css
<style>
span { border-color: #590111; }
span { border-color: rgb(89,1,17); }
td.TdClassName
{
border-color: #590111;
}
.TagClassName
{
border-color: #590111;
}
</style>