Shades of Bordeaux #59172C
Tints of Bordeaux #59172C
RGB
CMYK
RGB Variations
Color information
#59172C (or 0x59172C) is known color: Bordeaux. HEX triplet: 59, 17 and 2C. RGB value is (89,23,44). Sum of RGB (Red+Green+Blue) = 89+23+44=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172C is #A6E8D3. Grayscale: #2D2D2D. Windows color (decimal): -10938580 or 2889561. OLE color: 2889561.
HSL color Cylindrical-coordinate representation of color #59172C: hue angle of 340.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59172C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 44 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.65 |
| HSL | 340.91º | 0.59% | 0.22% | - |
| HSV(B) | 340.91º | 0.74% | 0.35% | - |
| XYZ | 4.88 | 2.92 | 2.69 | - |
| YUV | 45.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 44 | 0 | 0.74 | 0.51 | 0.65 | 340.91 | 0.59 | 0.22 |
| Hex | 59 | 17 | 2C | 0 | 4A | 33 | 41 | 155 | 3B | 16 |
| Octal | 131 | 27 | 54 | 0 | 112 | 63 | 101 | 525 | 73 | 26 |
| Binary | 1011001 | 10111 | 101100 | 0 | 1001010 | 110011 | 1000001 | 101010101 | 111011 | 10110 |
Color Harmonies of #59172C
Complementary color
Monochromatic Colors of #59172C
Black with #59172C
Text Example
Text Example
White with #59172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59172C; }
p { color: rgb(89,23,44); }
H1.HeaderClassName
{
color: #59172C;
}
.AnyTagClassName
{
color: #59172C;
}
</style>
background-color css
<style>
a { background-color: #59172C; }
a { background-color: rgb(89,23,44); }
div.DivClassName
{
background-color: #59172C;
}
.BgClassName
{
background-color: #59172C;
}
</style>
border-color css
<style>
span { border-color: #59172C; }
span { border-color: rgb(89,23,44); }
td.TdClassName
{
border-color: #59172C;
}
.TagClassName
{
border-color: #59172C;
}
</style>