Shades of Pompadour #591849
Tints of Pompadour #591849
RGB
CMYK
RGB Variations
Color information
#591849 (or 0x591849) is known color: Pompadour. HEX triplet: 59, 18 and 49. RGB value is (89,24,73). Sum of RGB (Red+Green+Blue) = 89+24+73=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #591849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591849 is #A6E7B6. Grayscale: #303030. Windows color (decimal): -10938295 or 4790361. OLE color: 4790361.
HSL color Cylindrical-coordinate representation of color #591849: hue angle of 314.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591849 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 73 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.65 |
| HSL | 314.77º | 0.58% | 0.22% | - |
| HSV(B) | 314.77º | 0.73% | 0.35% | - |
| XYZ | 5.65 | 3.26 | 6.63 | - |
| YUV | 49.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 73 | 0 | 0.73 | 0.18 | 0.65 | 314.77 | 0.58 | 0.22 |
| Hex | 59 | 18 | 49 | 0 | 49 | 12 | 41 | 13B | 3A | 16 |
| Octal | 131 | 30 | 111 | 0 | 111 | 22 | 101 | 473 | 72 | 26 |
| Binary | 1011001 | 11000 | 1001001 | 0 | 1001001 | 10010 | 1000001 | 100111011 | 111010 | 10110 |
Color Harmonies of #591849
Complementary color
Monochromatic Colors of #591849
Black with #591849
Text Example
Text Example
White with #591849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591849; }
p { color: rgb(89,24,73); }
H1.HeaderClassName
{
color: #591849;
}
.AnyTagClassName
{
color: #591849;
}
</style>
background-color css
<style>
a { background-color: #591849; }
a { background-color: rgb(89,24,73); }
div.DivClassName
{
background-color: #591849;
}
.BgClassName
{
background-color: #591849;
}
</style>
border-color css
<style>
span { border-color: #591849; }
span { border-color: rgb(89,24,73); }
td.TdClassName
{
border-color: #591849;
}
.TagClassName
{
border-color: #591849;
}
</style>