Shades of Bordeaux #59182C
Tints of Bordeaux #59182C
RGB
CMYK
RGB Variations
Color information
#59182C (or 0x59182C) is known color: Bordeaux. HEX triplet: 59, 18 and 2C. RGB value is (89,24,44). Sum of RGB (Red+Green+Blue) = 89+24+44=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182C is #A6E7D3. Grayscale: #2D2D2D. Windows color (decimal): -10938324 or 2889817. OLE color: 2889817.
HSL color Cylindrical-coordinate representation of color #59182C: hue angle of 341.54º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59182C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 44 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.65 |
| HSL | 341.54º | 0.58% | 0.22% | - |
| HSV(B) | 341.54º | 0.73% | 0.35% | - |
| XYZ | 4.9 | 2.96 | 2.7 | - |
| YUV | 45.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 44 | 0 | 0.73 | 0.51 | 0.65 | 341.54 | 0.58 | 0.22 |
| Hex | 59 | 18 | 2C | 0 | 49 | 33 | 41 | 156 | 3A | 16 |
| Octal | 131 | 30 | 54 | 0 | 111 | 63 | 101 | 526 | 72 | 26 |
| Binary | 1011001 | 11000 | 101100 | 0 | 1001001 | 110011 | 1000001 | 101010110 | 111010 | 10110 |
Color Harmonies of #59182C
Complementary color
Monochromatic Colors of #59182C
Black with #59182C
Text Example
Text Example
White with #59182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59182C; }
p { color: rgb(89,24,44); }
H1.HeaderClassName
{
color: #59182C;
}
.AnyTagClassName
{
color: #59182C;
}
</style>
background-color css
<style>
a { background-color: #59182C; }
a { background-color: rgb(89,24,44); }
div.DivClassName
{
background-color: #59182C;
}
.BgClassName
{
background-color: #59182C;
}
</style>
border-color css
<style>
span { border-color: #59182C; }
span { border-color: rgb(89,24,44); }
td.TdClassName
{
border-color: #59182C;
}
.TagClassName
{
border-color: #59182C;
}
</style>