Shades of Bordeaux #590A11
Tints of Bordeaux #590A11
RGB
CMYK
RGB Variations
Color information
#590A11 (or 0x590A11) is known color: Bordeaux. HEX triplet: 59, 0A and 11. RGB value is (89,10,17). Sum of RGB (Red+Green+Blue) = 89+10+17=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A11 is #A6F5EE. Grayscale: #222222. Windows color (decimal): -10941935 or 1116761. OLE color: 1116761.
HSL color Cylindrical-coordinate representation of color #590A11: hue angle of 354.68º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A11 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 17 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.65 |
| HSL | 354.68º | 0.8% | 0.19% | - |
| HSV(B) | 354.68º | 0.89% | 0.35% | - |
| XYZ | 4.33 | 2.38 | 0.76 | - |
| YUV | 34.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 17 | 0 | 0.89 | 0.81 | 0.65 | 354.68 | 0.8 | 0.19 |
| Hex | 59 | A | 11 | 0 | 59 | 51 | 41 | 163 | 50 | 13 |
| Octal | 131 | 12 | 21 | 0 | 131 | 121 | 101 | 543 | 120 | 23 |
| Binary | 1011001 | 1010 | 10001 | 0 | 1011001 | 1010001 | 1000001 | 101100011 | 1010000 | 10011 |
Color Harmonies of #590A11
Complementary color
Monochromatic Colors of #590A11
Black with #590A11
Text Example
Text Example
White with #590A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A11; }
p { color: rgb(89,10,17); }
H1.HeaderClassName
{
color: #590A11;
}
.AnyTagClassName
{
color: #590A11;
}
</style>
background-color css
<style>
a { background-color: #590A11; }
a { background-color: rgb(89,10,17); }
div.DivClassName
{
background-color: #590A11;
}
.BgClassName
{
background-color: #590A11;
}
</style>
border-color css
<style>
span { border-color: #590A11; }
span { border-color: rgb(89,10,17); }
td.TdClassName
{
border-color: #590A11;
}
.TagClassName
{
border-color: #590A11;
}
</style>