Shades of Bordeaux #590B26
Tints of Bordeaux #590B26
RGB
CMYK
RGB Variations
Color information
#590B26 (or 0x590B26) is known color: Bordeaux. HEX triplet: 59, 0B and 26. RGB value is (89,11,38). Sum of RGB (Red+Green+Blue) = 89+11+38=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #590B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B26 is #A6F4D9. Grayscale: #252525. Windows color (decimal): -10941658 or 2493273. OLE color: 2493273.
HSL color Cylindrical-coordinate representation of color #590B26: hue angle of 339.23º 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 #590B26 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 38 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.65 |
| HSL | 339.23º | 0.78% | 0.2% | - |
| HSV(B) | 339.23º | 0.88% | 0.35% | - |
| XYZ | 4.59 | 2.5 | 2.07 | - |
| YUV | 37.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 38 | 0 | 0.88 | 0.57 | 0.65 | 339.23 | 0.78 | 0.2 |
| Hex | 59 | B | 26 | 0 | 58 | 39 | 41 | 153 | 4E | 14 |
| Octal | 131 | 13 | 46 | 0 | 130 | 71 | 101 | 523 | 116 | 24 |
| Binary | 1011001 | 1011 | 100110 | 0 | 1011000 | 111001 | 1000001 | 101010011 | 1001110 | 10100 |
Color Harmonies of #590B26
Complementary color
Monochromatic Colors of #590B26
Black with #590B26
Text Example
Text Example
White with #590B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B26; }
p { color: rgb(89,11,38); }
H1.HeaderClassName
{
color: #590B26;
}
.AnyTagClassName
{
color: #590B26;
}
</style>
background-color css
<style>
a { background-color: #590B26; }
a { background-color: rgb(89,11,38); }
div.DivClassName
{
background-color: #590B26;
}
.BgClassName
{
background-color: #590B26;
}
</style>
border-color css
<style>
span { border-color: #590B26; }
span { border-color: rgb(89,11,38); }
td.TdClassName
{
border-color: #590B26;
}
.TagClassName
{
border-color: #590B26;
}
</style>