Shades of Bordeaux #590511
Tints of Bordeaux #590511
RGB
CMYK
RGB Variations
Color information
#590511 (or 0x590511) is known color: Bordeaux. HEX triplet: 59, 05 and 11. RGB value is (89,5,17). Sum of RGB (Red+Green+Blue) = 89+5+17=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590511 is #A6FAEE. Grayscale: #1F1F1F. Windows color (decimal): -10943215 or 1115481. OLE color: 1115481.
HSL color Cylindrical-coordinate representation of color #590511: hue angle of 351.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590511 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 17 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.65 |
| HSL | 351.43º | 0.89% | 0.18% | - |
| HSV(B) | 351.43º | 0.94% | 0.35% | - |
| XYZ | 4.28 | 2.27 | 0.74 | - |
| YUV | 31.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 17 | 0 | 0.94 | 0.81 | 0.65 | 351.43 | 0.89 | 0.18 |
| Hex | 59 | 5 | 11 | 0 | 5E | 51 | 41 | 15F | 59 | 12 |
| Octal | 131 | 5 | 21 | 0 | 136 | 121 | 101 | 537 | 131 | 22 |
| Binary | 1011001 | 101 | 10001 | 0 | 1011110 | 1010001 | 1000001 | 101011111 | 1011001 | 10010 |
Color Harmonies of #590511
Complementary color
Monochromatic Colors of #590511
Black with #590511
Text Example
Text Example
White with #590511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590511; }
p { color: rgb(89,5,17); }
H1.HeaderClassName
{
color: #590511;
}
.AnyTagClassName
{
color: #590511;
}
</style>
background-color css
<style>
a { background-color: #590511; }
a { background-color: rgb(89,5,17); }
div.DivClassName
{
background-color: #590511;
}
.BgClassName
{
background-color: #590511;
}
</style>
border-color css
<style>
span { border-color: #590511; }
span { border-color: rgb(89,5,17); }
td.TdClassName
{
border-color: #590511;
}
.TagClassName
{
border-color: #590511;
}
</style>