Shades of Bordeaux #59111D
Tints of Bordeaux #59111D
RGB
CMYK
RGB Variations
Color information
#59111D (or 0x59111D) is known color: Bordeaux. HEX triplet: 59, 11 and 1D. RGB value is (89,17,29). Sum of RGB (Red+Green+Blue) = 89+17+29=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59111D is #A6EEE2. Grayscale: #272727. Windows color (decimal): -10940131 or 1904985. OLE color: 1904985.
HSL color Cylindrical-coordinate representation of color #59111D: hue angle of 350º 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 #59111D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 29 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.65 |
| HSL | 350º | 0.68% | 0.21% | - |
| HSV(B) | 350º | 0.81% | 0.35% | - |
| XYZ | 4.54 | 2.61 | 1.43 | - |
| YUV | 39.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 29 | 0 | 0.81 | 0.67 | 0.65 | 350 | 0.68 | 0.21 |
| Hex | 59 | 11 | 1D | 0 | 51 | 43 | 41 | 15E | 44 | 15 |
| Octal | 131 | 21 | 35 | 0 | 121 | 103 | 101 | 536 | 104 | 25 |
| Binary | 1011001 | 10001 | 11101 | 0 | 1010001 | 1000011 | 1000001 | 101011110 | 1000100 | 10101 |
Color Harmonies of #59111D
Complementary color
Monochromatic Colors of #59111D
Black with #59111D
Text Example
Text Example
White with #59111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59111D; }
p { color: rgb(89,17,29); }
H1.HeaderClassName
{
color: #59111D;
}
.AnyTagClassName
{
color: #59111D;
}
</style>
background-color css
<style>
a { background-color: #59111D; }
a { background-color: rgb(89,17,29); }
div.DivClassName
{
background-color: #59111D;
}
.BgClassName
{
background-color: #59111D;
}
</style>
border-color css
<style>
span { border-color: #59111D; }
span { border-color: rgb(89,17,29); }
td.TdClassName
{
border-color: #59111D;
}
.TagClassName
{
border-color: #59111D;
}
</style>