Shades of Bordeaux #590B28
Tints of Bordeaux #590B28
RGB
CMYK
RGB Variations
Color information
#590B28 (or 0x590B28) is known color: Bordeaux. HEX triplet: 59, 0B and 28. RGB value is (89,11,40). Sum of RGB (Red+Green+Blue) = 89+11+40=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #590B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B28 is #A6F4D7. Grayscale: #252525. Windows color (decimal): -10941656 or 2624345. OLE color: 2624345.
HSL color Cylindrical-coordinate representation of color #590B28: hue angle of 337.69º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B28 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 40 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.65 |
| HSL | 337.69º | 0.78% | 0.2% | - |
| HSV(B) | 337.69º | 0.88% | 0.35% | - |
| XYZ | 4.62 | 2.52 | 2.25 | - |
| YUV | 37.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 40 | 0 | 0.88 | 0.55 | 0.65 | 337.69 | 0.78 | 0.2 |
| Hex | 59 | B | 28 | 0 | 58 | 37 | 41 | 152 | 4E | 14 |
| Octal | 131 | 13 | 50 | 0 | 130 | 67 | 101 | 522 | 116 | 24 |
| Binary | 1011001 | 1011 | 101000 | 0 | 1011000 | 110111 | 1000001 | 101010010 | 1001110 | 10100 |
Color Harmonies of #590B28
Complementary color
Monochromatic Colors of #590B28
Black with #590B28
Text Example
Text Example
White with #590B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B28; }
p { color: rgb(89,11,40); }
H1.HeaderClassName
{
color: #590B28;
}
.AnyTagClassName
{
color: #590B28;
}
</style>
background-color css
<style>
a { background-color: #590B28; }
a { background-color: rgb(89,11,40); }
div.DivClassName
{
background-color: #590B28;
}
.BgClassName
{
background-color: #590B28;
}
</style>
border-color css
<style>
span { border-color: #590B28; }
span { border-color: rgb(89,11,40); }
td.TdClassName
{
border-color: #590B28;
}
.TagClassName
{
border-color: #590B28;
}
</style>