Shades of Bordeaux #590E1D
Tints of Bordeaux #590E1D
RGB
CMYK
RGB Variations
Color information
#590E1D (or 0x590E1D) is known color: Bordeaux. HEX triplet: 59, 0E and 1D. RGB value is (89,14,29). Sum of RGB (Red+Green+Blue) = 89+14+29=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E1D is #A6F1E2. Grayscale: #262626. Windows color (decimal): -10940899 or 1904217. OLE color: 1904217.
HSL color Cylindrical-coordinate representation of color #590E1D: hue angle of 348º 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 #590E1D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 29 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.65 |
| HSL | 348º | 0.73% | 0.2% | - |
| HSV(B) | 348º | 0.84% | 0.35% | - |
| XYZ | 4.5 | 2.53 | 1.41 | - |
| YUV | 38.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 29 | 0 | 0.84 | 0.67 | 0.65 | 348 | 0.73 | 0.2 |
| Hex | 59 | E | 1D | 0 | 54 | 43 | 41 | 15C | 49 | 14 |
| Octal | 131 | 16 | 35 | 0 | 124 | 103 | 101 | 534 | 111 | 24 |
| Binary | 1011001 | 1110 | 11101 | 0 | 1010100 | 1000011 | 1000001 | 101011100 | 1001001 | 10100 |
Color Harmonies of #590E1D
Complementary color
Monochromatic Colors of #590E1D
Black with #590E1D
Text Example
Text Example
White with #590E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E1D; }
p { color: rgb(89,14,29); }
H1.HeaderClassName
{
color: #590E1D;
}
.AnyTagClassName
{
color: #590E1D;
}
</style>
background-color css
<style>
a { background-color: #590E1D; }
a { background-color: rgb(89,14,29); }
div.DivClassName
{
background-color: #590E1D;
}
.BgClassName
{
background-color: #590E1D;
}
</style>
border-color css
<style>
span { border-color: #590E1D; }
span { border-color: rgb(89,14,29); }
td.TdClassName
{
border-color: #590E1D;
}
.TagClassName
{
border-color: #590E1D;
}
</style>