Shades of Bordeaux #591222
Tints of Bordeaux #591222
RGB
CMYK
RGB Variations
Color information
#591222 (or 0x591222) is known color: Bordeaux. HEX triplet: 59, 12 and 22. RGB value is (89,18,34). Sum of RGB (Red+Green+Blue) = 89+18+34=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591222 is #A6EDDD. Grayscale: #292929. Windows color (decimal): -10939870 or 2232921. OLE color: 2232921.
HSL color Cylindrical-coordinate representation of color #591222: hue angle of 346.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591222 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 34 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.65 |
| HSL | 346.48º | 0.66% | 0.21% | - |
| HSV(B) | 346.48º | 0.8% | 0.35% | - |
| XYZ | 4.62 | 2.67 | 1.79 | - |
| YUV | 41.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 34 | 0 | 0.80 | 0.62 | 0.65 | 346.48 | 0.66 | 0.21 |
| Hex | 59 | 12 | 22 | 0 | 50 | 3E | 41 | 15A | 42 | 15 |
| Octal | 131 | 22 | 42 | 0 | 120 | 76 | 101 | 532 | 102 | 25 |
| Binary | 1011001 | 10010 | 100010 | 0 | 1010000 | 111110 | 1000001 | 101011010 | 1000010 | 10101 |
Color Harmonies of #591222
Complementary color
Monochromatic Colors of #591222
Black with #591222
Text Example
Text Example
White with #591222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591222; }
p { color: rgb(89,18,34); }
H1.HeaderClassName
{
color: #591222;
}
.AnyTagClassName
{
color: #591222;
}
</style>
background-color css
<style>
a { background-color: #591222; }
a { background-color: rgb(89,18,34); }
div.DivClassName
{
background-color: #591222;
}
.BgClassName
{
background-color: #591222;
}
</style>
border-color css
<style>
span { border-color: #591222; }
span { border-color: rgb(89,18,34); }
td.TdClassName
{
border-color: #591222;
}
.TagClassName
{
border-color: #591222;
}
</style>