Shades of Bordeaux #591728
Tints of Bordeaux #591728
RGB
CMYK
RGB Variations
Color information
#591728 (or 0x591728) is known color: Bordeaux. HEX triplet: 59, 17 and 28. RGB value is (89,23,40). Sum of RGB (Red+Green+Blue) = 89+23+40=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #591728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591728 is #A6E8D7. Grayscale: #2C2C2C. Windows color (decimal): -10938584 or 2627417. OLE color: 2627417.
HSL color Cylindrical-coordinate representation of color #591728: hue angle of 344.55º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591728 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 40 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.65 |
| HSL | 344.55º | 0.59% | 0.22% | - |
| HSV(B) | 344.55º | 0.74% | 0.35% | - |
| XYZ | 4.81 | 2.89 | 2.31 | - |
| YUV | 44.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 40 | 0 | 0.74 | 0.55 | 0.65 | 344.55 | 0.59 | 0.22 |
| Hex | 59 | 17 | 28 | 0 | 4A | 37 | 41 | 159 | 3B | 16 |
| Octal | 131 | 27 | 50 | 0 | 112 | 67 | 101 | 531 | 73 | 26 |
| Binary | 1011001 | 10111 | 101000 | 0 | 1001010 | 110111 | 1000001 | 101011001 | 111011 | 10110 |
Color Harmonies of #591728
Complementary color
Monochromatic Colors of #591728
Black with #591728
Text Example
Text Example
White with #591728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591728; }
p { color: rgb(89,23,40); }
H1.HeaderClassName
{
color: #591728;
}
.AnyTagClassName
{
color: #591728;
}
</style>
background-color css
<style>
a { background-color: #591728; }
a { background-color: rgb(89,23,40); }
div.DivClassName
{
background-color: #591728;
}
.BgClassName
{
background-color: #591728;
}
</style>
border-color css
<style>
span { border-color: #591728; }
span { border-color: rgb(89,23,40); }
td.TdClassName
{
border-color: #591728;
}
.TagClassName
{
border-color: #591728;
}
</style>