Shades of Bordeaux #590321
Tints of Bordeaux #590321
RGB
CMYK
RGB Variations
Color information
#590321 (or 0x590321) is known color: Bordeaux. HEX triplet: 59, 03 and 21. RGB value is (89,3,33). Sum of RGB (Red+Green+Blue) = 89+3+33=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590321 is #A6FCDE. Grayscale: #202020. Windows color (decimal): -10943711 or 2163545. OLE color: 2163545.
HSL color Cylindrical-coordinate representation of color #590321: hue angle of 339.07º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590321 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.65 |
| HSL | 339.07º | 0.93% | 0.18% | - |
| HSV(B) | 339.07º | 0.97% | 0.35% | - |
| XYZ | 4.43 | 2.3 | 1.65 | - |
| YUV | 32.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 33 | 0 | 0.97 | 0.63 | 0.65 | 339.07 | 0.93 | 0.18 |
| Hex | 59 | 3 | 21 | 0 | 61 | 3F | 41 | 153 | 5D | 12 |
| Octal | 131 | 3 | 41 | 0 | 141 | 77 | 101 | 523 | 135 | 22 |
| Binary | 1011001 | 11 | 100001 | 0 | 1100001 | 111111 | 1000001 | 101010011 | 1011101 | 10010 |
Color Harmonies of #590321
Complementary color
Monochromatic Colors of #590321
Black with #590321
Text Example
Text Example
White with #590321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590321; }
p { color: rgb(89,3,33); }
H1.HeaderClassName
{
color: #590321;
}
.AnyTagClassName
{
color: #590321;
}
</style>
background-color css
<style>
a { background-color: #590321; }
a { background-color: rgb(89,3,33); }
div.DivClassName
{
background-color: #590321;
}
.BgClassName
{
background-color: #590321;
}
</style>
border-color css
<style>
span { border-color: #590321; }
span { border-color: rgb(89,3,33); }
td.TdClassName
{
border-color: #590321;
}
.TagClassName
{
border-color: #590321;
}
</style>