Shades of Bordeaux #591223
Tints of Bordeaux #591223
RGB
CMYK
RGB Variations
Color information
#591223 (or 0x591223) is known color: Bordeaux. HEX triplet: 59, 12 and 23. RGB value is (89,18,35). Sum of RGB (Red+Green+Blue) = 89+18+35=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591223 is #A6EDDC. Grayscale: #292929. Windows color (decimal): -10939869 or 2298457. OLE color: 2298457.
HSL color Cylindrical-coordinate representation of color #591223: hue angle of 345.63º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591223 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 35 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.65 |
| HSL | 345.63º | 0.66% | 0.21% | - |
| HSV(B) | 345.63º | 0.8% | 0.35% | - |
| XYZ | 4.64 | 2.68 | 1.86 | - |
| YUV | 41.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 35 | 0 | 0.80 | 0.61 | 0.65 | 345.63 | 0.66 | 0.21 |
| Hex | 59 | 12 | 23 | 0 | 50 | 3D | 41 | 15A | 42 | 15 |
| Octal | 131 | 22 | 43 | 0 | 120 | 75 | 101 | 532 | 102 | 25 |
| Binary | 1011001 | 10010 | 100011 | 0 | 1010000 | 111101 | 1000001 | 101011010 | 1000010 | 10101 |
Color Harmonies of #591223
Complementary color
Monochromatic Colors of #591223
Black with #591223
Text Example
Text Example
White with #591223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591223; }
p { color: rgb(89,18,35); }
H1.HeaderClassName
{
color: #591223;
}
.AnyTagClassName
{
color: #591223;
}
</style>
background-color css
<style>
a { background-color: #591223; }
a { background-color: rgb(89,18,35); }
div.DivClassName
{
background-color: #591223;
}
.BgClassName
{
background-color: #591223;
}
</style>
border-color css
<style>
span { border-color: #591223; }
span { border-color: rgb(89,18,35); }
td.TdClassName
{
border-color: #591223;
}
.TagClassName
{
border-color: #591223;
}
</style>