Shades of Bordeaux #590A22
Tints of Bordeaux #590A22
RGB
CMYK
RGB Variations
Color information
#590A22 (or 0x590A22) is known color: Bordeaux. HEX triplet: 59, 0A and 22. RGB value is (89,10,34). Sum of RGB (Red+Green+Blue) = 89+10+34=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #590A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A22 is #A6F5DD. Grayscale: #242424. Windows color (decimal): -10941918 or 2230873. OLE color: 2230873.
HSL color Cylindrical-coordinate representation of color #590A22: hue angle of 341.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A22 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 34 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.65 |
| HSL | 341.77º | 0.8% | 0.19% | - |
| HSV(B) | 341.77º | 0.89% | 0.35% | - |
| XYZ | 4.52 | 2.46 | 1.75 | - |
| YUV | 36.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 34 | 0 | 0.89 | 0.62 | 0.65 | 341.77 | 0.8 | 0.19 |
| Hex | 59 | A | 22 | 0 | 59 | 3E | 41 | 156 | 50 | 13 |
| Octal | 131 | 12 | 42 | 0 | 131 | 76 | 101 | 526 | 120 | 23 |
| Binary | 1011001 | 1010 | 100010 | 0 | 1011001 | 111110 | 1000001 | 101010110 | 1010000 | 10011 |
Color Harmonies of #590A22
Complementary color
Monochromatic Colors of #590A22
Black with #590A22
Text Example
Text Example
White with #590A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A22; }
p { color: rgb(89,10,34); }
H1.HeaderClassName
{
color: #590A22;
}
.AnyTagClassName
{
color: #590A22;
}
</style>
background-color css
<style>
a { background-color: #590A22; }
a { background-color: rgb(89,10,34); }
div.DivClassName
{
background-color: #590A22;
}
.BgClassName
{
background-color: #590A22;
}
</style>
border-color css
<style>
span { border-color: #590A22; }
span { border-color: rgb(89,10,34); }
td.TdClassName
{
border-color: #590A22;
}
.TagClassName
{
border-color: #590A22;
}
</style>