Shades of Bordeaux #59182A
Tints of Bordeaux #59182A
RGB
CMYK
RGB Variations
Color information
#59182A (or 0x59182A) is known color: Bordeaux. HEX triplet: 59, 18 and 2A. RGB value is (89,24,42). Sum of RGB (Red+Green+Blue) = 89+24+42=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182A is #A6E7D5. Grayscale: #2D2D2D. Windows color (decimal): -10938326 or 2758745. OLE color: 2758745.
HSL color Cylindrical-coordinate representation of color #59182A: hue angle of 343.38º 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 #59182A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 42 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.65 |
| HSL | 343.38º | 0.58% | 0.22% | - |
| HSV(B) | 343.38º | 0.73% | 0.35% | - |
| XYZ | 4.86 | 2.94 | 2.5 | - |
| YUV | 45.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 42 | 0 | 0.73 | 0.53 | 0.65 | 343.38 | 0.58 | 0.22 |
| Hex | 59 | 18 | 2A | 0 | 49 | 35 | 41 | 157 | 3A | 16 |
| Octal | 131 | 30 | 52 | 0 | 111 | 65 | 101 | 527 | 72 | 26 |
| Binary | 1011001 | 11000 | 101010 | 0 | 1001001 | 110101 | 1000001 | 101010111 | 111010 | 10110 |
Color Harmonies of #59182A
Complementary color
Monochromatic Colors of #59182A
Black with #59182A
Text Example
Text Example
White with #59182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59182A; }
p { color: rgb(89,24,42); }
H1.HeaderClassName
{
color: #59182A;
}
.AnyTagClassName
{
color: #59182A;
}
</style>
background-color css
<style>
a { background-color: #59182A; }
a { background-color: rgb(89,24,42); }
div.DivClassName
{
background-color: #59182A;
}
.BgClassName
{
background-color: #59182A;
}
</style>
border-color css
<style>
span { border-color: #59182A; }
span { border-color: rgb(89,24,42); }
td.TdClassName
{
border-color: #59182A;
}
.TagClassName
{
border-color: #59182A;
}
</style>