Shades of Bordeaux #590715
Tints of Bordeaux #590715
RGB
CMYK
RGB Variations
Color information
#590715 (or 0x590715) is known color: Bordeaux. HEX triplet: 59, 07 and 15. RGB value is (89,7,21). Sum of RGB (Red+Green+Blue) = 89+7+21=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590715 is #A6F8EA. Grayscale: #212121. Windows color (decimal): -10942699 or 1378137. OLE color: 1378137.
HSL color Cylindrical-coordinate representation of color #590715: hue angle of 349.76º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590715 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 7 | 21 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.65 |
| HSL | 349.76º | 0.85% | 0.19% | - |
| HSV(B) | 349.76º | 0.92% | 0.35% | - |
| XYZ | 4.33 | 2.33 | 0.93 | - |
| YUV | 33.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 21 | 0 | 0.92 | 0.76 | 0.65 | 349.76 | 0.85 | 0.19 |
| Hex | 59 | 7 | 15 | 0 | 5C | 4C | 41 | 15E | 55 | 13 |
| Octal | 131 | 7 | 25 | 0 | 134 | 114 | 101 | 536 | 125 | 23 |
| Binary | 1011001 | 111 | 10101 | 0 | 1011100 | 1001100 | 1000001 | 101011110 | 1010101 | 10011 |
Color Harmonies of #590715
Complementary color
Monochromatic Colors of #590715
Black with #590715
Text Example
Text Example
White with #590715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590715; }
p { color: rgb(89,7,21); }
H1.HeaderClassName
{
color: #590715;
}
.AnyTagClassName
{
color: #590715;
}
</style>
background-color css
<style>
a { background-color: #590715; }
a { background-color: rgb(89,7,21); }
div.DivClassName
{
background-color: #590715;
}
.BgClassName
{
background-color: #590715;
}
</style>
border-color css
<style>
span { border-color: #590715; }
span { border-color: rgb(89,7,21); }
td.TdClassName
{
border-color: #590715;
}
.TagClassName
{
border-color: #590715;
}
</style>