Shades of Bordeaux #591828
Tints of Bordeaux #591828
RGB
CMYK
RGB Variations
Color information
#591828 (or 0x591828) is known color: Bordeaux. HEX triplet: 59, 18 and 28. RGB value is (89,24,40). Sum of RGB (Red+Green+Blue) = 89+24+40=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #591828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591828 is #A6E7D7. Grayscale: #2D2D2D. Windows color (decimal): -10938328 or 2627673. OLE color: 2627673.
HSL color Cylindrical-coordinate representation of color #591828: hue angle of 345.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591828 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 40 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.65 |
| HSL | 345.23º | 0.58% | 0.22% | - |
| HSV(B) | 345.23º | 0.73% | 0.35% | - |
| XYZ | 4.83 | 2.93 | 2.32 | - |
| YUV | 45.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 40 | 0 | 0.73 | 0.55 | 0.65 | 345.23 | 0.58 | 0.22 |
| Hex | 59 | 18 | 28 | 0 | 49 | 37 | 41 | 159 | 3A | 16 |
| Octal | 131 | 30 | 50 | 0 | 111 | 67 | 101 | 531 | 72 | 26 |
| Binary | 1011001 | 11000 | 101000 | 0 | 1001001 | 110111 | 1000001 | 101011001 | 111010 | 10110 |
Color Harmonies of #591828
Complementary color
Monochromatic Colors of #591828
Black with #591828
Text Example
Text Example
White with #591828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591828; }
p { color: rgb(89,24,40); }
H1.HeaderClassName
{
color: #591828;
}
.AnyTagClassName
{
color: #591828;
}
</style>
background-color css
<style>
a { background-color: #591828; }
a { background-color: rgb(89,24,40); }
div.DivClassName
{
background-color: #591828;
}
.BgClassName
{
background-color: #591828;
}
</style>
border-color css
<style>
span { border-color: #591828; }
span { border-color: rgb(89,24,40); }
td.TdClassName
{
border-color: #591828;
}
.TagClassName
{
border-color: #591828;
}
</style>