Shades of Bordeaux #590C24
Tints of Bordeaux #590C24
RGB
CMYK
RGB Variations
Color information
#590C24 (or 0x590C24) is known color: Bordeaux. HEX triplet: 59, 0C and 24. RGB value is (89,12,36). Sum of RGB (Red+Green+Blue) = 89+12+36=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #590C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C24 is #A6F3DB. Grayscale: #252525. Windows color (decimal): -10941404 or 2362457. OLE color: 2362457.
HSL color Cylindrical-coordinate representation of color #590C24: hue angle of 341.3º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C24 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 36 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.65 |
| HSL | 341.3º | 0.76% | 0.2% | - |
| HSV(B) | 341.3º | 0.87% | 0.35% | - |
| XYZ | 4.57 | 2.51 | 1.91 | - |
| YUV | 37.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 36 | 0 | 0.87 | 0.60 | 0.65 | 341.3 | 0.76 | 0.2 |
| Hex | 59 | C | 24 | 0 | 57 | 3C | 41 | 155 | 4C | 14 |
| Octal | 131 | 14 | 44 | 0 | 127 | 74 | 101 | 525 | 114 | 24 |
| Binary | 1011001 | 1100 | 100100 | 0 | 1010111 | 111100 | 1000001 | 101010101 | 1001100 | 10100 |
Color Harmonies of #590C24
Complementary color
Monochromatic Colors of #590C24
Black with #590C24
Text Example
Text Example
White with #590C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C24; }
p { color: rgb(89,12,36); }
H1.HeaderClassName
{
color: #590C24;
}
.AnyTagClassName
{
color: #590C24;
}
</style>
background-color css
<style>
a { background-color: #590C24; }
a { background-color: rgb(89,12,36); }
div.DivClassName
{
background-color: #590C24;
}
.BgClassName
{
background-color: #590C24;
}
</style>
border-color css
<style>
span { border-color: #590C24; }
span { border-color: rgb(89,12,36); }
td.TdClassName
{
border-color: #590C24;
}
.TagClassName
{
border-color: #590C24;
}
</style>