Shades of Bordeaux #590409
Tints of Bordeaux #590409
RGB
CMYK
RGB Variations
Color information
#590409 (or 0x590409) is known color: Bordeaux. HEX triplet: 59, 04 and 09. RGB value is (89,4,9). Sum of RGB (Red+Green+Blue) = 89+4+9=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590409 is #A6FBF6. Grayscale: #1E1E1E. Windows color (decimal): -10943479 or 590937. OLE color: 590937.
HSL color Cylindrical-coordinate representation of color #590409: hue angle of 356.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590409 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 9 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.65 |
| HSL | 356.47º | 0.91% | 0.18% | - |
| HSV(B) | 356.47º | 0.96% | 0.35% | - |
| XYZ | 4.21 | 2.23 | 0.47 | - |
| YUV | 29.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 9 | 0 | 0.96 | 0.90 | 0.65 | 356.47 | 0.91 | 0.18 |
| Hex | 59 | 4 | 9 | 0 | 60 | 5A | 41 | 164 | 5B | 12 |
| Octal | 131 | 4 | 11 | 0 | 140 | 132 | 101 | 544 | 133 | 22 |
| Binary | 1011001 | 100 | 1001 | 0 | 1100000 | 1011010 | 1000001 | 101100100 | 1011011 | 10010 |
Color Harmonies of #590409
Complementary color
Monochromatic Colors of #590409
Black with #590409
Text Example
Text Example
White with #590409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590409; }
p { color: rgb(89,4,9); }
H1.HeaderClassName
{
color: #590409;
}
.AnyTagClassName
{
color: #590409;
}
</style>
background-color css
<style>
a { background-color: #590409; }
a { background-color: rgb(89,4,9); }
div.DivClassName
{
background-color: #590409;
}
.BgClassName
{
background-color: #590409;
}
</style>
border-color css
<style>
span { border-color: #590409; }
span { border-color: rgb(89,4,9); }
td.TdClassName
{
border-color: #590409;
}
.TagClassName
{
border-color: #590409;
}
</style>