Shades of Bordeaux #59081E
Tints of Bordeaux #59081E
RGB
CMYK
RGB Variations
Color information
#59081E (or 0x59081E) is known color: Bordeaux. HEX triplet: 59, 08 and 1E. RGB value is (89,8,30). Sum of RGB (Red+Green+Blue) = 89+8+30=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #59081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59081E is #A6F7E1. Grayscale: #222222. Windows color (decimal): -10942434 or 1968217. OLE color: 1968217.
HSL color Cylindrical-coordinate representation of color #59081E: hue angle of 343.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59081E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 30 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.65 |
| HSL | 343.7º | 0.84% | 0.19% | - |
| HSV(B) | 343.7º | 0.91% | 0.35% | - |
| XYZ | 4.44 | 2.39 | 1.46 | - |
| YUV | 34.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 30 | 0 | 0.91 | 0.66 | 0.65 | 343.7 | 0.84 | 0.19 |
| Hex | 59 | 8 | 1E | 0 | 5B | 42 | 41 | 158 | 54 | 13 |
| Octal | 131 | 10 | 36 | 0 | 133 | 102 | 101 | 530 | 124 | 23 |
| Binary | 1011001 | 1000 | 11110 | 0 | 1011011 | 1000010 | 1000001 | 101011000 | 1010100 | 10011 |
Color Harmonies of #59081E
Complementary color
Monochromatic Colors of #59081E
Black with #59081E
Text Example
Text Example
White with #59081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59081E; }
p { color: rgb(89,8,30); }
H1.HeaderClassName
{
color: #59081E;
}
.AnyTagClassName
{
color: #59081E;
}
</style>
background-color css
<style>
a { background-color: #59081E; }
a { background-color: rgb(89,8,30); }
div.DivClassName
{
background-color: #59081E;
}
.BgClassName
{
background-color: #59081E;
}
</style>
border-color css
<style>
span { border-color: #59081E; }
span { border-color: rgb(89,8,30); }
td.TdClassName
{
border-color: #59081E;
}
.TagClassName
{
border-color: #59081E;
}
</style>