Shades of Bordeaux #59162A
Tints of Bordeaux #59162A
RGB
CMYK
RGB Variations
Color information
#59162A (or 0x59162A) is known color: Bordeaux. HEX triplet: 59, 16 and 2A. RGB value is (89,22,42). Sum of RGB (Red+Green+Blue) = 89+22+42=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162A is #A6E9D5. Grayscale: #2C2C2C. Windows color (decimal): -10938838 or 2758233. OLE color: 2758233.
HSL color Cylindrical-coordinate representation of color #59162A: hue angle of 342.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59162A is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 42 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.65 |
| HSL | 342.09º | 0.6% | 0.22% | - |
| HSV(B) | 342.09º | 0.75% | 0.35% | - |
| XYZ | 4.82 | 2.86 | 2.49 | - |
| YUV | 44.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 42 | 0 | 0.75 | 0.53 | 0.65 | 342.09 | 0.6 | 0.22 |
| Hex | 59 | 16 | 2A | 0 | 4B | 35 | 41 | 156 | 3C | 16 |
| Octal | 131 | 26 | 52 | 0 | 113 | 65 | 101 | 526 | 74 | 26 |
| Binary | 1011001 | 10110 | 101010 | 0 | 1001011 | 110101 | 1000001 | 101010110 | 111100 | 10110 |
Color Harmonies of #59162A
Complementary color
Monochromatic Colors of #59162A
Black with #59162A
Text Example
Text Example
White with #59162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59162A; }
p { color: rgb(89,22,42); }
H1.HeaderClassName
{
color: #59162A;
}
.AnyTagClassName
{
color: #59162A;
}
</style>
background-color css
<style>
a { background-color: #59162A; }
a { background-color: rgb(89,22,42); }
div.DivClassName
{
background-color: #59162A;
}
.BgClassName
{
background-color: #59162A;
}
</style>
border-color css
<style>
span { border-color: #59162A; }
span { border-color: rgb(89,22,42); }
td.TdClassName
{
border-color: #59162A;
}
.TagClassName
{
border-color: #59162A;
}
</style>