Shades of Bordeaux #591525
Tints of Bordeaux #591525
RGB
CMYK
RGB Variations
Color information
#591525 (or 0x591525) is known color: Bordeaux. HEX triplet: 59, 15 and 25. RGB value is (89,21,37). Sum of RGB (Red+Green+Blue) = 89+21+37=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591525 is #A6EADA. Grayscale: #2B2B2B. Windows color (decimal): -10939099 or 2430297. OLE color: 2430297.
HSL color Cylindrical-coordinate representation of color #591525: hue angle of 345.88º 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 #591525 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 37 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.65 |
| HSL | 345.88º | 0.62% | 0.22% | - |
| HSV(B) | 345.88º | 0.76% | 0.35% | - |
| XYZ | 4.72 | 2.79 | 2.04 | - |
| YUV | 43.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 37 | 0 | 0.76 | 0.58 | 0.65 | 345.88 | 0.62 | 0.22 |
| Hex | 59 | 15 | 25 | 0 | 4C | 3A | 41 | 15A | 3E | 16 |
| Octal | 131 | 25 | 45 | 0 | 114 | 72 | 101 | 532 | 76 | 26 |
| Binary | 1011001 | 10101 | 100101 | 0 | 1001100 | 111010 | 1000001 | 101011010 | 111110 | 10110 |
Color Harmonies of #591525
Complementary color
Monochromatic Colors of #591525
Black with #591525
Text Example
Text Example
White with #591525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591525; }
p { color: rgb(89,21,37); }
H1.HeaderClassName
{
color: #591525;
}
.AnyTagClassName
{
color: #591525;
}
</style>
background-color css
<style>
a { background-color: #591525; }
a { background-color: rgb(89,21,37); }
div.DivClassName
{
background-color: #591525;
}
.BgClassName
{
background-color: #591525;
}
</style>
border-color css
<style>
span { border-color: #591525; }
span { border-color: rgb(89,21,37); }
td.TdClassName
{
border-color: #591525;
}
.TagClassName
{
border-color: #591525;
}
</style>