Shades of Bordeaux #591628
Tints of Bordeaux #591628
RGB
CMYK
RGB Variations
Color information
#591628 (or 0x591628) is known color: Bordeaux. HEX triplet: 59, 16 and 28. RGB value is (89,22,40). Sum of RGB (Red+Green+Blue) = 89+22+40=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591628 is #A6E9D7. Grayscale: #2C2C2C. Windows color (decimal): -10938840 or 2627161. OLE color: 2627161.
HSL color Cylindrical-coordinate representation of color #591628: hue angle of 343.88º 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 #591628 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 40 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.65 |
| HSL | 343.88º | 0.6% | 0.22% | - |
| HSV(B) | 343.88º | 0.75% | 0.35% | - |
| XYZ | 4.79 | 2.85 | 2.31 | - |
| YUV | 44.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 40 | 0 | 0.75 | 0.55 | 0.65 | 343.88 | 0.6 | 0.22 |
| Hex | 59 | 16 | 28 | 0 | 4B | 37 | 41 | 158 | 3C | 16 |
| Octal | 131 | 26 | 50 | 0 | 113 | 67 | 101 | 530 | 74 | 26 |
| Binary | 1011001 | 10110 | 101000 | 0 | 1001011 | 110111 | 1000001 | 101011000 | 111100 | 10110 |
Color Harmonies of #591628
Complementary color
Monochromatic Colors of #591628
Black with #591628
Text Example
Text Example
White with #591628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591628; }
p { color: rgb(89,22,40); }
H1.HeaderClassName
{
color: #591628;
}
.AnyTagClassName
{
color: #591628;
}
</style>
background-color css
<style>
a { background-color: #591628; }
a { background-color: rgb(89,22,40); }
div.DivClassName
{
background-color: #591628;
}
.BgClassName
{
background-color: #591628;
}
</style>
border-color css
<style>
span { border-color: #591628; }
span { border-color: rgb(89,22,40); }
td.TdClassName
{
border-color: #591628;
}
.TagClassName
{
border-color: #591628;
}
</style>