Shades of Bordeaux #590911
Tints of Bordeaux #590911
RGB
CMYK
RGB Variations
Color information
#590911 (or 0x590911) is known color: Bordeaux. HEX triplet: 59, 09 and 11. RGB value is (89,9,17). Sum of RGB (Red+Green+Blue) = 89+9+17=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590911 is #A6F6EE. Grayscale: #212121. Windows color (decimal): -10942191 or 1116505. OLE color: 1116505.
HSL color Cylindrical-coordinate representation of color #590911: hue angle of 354º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590911 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 17 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.65 |
| HSL | 354º | 0.82% | 0.19% | - |
| HSV(B) | 354º | 0.9% | 0.35% | - |
| XYZ | 4.32 | 2.36 | 0.76 | - |
| YUV | 33.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 17 | 0 | 0.90 | 0.81 | 0.65 | 354 | 0.82 | 0.19 |
| Hex | 59 | 9 | 11 | 0 | 5A | 51 | 41 | 162 | 52 | 13 |
| Octal | 131 | 11 | 21 | 0 | 132 | 121 | 101 | 542 | 122 | 23 |
| Binary | 1011001 | 1001 | 10001 | 0 | 1011010 | 1010001 | 1000001 | 101100010 | 1010010 | 10011 |
Color Harmonies of #590911
Complementary color
Monochromatic Colors of #590911
Black with #590911
Text Example
Text Example
White with #590911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590911; }
p { color: rgb(89,9,17); }
H1.HeaderClassName
{
color: #590911;
}
.AnyTagClassName
{
color: #590911;
}
</style>
background-color css
<style>
a { background-color: #590911; }
a { background-color: rgb(89,9,17); }
div.DivClassName
{
background-color: #590911;
}
.BgClassName
{
background-color: #590911;
}
</style>
border-color css
<style>
span { border-color: #590911; }
span { border-color: rgb(89,9,17); }
td.TdClassName
{
border-color: #590911;
}
.TagClassName
{
border-color: #590911;
}
</style>