Shades of Bordeaux #590312
Tints of Bordeaux #590312
RGB
CMYK
RGB Variations
Color information
#590312 (or 0x590312) is known color: Bordeaux. HEX triplet: 59, 03 and 12. RGB value is (89,3,18). Sum of RGB (Red+Green+Blue) = 89+3+18=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590312 is #A6FCED. Grayscale: #1E1E1E. Windows color (decimal): -10943726 or 1180505. OLE color: 1180505.
HSL color Cylindrical-coordinate representation of color #590312: hue angle of 349.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590312 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.65 |
| HSL | 349.53º | 0.93% | 0.18% | - |
| HSV(B) | 349.53º | 0.97% | 0.35% | - |
| XYZ | 4.26 | 2.23 | 0.78 | - |
| YUV | 30.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 18 | 0 | 0.97 | 0.80 | 0.65 | 349.53 | 0.93 | 0.18 |
| Hex | 59 | 3 | 12 | 0 | 61 | 50 | 41 | 15E | 5D | 12 |
| Octal | 131 | 3 | 22 | 0 | 141 | 120 | 101 | 536 | 135 | 22 |
| Binary | 1011001 | 11 | 10010 | 0 | 1100001 | 1010000 | 1000001 | 101011110 | 1011101 | 10010 |
Color Harmonies of #590312
Complementary color
Monochromatic Colors of #590312
Black with #590312
Text Example
Text Example
White with #590312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590312; }
p { color: rgb(89,3,18); }
H1.HeaderClassName
{
color: #590312;
}
.AnyTagClassName
{
color: #590312;
}
</style>
background-color css
<style>
a { background-color: #590312; }
a { background-color: rgb(89,3,18); }
div.DivClassName
{
background-color: #590312;
}
.BgClassName
{
background-color: #590312;
}
</style>
border-color css
<style>
span { border-color: #590312; }
span { border-color: rgb(89,3,18); }
td.TdClassName
{
border-color: #590312;
}
.TagClassName
{
border-color: #590312;
}
</style>