Shades of Bordeaux #590521
Tints of Bordeaux #590521
RGB
CMYK
RGB Variations
Color information
#590521 (or 0x590521) is known color: Bordeaux. HEX triplet: 59, 05 and 21. RGB value is (89,5,33). Sum of RGB (Red+Green+Blue) = 89+5+33=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590521 is #A6FADE. Grayscale: #212121. Windows color (decimal): -10943199 or 2164057. OLE color: 2164057.
HSL color Cylindrical-coordinate representation of color #590521: hue angle of 340º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590521 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.65 |
| HSL | 340º | 0.89% | 0.18% | - |
| HSV(B) | 340º | 0.94% | 0.35% | - |
| XYZ | 4.45 | 2.34 | 1.66 | - |
| YUV | 33.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 33 | 0 | 0.94 | 0.63 | 0.65 | 340 | 0.89 | 0.18 |
| Hex | 59 | 5 | 21 | 0 | 5E | 3F | 41 | 154 | 59 | 12 |
| Octal | 131 | 5 | 41 | 0 | 136 | 77 | 101 | 524 | 131 | 22 |
| Binary | 1011001 | 101 | 100001 | 0 | 1011110 | 111111 | 1000001 | 101010100 | 1011001 | 10010 |
Color Harmonies of #590521
Complementary color
Monochromatic Colors of #590521
Black with #590521
Text Example
Text Example
White with #590521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590521; }
p { color: rgb(89,5,33); }
H1.HeaderClassName
{
color: #590521;
}
.AnyTagClassName
{
color: #590521;
}
</style>
background-color css
<style>
a { background-color: #590521; }
a { background-color: rgb(89,5,33); }
div.DivClassName
{
background-color: #590521;
}
.BgClassName
{
background-color: #590521;
}
</style>
border-color css
<style>
span { border-color: #590521; }
span { border-color: rgb(89,5,33); }
td.TdClassName
{
border-color: #590521;
}
.TagClassName
{
border-color: #590521;
}
</style>