Shades of Bordeaux #59162B
Tints of Bordeaux #59162B
RGB
CMYK
RGB Variations
Color information
#59162B (or 0x59162B) is known color: Bordeaux. HEX triplet: 59, 16 and 2B. RGB value is (89,22,43). Sum of RGB (Red+Green+Blue) = 89+22+43=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162B is #A6E9D4. Grayscale: #2C2C2C. Windows color (decimal): -10938837 or 2823769. OLE color: 2823769.
HSL color Cylindrical-coordinate representation of color #59162B: hue angle of 341.19º 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 #59162B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 43 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.65 |
| HSL | 341.19º | 0.6% | 0.22% | - |
| HSV(B) | 341.19º | 0.75% | 0.35% | - |
| XYZ | 4.84 | 2.87 | 2.58 | - |
| YUV | 44.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 43 | 0 | 0.75 | 0.52 | 0.65 | 341.19 | 0.6 | 0.22 |
| Hex | 59 | 16 | 2B | 0 | 4B | 34 | 41 | 155 | 3C | 16 |
| Octal | 131 | 26 | 53 | 0 | 113 | 64 | 101 | 525 | 74 | 26 |
| Binary | 1011001 | 10110 | 101011 | 0 | 1001011 | 110100 | 1000001 | 101010101 | 111100 | 10110 |
Color Harmonies of #59162B
Complementary color
Monochromatic Colors of #59162B
Black with #59162B
Text Example
Text Example
White with #59162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59162B; }
p { color: rgb(89,22,43); }
H1.HeaderClassName
{
color: #59162B;
}
.AnyTagClassName
{
color: #59162B;
}
</style>
background-color css
<style>
a { background-color: #59162B; }
a { background-color: rgb(89,22,43); }
div.DivClassName
{
background-color: #59162B;
}
.BgClassName
{
background-color: #59162B;
}
</style>
border-color css
<style>
span { border-color: #59162B; }
span { border-color: rgb(89,22,43); }
td.TdClassName
{
border-color: #59162B;
}
.TagClassName
{
border-color: #59162B;
}
</style>