Shades of Bordeaux #59011E
Tints of Bordeaux #59011E
RGB
CMYK
RGB Variations
Color information
#59011E (or 0x59011E) is known color: Bordeaux. HEX triplet: 59, 01 and 1E. RGB value is (89,1,30). Sum of RGB (Red+Green+Blue) = 89+1+30=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59011E is #A6FEE1. Grayscale: #1E1E1E. Windows color (decimal): -10944226 or 1966425. OLE color: 1966425.
HSL color Cylindrical-coordinate representation of color #59011E: hue angle of 340.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59011E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.65 |
| HSL | 340.23º | 0.98% | 0.18% | - |
| HSV(B) | 340.23º | 0.99% | 0.35% | - |
| XYZ | 4.37 | 2.24 | 1.43 | - |
| YUV | 30.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 30 | 0 | 0.99 | 0.66 | 0.65 | 340.23 | 0.98 | 0.18 |
| Hex | 59 | 1 | 1E | 0 | 63 | 42 | 41 | 154 | 62 | 12 |
| Octal | 131 | 1 | 36 | 0 | 143 | 102 | 101 | 524 | 142 | 22 |
| Binary | 1011001 | 1 | 11110 | 0 | 1100011 | 1000010 | 1000001 | 101010100 | 1100010 | 10010 |
Color Harmonies of #59011E
Complementary color
Monochromatic Colors of #59011E
Black with #59011E
Text Example
Text Example
White with #59011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59011E; }
p { color: rgb(89,1,30); }
H1.HeaderClassName
{
color: #59011E;
}
.AnyTagClassName
{
color: #59011E;
}
</style>
background-color css
<style>
a { background-color: #59011E; }
a { background-color: rgb(89,1,30); }
div.DivClassName
{
background-color: #59011E;
}
.BgClassName
{
background-color: #59011E;
}
</style>
border-color css
<style>
span { border-color: #59011E; }
span { border-color: rgb(89,1,30); }
td.TdClassName
{
border-color: #59011E;
}
.TagClassName
{
border-color: #59011E;
}
</style>