Shades of Bordeaux #590B19
Tints of Bordeaux #590B19
RGB
CMYK
RGB Variations
Color information
#590B19 (or 0x590B19) is known color: Bordeaux. HEX triplet: 59, 0B and 19. RGB value is (89,11,25). Sum of RGB (Red+Green+Blue) = 89+11+25=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B19 is #A6F4E6. Grayscale: #232323. Windows color (decimal): -10941671 or 1641305. OLE color: 1641305.
HSL color Cylindrical-coordinate representation of color #590B19: hue angle of 349.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 #590B19 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 25 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.65 |
| HSL | 349.23º | 0.78% | 0.2% | - |
| HSV(B) | 349.23º | 0.88% | 0.35% | - |
| XYZ | 4.41 | 2.43 | 1.16 | - |
| YUV | 35.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 25 | 0 | 0.88 | 0.72 | 0.65 | 349.23 | 0.78 | 0.2 |
| Hex | 59 | B | 19 | 0 | 58 | 48 | 41 | 15D | 4E | 14 |
| Octal | 131 | 13 | 31 | 0 | 130 | 110 | 101 | 535 | 116 | 24 |
| Binary | 1011001 | 1011 | 11001 | 0 | 1011000 | 1001000 | 1000001 | 101011101 | 1001110 | 10100 |
Color Harmonies of #590B19
Complementary color
Monochromatic Colors of #590B19
Black with #590B19
Text Example
Text Example
White with #590B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B19; }
p { color: rgb(89,11,25); }
H1.HeaderClassName
{
color: #590B19;
}
.AnyTagClassName
{
color: #590B19;
}
</style>
background-color css
<style>
a { background-color: #590B19; }
a { background-color: rgb(89,11,25); }
div.DivClassName
{
background-color: #590B19;
}
.BgClassName
{
background-color: #590B19;
}
</style>
border-color css
<style>
span { border-color: #590B19; }
span { border-color: rgb(89,11,25); }
td.TdClassName
{
border-color: #590B19;
}
.TagClassName
{
border-color: #590B19;
}
</style>