Shades of Pompadour #591A47
Tints of Pompadour #591A47
RGB
CMYK
RGB Variations
Color information
#591A47 (or 0x591A47) is known color: Pompadour. HEX triplet: 59, 1A and 47. RGB value is (89,26,71). Sum of RGB (Red+Green+Blue) = 89+26+71=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #591A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A47 is #A6E5B8. Grayscale: #313131. Windows color (decimal): -10937785 or 4659801. OLE color: 4659801.
HSL color Cylindrical-coordinate representation of color #591A47: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A47 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 71 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.65 |
| HSL | 317.14º | 0.55% | 0.23% | - |
| HSV(B) | 317.14º | 0.71% | 0.35% | - |
| XYZ | 5.63 | 3.32 | 6.31 | - |
| YUV | 49.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 71 | 0 | 0.71 | 0.20 | 0.65 | 317.14 | 0.55 | 0.23 |
| Hex | 59 | 1A | 47 | 0 | 47 | 14 | 41 | 13D | 37 | 17 |
| Octal | 131 | 32 | 107 | 0 | 107 | 24 | 101 | 475 | 67 | 27 |
| Binary | 1011001 | 11010 | 1000111 | 0 | 1000111 | 10100 | 1000001 | 100111101 | 110111 | 10111 |
Color Harmonies of #591A47
Complementary color
Monochromatic Colors of #591A47
Black with #591A47
Text Example
Text Example
White with #591A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A47; }
p { color: rgb(89,26,71); }
H1.HeaderClassName
{
color: #591A47;
}
.AnyTagClassName
{
color: #591A47;
}
</style>
background-color css
<style>
a { background-color: #591A47; }
a { background-color: rgb(89,26,71); }
div.DivClassName
{
background-color: #591A47;
}
.BgClassName
{
background-color: #591A47;
}
</style>
border-color css
<style>
span { border-color: #591A47; }
span { border-color: rgb(89,26,71); }
td.TdClassName
{
border-color: #591A47;
}
.TagClassName
{
border-color: #591A47;
}
</style>