Shades of Bordeaux #590A1E
Tints of Bordeaux #590A1E
RGB
CMYK
RGB Variations
Color information
#590A1E (or 0x590A1E) is known color: Bordeaux. HEX triplet: 59, 0A and 1E. RGB value is (89,10,30). Sum of RGB (Red+Green+Blue) = 89+10+30=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #590A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A1E is #A6F5E1. Grayscale: #232323. Windows color (decimal): -10941922 or 1968729. OLE color: 1968729.
HSL color Cylindrical-coordinate representation of color #590A1E: hue angle of 344.81º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A1E is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 30 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.65 |
| HSL | 344.81º | 0.8% | 0.19% | - |
| HSV(B) | 344.81º | 0.89% | 0.35% | - |
| XYZ | 4.46 | 2.43 | 1.46 | - |
| YUV | 35.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 30 | 0 | 0.89 | 0.66 | 0.65 | 344.81 | 0.8 | 0.19 |
| Hex | 59 | A | 1E | 0 | 59 | 42 | 41 | 159 | 50 | 13 |
| Octal | 131 | 12 | 36 | 0 | 131 | 102 | 101 | 531 | 120 | 23 |
| Binary | 1011001 | 1010 | 11110 | 0 | 1011001 | 1000010 | 1000001 | 101011001 | 1010000 | 10011 |
Color Harmonies of #590A1E
Complementary color
Monochromatic Colors of #590A1E
Black with #590A1E
Text Example
Text Example
White with #590A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A1E; }
p { color: rgb(89,10,30); }
H1.HeaderClassName
{
color: #590A1E;
}
.AnyTagClassName
{
color: #590A1E;
}
</style>
background-color css
<style>
a { background-color: #590A1E; }
a { background-color: rgb(89,10,30); }
div.DivClassName
{
background-color: #590A1E;
}
.BgClassName
{
background-color: #590A1E;
}
</style>
border-color css
<style>
span { border-color: #590A1E; }
span { border-color: rgb(89,10,30); }
td.TdClassName
{
border-color: #590A1E;
}
.TagClassName
{
border-color: #590A1E;
}
</style>