Shades of Bordeaux #590B24
Tints of Bordeaux #590B24
RGB
CMYK
RGB Variations
Color information
#590B24 (or 0x590B24) is known color: Bordeaux. HEX triplet: 59, 0B and 24. RGB value is (89,11,36). Sum of RGB (Red+Green+Blue) = 89+11+36=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #590B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B24 is #A6F4DB. Grayscale: #252525. Windows color (decimal): -10941660 or 2362201. OLE color: 2362201.
HSL color Cylindrical-coordinate representation of color #590B24: hue angle of 340.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B24 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 36 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.65 |
| HSL | 340.77º | 0.78% | 0.2% | - |
| HSV(B) | 340.77º | 0.88% | 0.35% | - |
| XYZ | 4.56 | 2.49 | 1.91 | - |
| YUV | 37.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 36 | 0 | 0.88 | 0.60 | 0.65 | 340.77 | 0.78 | 0.2 |
| Hex | 59 | B | 24 | 0 | 58 | 3C | 41 | 155 | 4E | 14 |
| Octal | 131 | 13 | 44 | 0 | 130 | 74 | 101 | 525 | 116 | 24 |
| Binary | 1011001 | 1011 | 100100 | 0 | 1011000 | 111100 | 1000001 | 101010101 | 1001110 | 10100 |
Color Harmonies of #590B24
Complementary color
Monochromatic Colors of #590B24
Black with #590B24
Text Example
Text Example
White with #590B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B24; }
p { color: rgb(89,11,36); }
H1.HeaderClassName
{
color: #590B24;
}
.AnyTagClassName
{
color: #590B24;
}
</style>
background-color css
<style>
a { background-color: #590B24; }
a { background-color: rgb(89,11,36); }
div.DivClassName
{
background-color: #590B24;
}
.BgClassName
{
background-color: #590B24;
}
</style>
border-color css
<style>
span { border-color: #590B24; }
span { border-color: rgb(89,11,36); }
td.TdClassName
{
border-color: #590B24;
}
.TagClassName
{
border-color: #590B24;
}
</style>