Shades of Pompadour #591A45
Tints of Pompadour #591A45
RGB
CMYK
RGB Variations
Color information
#591A45 (or 0x591A45) is known color: Pompadour. HEX triplet: 59, 1A and 45. RGB value is (89,26,69). Sum of RGB (Red+Green+Blue) = 89+26+69=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #591A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A45 is #A6E5BA. Grayscale: #313131. Windows color (decimal): -10937787 or 4528729. OLE color: 4528729.
HSL color Cylindrical-coordinate representation of color #591A45: hue angle of 319.05º 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 #591A45 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 69 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.65 |
| HSL | 319.05º | 0.55% | 0.23% | - |
| HSV(B) | 319.05º | 0.71% | 0.35% | - |
| XYZ | 5.56 | 3.29 | 5.97 | - |
| YUV | 49.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 69 | 0 | 0.71 | 0.22 | 0.65 | 319.05 | 0.55 | 0.23 |
| Hex | 59 | 1A | 45 | 0 | 47 | 16 | 41 | 13F | 37 | 17 |
| Octal | 131 | 32 | 105 | 0 | 107 | 26 | 101 | 477 | 67 | 27 |
| Binary | 1011001 | 11010 | 1000101 | 0 | 1000111 | 10110 | 1000001 | 100111111 | 110111 | 10111 |
Color Harmonies of #591A45
Complementary color
Monochromatic Colors of #591A45
Black with #591A45
Text Example
Text Example
White with #591A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A45; }
p { color: rgb(89,26,69); }
H1.HeaderClassName
{
color: #591A45;
}
.AnyTagClassName
{
color: #591A45;
}
</style>
background-color css
<style>
a { background-color: #591A45; }
a { background-color: rgb(89,26,69); }
div.DivClassName
{
background-color: #591A45;
}
.BgClassName
{
background-color: #591A45;
}
</style>
border-color css
<style>
span { border-color: #591A45; }
span { border-color: rgb(89,26,69); }
td.TdClassName
{
border-color: #591A45;
}
.TagClassName
{
border-color: #591A45;
}
</style>