Shades of Bordeaux #590812
Tints of Bordeaux #590812
RGB
CMYK
RGB Variations
Color information
#590812 (or 0x590812) is known color: Bordeaux. HEX triplet: 59, 08 and 12. RGB value is (89,8,18). Sum of RGB (Red+Green+Blue) = 89+8+18=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590812 is #A6F7ED. Grayscale: #212121. Windows color (decimal): -10942446 or 1181785. OLE color: 1181785.
HSL color Cylindrical-coordinate representation of color #590812: hue angle of 352.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590812 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 18 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.65 |
| HSL | 352.59º | 0.84% | 0.19% | - |
| HSV(B) | 352.59º | 0.91% | 0.35% | - |
| XYZ | 4.32 | 2.34 | 0.8 | - |
| YUV | 33.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 18 | 0 | 0.91 | 0.80 | 0.65 | 352.59 | 0.84 | 0.19 |
| Hex | 59 | 8 | 12 | 0 | 5B | 50 | 41 | 161 | 54 | 13 |
| Octal | 131 | 10 | 22 | 0 | 133 | 120 | 101 | 541 | 124 | 23 |
| Binary | 1011001 | 1000 | 10010 | 0 | 1011011 | 1010000 | 1000001 | 101100001 | 1010100 | 10011 |
Color Harmonies of #590812
Complementary color
Monochromatic Colors of #590812
Black with #590812
Text Example
Text Example
White with #590812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590812; }
p { color: rgb(89,8,18); }
H1.HeaderClassName
{
color: #590812;
}
.AnyTagClassName
{
color: #590812;
}
</style>
background-color css
<style>
a { background-color: #590812; }
a { background-color: rgb(89,8,18); }
div.DivClassName
{
background-color: #590812;
}
.BgClassName
{
background-color: #590812;
}
</style>
border-color css
<style>
span { border-color: #590812; }
span { border-color: rgb(89,8,18); }
td.TdClassName
{
border-color: #590812;
}
.TagClassName
{
border-color: #590812;
}
</style>