Shades of Bordeaux #59141F
Tints of Bordeaux #59141F
RGB
CMYK
RGB Variations
Color information
#59141F (or 0x59141F) is known color: Bordeaux. HEX triplet: 59, 14 and 1F. RGB value is (89,20,31). Sum of RGB (Red+Green+Blue) = 89+20+31=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59141F is #A6EBE0. Grayscale: #292929. Windows color (decimal): -10939361 or 2036825. OLE color: 2036825.
HSL color Cylindrical-coordinate representation of color #59141F: hue angle of 350.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59141F is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 31 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.65 |
| HSL | 350.43º | 0.63% | 0.21% | - |
| HSV(B) | 350.43º | 0.78% | 0.35% | - |
| XYZ | 4.62 | 2.72 | 1.58 | - |
| YUV | 41.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 31 | 0 | 0.78 | 0.65 | 0.65 | 350.43 | 0.63 | 0.21 |
| Hex | 59 | 14 | 1F | 0 | 4E | 41 | 41 | 15E | 3F | 15 |
| Octal | 131 | 24 | 37 | 0 | 116 | 101 | 101 | 536 | 77 | 25 |
| Binary | 1011001 | 10100 | 11111 | 0 | 1001110 | 1000001 | 1000001 | 101011110 | 111111 | 10101 |
Color Harmonies of #59141F
Complementary color
Monochromatic Colors of #59141F
Black with #59141F
Text Example
Text Example
White with #59141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59141F; }
p { color: rgb(89,20,31); }
H1.HeaderClassName
{
color: #59141F;
}
.AnyTagClassName
{
color: #59141F;
}
</style>
background-color css
<style>
a { background-color: #59141F; }
a { background-color: rgb(89,20,31); }
div.DivClassName
{
background-color: #59141F;
}
.BgClassName
{
background-color: #59141F;
}
</style>
border-color css
<style>
span { border-color: #59141F; }
span { border-color: rgb(89,20,31); }
td.TdClassName
{
border-color: #59141F;
}
.TagClassName
{
border-color: #59141F;
}
</style>