Shades of Bordeaux #59172B
Tints of Bordeaux #59172B
RGB
CMYK
RGB Variations
Color information
#59172B (or 0x59172B) is known color: Bordeaux. HEX triplet: 59, 17 and 2B. RGB value is (89,23,43). Sum of RGB (Red+Green+Blue) = 89+23+43=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172B is #A6E8D4. Grayscale: #2D2D2D. Windows color (decimal): -10938581 or 2824025. OLE color: 2824025.
HSL color Cylindrical-coordinate representation of color #59172B: hue angle of 341.82º 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 #59172B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 43 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.65 |
| HSL | 341.82º | 0.59% | 0.22% | - |
| HSV(B) | 341.82º | 0.74% | 0.35% | - |
| XYZ | 4.86 | 2.91 | 2.59 | - |
| YUV | 45.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 43 | 0 | 0.74 | 0.52 | 0.65 | 341.82 | 0.59 | 0.22 |
| Hex | 59 | 17 | 2B | 0 | 4A | 34 | 41 | 156 | 3B | 16 |
| Octal | 131 | 27 | 53 | 0 | 112 | 64 | 101 | 526 | 73 | 26 |
| Binary | 1011001 | 10111 | 101011 | 0 | 1001010 | 110100 | 1000001 | 101010110 | 111011 | 10110 |
Color Harmonies of #59172B
Complementary color
Monochromatic Colors of #59172B
Black with #59172B
Text Example
Text Example
White with #59172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59172B; }
p { color: rgb(89,23,43); }
H1.HeaderClassName
{
color: #59172B;
}
.AnyTagClassName
{
color: #59172B;
}
</style>
background-color css
<style>
a { background-color: #59172B; }
a { background-color: rgb(89,23,43); }
div.DivClassName
{
background-color: #59172B;
}
.BgClassName
{
background-color: #59172B;
}
</style>
border-color css
<style>
span { border-color: #59172B; }
span { border-color: rgb(89,23,43); }
td.TdClassName
{
border-color: #59172B;
}
.TagClassName
{
border-color: #59172B;
}
</style>