Shades of Bordeaux #591624
Tints of Bordeaux #591624
RGB
CMYK
RGB Variations
Color information
#591624 (or 0x591624) is known color: Bordeaux. HEX triplet: 59, 16 and 24. RGB value is (89,22,36). Sum of RGB (Red+Green+Blue) = 89+22+36=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591624 is #A6E9DB. Grayscale: #2B2B2B. Windows color (decimal): -10938844 or 2365017. OLE color: 2365017.
HSL color Cylindrical-coordinate representation of color #591624: hue angle of 347.46º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591624 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 36 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.65 |
| HSL | 347.46º | 0.6% | 0.22% | - |
| HSV(B) | 347.46º | 0.75% | 0.35% | - |
| XYZ | 4.73 | 2.83 | 1.97 | - |
| YUV | 43.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 36 | 0 | 0.75 | 0.60 | 0.65 | 347.46 | 0.6 | 0.22 |
| Hex | 59 | 16 | 24 | 0 | 4B | 3C | 41 | 15B | 3C | 16 |
| Octal | 131 | 26 | 44 | 0 | 113 | 74 | 101 | 533 | 74 | 26 |
| Binary | 1011001 | 10110 | 100100 | 0 | 1001011 | 111100 | 1000001 | 101011011 | 111100 | 10110 |
Color Harmonies of #591624
Complementary color
Monochromatic Colors of #591624
Black with #591624
Text Example
Text Example
White with #591624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591624; }
p { color: rgb(89,22,36); }
H1.HeaderClassName
{
color: #591624;
}
.AnyTagClassName
{
color: #591624;
}
</style>
background-color css
<style>
a { background-color: #591624; }
a { background-color: rgb(89,22,36); }
div.DivClassName
{
background-color: #591624;
}
.BgClassName
{
background-color: #591624;
}
</style>
border-color css
<style>
span { border-color: #591624; }
span { border-color: rgb(89,22,36); }
td.TdClassName
{
border-color: #591624;
}
.TagClassName
{
border-color: #591624;
}
</style>