Shades of Bordeaux #590E1B
Tints of Bordeaux #590E1B
RGB
CMYK
RGB Variations
Color information
#590E1B (or 0x590E1B) is known color: Bordeaux. HEX triplet: 59, 0E and 1B. RGB value is (89,14,27). Sum of RGB (Red+Green+Blue) = 89+14+27=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E1B is #A6F1E4. Grayscale: #252525. Windows color (decimal): -10940901 or 1773145. OLE color: 1773145.
HSL color Cylindrical-coordinate representation of color #590E1B: hue angle of 349.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E1B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 27 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.65 |
| HSL | 349.6º | 0.73% | 0.2% | - |
| HSV(B) | 349.6º | 0.84% | 0.35% | - |
| XYZ | 4.47 | 2.52 | 1.29 | - |
| YUV | 37.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 27 | 0 | 0.84 | 0.70 | 0.65 | 349.6 | 0.73 | 0.2 |
| Hex | 59 | E | 1B | 0 | 54 | 46 | 41 | 15E | 49 | 14 |
| Octal | 131 | 16 | 33 | 0 | 124 | 106 | 101 | 536 | 111 | 24 |
| Binary | 1011001 | 1110 | 11011 | 0 | 1010100 | 1000110 | 1000001 | 101011110 | 1001001 | 10100 |
Color Harmonies of #590E1B
Complementary color
Monochromatic Colors of #590E1B
Black with #590E1B
Text Example
Text Example
White with #590E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E1B; }
p { color: rgb(89,14,27); }
H1.HeaderClassName
{
color: #590E1B;
}
.AnyTagClassName
{
color: #590E1B;
}
</style>
background-color css
<style>
a { background-color: #590E1B; }
a { background-color: rgb(89,14,27); }
div.DivClassName
{
background-color: #590E1B;
}
.BgClassName
{
background-color: #590E1B;
}
</style>
border-color css
<style>
span { border-color: #590E1B; }
span { border-color: rgb(89,14,27); }
td.TdClassName
{
border-color: #590E1B;
}
.TagClassName
{
border-color: #590E1B;
}
</style>