Shades of Bordeaux #591122
Tints of Bordeaux #591122
RGB
CMYK
RGB Variations
Color information
#591122 (or 0x591122) is known color: Bordeaux. HEX triplet: 59, 11 and 22. RGB value is (89,17,34). Sum of RGB (Red+Green+Blue) = 89+17+34=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591122 is #A6EEDD. Grayscale: #282828. Windows color (decimal): -10940126 or 2232665. OLE color: 2232665.
HSL color Cylindrical-coordinate representation of color #591122: hue angle of 345.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591122 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 34 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.65 |
| HSL | 345.83º | 0.68% | 0.21% | - |
| HSV(B) | 345.83º | 0.81% | 0.35% | - |
| XYZ | 4.61 | 2.64 | 1.78 | - |
| YUV | 40.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 34 | 0 | 0.81 | 0.62 | 0.65 | 345.83 | 0.68 | 0.21 |
| Hex | 59 | 11 | 22 | 0 | 51 | 3E | 41 | 15A | 44 | 15 |
| Octal | 131 | 21 | 42 | 0 | 121 | 76 | 101 | 532 | 104 | 25 |
| Binary | 1011001 | 10001 | 100010 | 0 | 1010001 | 111110 | 1000001 | 101011010 | 1000100 | 10101 |
Color Harmonies of #591122
Complementary color
Monochromatic Colors of #591122
Black with #591122
Text Example
Text Example
White with #591122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591122; }
p { color: rgb(89,17,34); }
H1.HeaderClassName
{
color: #591122;
}
.AnyTagClassName
{
color: #591122;
}
</style>
background-color css
<style>
a { background-color: #591122; }
a { background-color: rgb(89,17,34); }
div.DivClassName
{
background-color: #591122;
}
.BgClassName
{
background-color: #591122;
}
</style>
border-color css
<style>
span { border-color: #591122; }
span { border-color: rgb(89,17,34); }
td.TdClassName
{
border-color: #591122;
}
.TagClassName
{
border-color: #591122;
}
</style>