Shades of Bordeaux #59152A
Tints of Bordeaux #59152A
RGB
CMYK
RGB Variations
Color information
#59152A (or 0x59152A) is known color: Bordeaux. HEX triplet: 59, 15 and 2A. RGB value is (89,21,42). Sum of RGB (Red+Green+Blue) = 89+21+42=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152A is #A6EAD5. Grayscale: #2B2B2B. Windows color (decimal): -10939094 or 2757977. OLE color: 2757977.
HSL color Cylindrical-coordinate representation of color #59152A: hue angle of 341.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59152A is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 42 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.65 |
| HSL | 341.47º | 0.62% | 0.22% | - |
| HSV(B) | 341.47º | 0.76% | 0.35% | - |
| XYZ | 4.81 | 2.83 | 2.48 | - |
| YUV | 43.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 42 | 0 | 0.76 | 0.53 | 0.65 | 341.47 | 0.62 | 0.22 |
| Hex | 59 | 15 | 2A | 0 | 4C | 35 | 41 | 155 | 3E | 16 |
| Octal | 131 | 25 | 52 | 0 | 114 | 65 | 101 | 525 | 76 | 26 |
| Binary | 1011001 | 10101 | 101010 | 0 | 1001100 | 110101 | 1000001 | 101010101 | 111110 | 10110 |
Color Harmonies of #59152A
Complementary color
Monochromatic Colors of #59152A
Black with #59152A
Text Example
Text Example
White with #59152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59152A; }
p { color: rgb(89,21,42); }
H1.HeaderClassName
{
color: #59152A;
}
.AnyTagClassName
{
color: #59152A;
}
</style>
background-color css
<style>
a { background-color: #59152A; }
a { background-color: rgb(89,21,42); }
div.DivClassName
{
background-color: #59152A;
}
.BgClassName
{
background-color: #59152A;
}
</style>
border-color css
<style>
span { border-color: #59152A; }
span { border-color: rgb(89,21,42); }
td.TdClassName
{
border-color: #59152A;
}
.TagClassName
{
border-color: #59152A;
}
</style>