Shades of Bordeaux #59112A
Tints of Bordeaux #59112A
RGB
CMYK
RGB Variations
Color information
#59112A (or 0x59112A) is known color: Bordeaux. HEX triplet: 59, 11 and 2A. RGB value is (89,17,42). Sum of RGB (Red+Green+Blue) = 89+17+42=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112A is #A6EED5. Grayscale: #292929. Windows color (decimal): -10940118 or 2756953. OLE color: 2756953.
HSL color Cylindrical-coordinate representation of color #59112A: hue angle of 339.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59112A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 42 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.65 |
| HSL | 339.17º | 0.68% | 0.21% | - |
| HSV(B) | 339.17º | 0.81% | 0.35% | - |
| XYZ | 4.74 | 2.69 | 2.46 | - |
| YUV | 41.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 42 | 0 | 0.81 | 0.53 | 0.65 | 339.17 | 0.68 | 0.21 |
| Hex | 59 | 11 | 2A | 0 | 51 | 35 | 41 | 153 | 44 | 15 |
| Octal | 131 | 21 | 52 | 0 | 121 | 65 | 101 | 523 | 104 | 25 |
| Binary | 1011001 | 10001 | 101010 | 0 | 1010001 | 110101 | 1000001 | 101010011 | 1000100 | 10101 |
Color Harmonies of #59112A
Complementary color
Monochromatic Colors of #59112A
Black with #59112A
Text Example
Text Example
White with #59112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59112A; }
p { color: rgb(89,17,42); }
H1.HeaderClassName
{
color: #59112A;
}
.AnyTagClassName
{
color: #59112A;
}
</style>
background-color css
<style>
a { background-color: #59112A; }
a { background-color: rgb(89,17,42); }
div.DivClassName
{
background-color: #59112A;
}
.BgClassName
{
background-color: #59112A;
}
</style>
border-color css
<style>
span { border-color: #59112A; }
span { border-color: rgb(89,17,42); }
td.TdClassName
{
border-color: #59112A;
}
.TagClassName
{
border-color: #59112A;
}
</style>