Shades of Bordeaux #591521
Tints of Bordeaux #591521
RGB
CMYK
RGB Variations
Color information
#591521 (or 0x591521) is known color: Bordeaux. HEX triplet: 59, 15 and 21. RGB value is (89,21,33). Sum of RGB (Red+Green+Blue) = 89+21+33=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591521 is #A6EADE. Grayscale: #2A2A2A. Windows color (decimal): -10939103 or 2168153. OLE color: 2168153.
HSL color Cylindrical-coordinate representation of color #591521: hue angle of 349.41º 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 #591521 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 33 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.65 |
| HSL | 349.41º | 0.62% | 0.22% | - |
| HSV(B) | 349.41º | 0.76% | 0.35% | - |
| XYZ | 4.66 | 2.77 | 1.73 | - |
| YUV | 42.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 33 | 0 | 0.76 | 0.63 | 0.65 | 349.41 | 0.62 | 0.22 |
| Hex | 59 | 15 | 21 | 0 | 4C | 3F | 41 | 15D | 3E | 16 |
| Octal | 131 | 25 | 41 | 0 | 114 | 77 | 101 | 535 | 76 | 26 |
| Binary | 1011001 | 10101 | 100001 | 0 | 1001100 | 111111 | 1000001 | 101011101 | 111110 | 10110 |
Color Harmonies of #591521
Complementary color
Monochromatic Colors of #591521
Black with #591521
Text Example
Text Example
White with #591521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591521; }
p { color: rgb(89,21,33); }
H1.HeaderClassName
{
color: #591521;
}
.AnyTagClassName
{
color: #591521;
}
</style>
background-color css
<style>
a { background-color: #591521; }
a { background-color: rgb(89,21,33); }
div.DivClassName
{
background-color: #591521;
}
.BgClassName
{
background-color: #591521;
}
</style>
border-color css
<style>
span { border-color: #591521; }
span { border-color: rgb(89,21,33); }
td.TdClassName
{
border-color: #591521;
}
.TagClassName
{
border-color: #591521;
}
</style>