Shades of Pompadour #591A40
Tints of Pompadour #591A40
RGB
CMYK
RGB Variations
Color information
#591A40 (or 0x591A40) is known color: Pompadour. HEX triplet: 59, 1A and 40. RGB value is (89,26,64). Sum of RGB (Red+Green+Blue) = 89+26+64=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #591A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A40 is #A6E5BF. Grayscale: #313131. Windows color (decimal): -10937792 or 4201049. OLE color: 4201049.
HSL color Cylindrical-coordinate representation of color #591A40: hue angle of 323.81º 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 #591A40 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 64 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.65 |
| HSL | 323.81º | 0.55% | 0.23% | - |
| HSV(B) | 323.81º | 0.71% | 0.35% | - |
| XYZ | 5.41 | 3.23 | 5.19 | - |
| YUV | 49.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 64 | 0 | 0.71 | 0.28 | 0.65 | 323.81 | 0.55 | 0.23 |
| Hex | 59 | 1A | 40 | 0 | 47 | 1C | 41 | 144 | 37 | 17 |
| Octal | 131 | 32 | 100 | 0 | 107 | 34 | 101 | 504 | 67 | 27 |
| Binary | 1011001 | 11010 | 1000000 | 0 | 1000111 | 11100 | 1000001 | 101000100 | 110111 | 10111 |
Color Harmonies of #591A40
Complementary color
Monochromatic Colors of #591A40
Black with #591A40
Text Example
Text Example
White with #591A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A40; }
p { color: rgb(89,26,64); }
H1.HeaderClassName
{
color: #591A40;
}
.AnyTagClassName
{
color: #591A40;
}
</style>
background-color css
<style>
a { background-color: #591A40; }
a { background-color: rgb(89,26,64); }
div.DivClassName
{
background-color: #591A40;
}
.BgClassName
{
background-color: #591A40;
}
</style>
border-color css
<style>
span { border-color: #591A40; }
span { border-color: rgb(89,26,64); }
td.TdClassName
{
border-color: #591A40;
}
.TagClassName
{
border-color: #591A40;
}
</style>