Shades of Bordeaux #59061E
Tints of Bordeaux #59061E
RGB
CMYK
RGB Variations
Color information
#59061E (or 0x59061E) is known color: Bordeaux. HEX triplet: 59, 06 and 1E. RGB value is (89,6,30). Sum of RGB (Red+Green+Blue) = 89+6+30=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #59061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59061E is #A6F9E1. Grayscale: #212121. Windows color (decimal): -10942946 or 1967705. OLE color: 1967705.
HSL color Cylindrical-coordinate representation of color #59061E: hue angle of 342.65º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59061E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 30 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.65 |
| HSL | 342.65º | 0.87% | 0.19% | - |
| HSV(B) | 342.65º | 0.93% | 0.35% | - |
| XYZ | 4.42 | 2.35 | 1.45 | - |
| YUV | 33.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 30 | 0 | 0.93 | 0.66 | 0.65 | 342.65 | 0.87 | 0.19 |
| Hex | 59 | 6 | 1E | 0 | 5D | 42 | 41 | 157 | 57 | 13 |
| Octal | 131 | 6 | 36 | 0 | 135 | 102 | 101 | 527 | 127 | 23 |
| Binary | 1011001 | 110 | 11110 | 0 | 1011101 | 1000010 | 1000001 | 101010111 | 1010111 | 10011 |
Color Harmonies of #59061E
Complementary color
Monochromatic Colors of #59061E
Black with #59061E
Text Example
Text Example
White with #59061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59061E; }
p { color: rgb(89,6,30); }
H1.HeaderClassName
{
color: #59061E;
}
.AnyTagClassName
{
color: #59061E;
}
</style>
background-color css
<style>
a { background-color: #59061E; }
a { background-color: rgb(89,6,30); }
div.DivClassName
{
background-color: #59061E;
}
.BgClassName
{
background-color: #59061E;
}
</style>
border-color css
<style>
span { border-color: #59061E; }
span { border-color: rgb(89,6,30); }
td.TdClassName
{
border-color: #59061E;
}
.TagClassName
{
border-color: #59061E;
}
</style>