Shades of Bordeaux #590F1E
Tints of Bordeaux #590F1E
RGB
CMYK
RGB Variations
Color information
#590F1E (or 0x590F1E) is known color: Bordeaux. HEX triplet: 59, 0F and 1E. RGB value is (89,15,30). Sum of RGB (Red+Green+Blue) = 89+15+30=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #590F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F1E is #A6F0E1. Grayscale: #262626. Windows color (decimal): -10940642 or 1970009. OLE color: 1970009.
HSL color Cylindrical-coordinate representation of color #590F1E: hue angle of 347.84º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F1E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 30 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.65 |
| HSL | 347.84º | 0.71% | 0.2% | - |
| HSV(B) | 347.84º | 0.83% | 0.35% | - |
| XYZ | 4.52 | 2.56 | 1.48 | - |
| YUV | 38.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 30 | 0 | 0.83 | 0.66 | 0.65 | 347.84 | 0.71 | 0.2 |
| Hex | 59 | F | 1E | 0 | 53 | 42 | 41 | 15C | 47 | 14 |
| Octal | 131 | 17 | 36 | 0 | 123 | 102 | 101 | 534 | 107 | 24 |
| Binary | 1011001 | 1111 | 11110 | 0 | 1010011 | 1000010 | 1000001 | 101011100 | 1000111 | 10100 |
Color Harmonies of #590F1E
Complementary color
Monochromatic Colors of #590F1E
Black with #590F1E
Text Example
Text Example
White with #590F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F1E; }
p { color: rgb(89,15,30); }
H1.HeaderClassName
{
color: #590F1E;
}
.AnyTagClassName
{
color: #590F1E;
}
</style>
background-color css
<style>
a { background-color: #590F1E; }
a { background-color: rgb(89,15,30); }
div.DivClassName
{
background-color: #590F1E;
}
.BgClassName
{
background-color: #590F1E;
}
</style>
border-color css
<style>
span { border-color: #590F1E; }
span { border-color: rgb(89,15,30); }
td.TdClassName
{
border-color: #590F1E;
}
.TagClassName
{
border-color: #590F1E;
}
</style>