Shades of Pompadour #591841
Tints of Pompadour #591841
RGB
CMYK
RGB Variations
Color information
#591841 (or 0x591841) is known color: Pompadour. HEX triplet: 59, 18 and 41. RGB value is (89,24,65). Sum of RGB (Red+Green+Blue) = 89+24+65=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591841 is #A6E7BE. Grayscale: #303030. Windows color (decimal): -10938303 or 4266073. OLE color: 4266073.
HSL color Cylindrical-coordinate representation of color #591841: hue angle of 322.15º 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 #591841 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 65 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.65 |
| HSL | 322.15º | 0.58% | 0.22% | - |
| HSV(B) | 322.15º | 0.73% | 0.35% | - |
| XYZ | 5.4 | 3.16 | 5.33 | - |
| YUV | 48.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 65 | 0 | 0.73 | 0.27 | 0.65 | 322.15 | 0.58 | 0.22 |
| Hex | 59 | 18 | 41 | 0 | 49 | 1B | 41 | 142 | 3A | 16 |
| Octal | 131 | 30 | 101 | 0 | 111 | 33 | 101 | 502 | 72 | 26 |
| Binary | 1011001 | 11000 | 1000001 | 0 | 1001001 | 11011 | 1000001 | 101000010 | 111010 | 10110 |
Color Harmonies of #591841
Complementary color
Monochromatic Colors of #591841
Black with #591841
Text Example
Text Example
White with #591841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591841; }
p { color: rgb(89,24,65); }
H1.HeaderClassName
{
color: #591841;
}
.AnyTagClassName
{
color: #591841;
}
</style>
background-color css
<style>
a { background-color: #591841; }
a { background-color: rgb(89,24,65); }
div.DivClassName
{
background-color: #591841;
}
.BgClassName
{
background-color: #591841;
}
</style>
border-color css
<style>
span { border-color: #591841; }
span { border-color: rgb(89,24,65); }
td.TdClassName
{
border-color: #591841;
}
.TagClassName
{
border-color: #591841;
}
</style>