Shades of Bordeaux #59121F
Tints of Bordeaux #59121F
RGB
CMYK
RGB Variations
Color information
#59121F (or 0x59121F) is known color: Bordeaux. HEX triplet: 59, 12 and 1F. RGB value is (89,18,31). Sum of RGB (Red+Green+Blue) = 89+18+31=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59121F is #A6EDE0. Grayscale: #282828. Windows color (decimal): -10939873 or 2036313. OLE color: 2036313.
HSL color Cylindrical-coordinate representation of color #59121F: hue angle of 349.01º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59121F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 31 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.65 |
| HSL | 349.01º | 0.66% | 0.21% | - |
| HSV(B) | 349.01º | 0.8% | 0.35% | - |
| XYZ | 4.58 | 2.66 | 1.57 | - |
| YUV | 40.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 31 | 0 | 0.80 | 0.65 | 0.65 | 349.01 | 0.66 | 0.21 |
| Hex | 59 | 12 | 1F | 0 | 50 | 41 | 41 | 15D | 42 | 15 |
| Octal | 131 | 22 | 37 | 0 | 120 | 101 | 101 | 535 | 102 | 25 |
| Binary | 1011001 | 10010 | 11111 | 0 | 1010000 | 1000001 | 1000001 | 101011101 | 1000010 | 10101 |
Color Harmonies of #59121F
Complementary color
Monochromatic Colors of #59121F
Black with #59121F
Text Example
Text Example
White with #59121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59121F; }
p { color: rgb(89,18,31); }
H1.HeaderClassName
{
color: #59121F;
}
.AnyTagClassName
{
color: #59121F;
}
</style>
background-color css
<style>
a { background-color: #59121F; }
a { background-color: rgb(89,18,31); }
div.DivClassName
{
background-color: #59121F;
}
.BgClassName
{
background-color: #59121F;
}
</style>
border-color css
<style>
span { border-color: #59121F; }
span { border-color: rgb(89,18,31); }
td.TdClassName
{
border-color: #59121F;
}
.TagClassName
{
border-color: #59121F;
}
</style>