Shades of Pompadour #591A39
Tints of Pompadour #591A39
RGB
CMYK
RGB Variations
Color information
#591A39 (or 0x591A39) is known color: Pompadour. HEX triplet: 59, 1A and 39. RGB value is (89,26,57). Sum of RGB (Red+Green+Blue) = 89+26+57=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A39 is #A6E5C6. Grayscale: #303030. Windows color (decimal): -10937799 or 3742297. OLE color: 3742297.
HSL color Cylindrical-coordinate representation of color #591A39: hue angle of 330.48º 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 #591A39 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 57 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.65 |
| HSL | 330.48º | 0.55% | 0.23% | - |
| HSV(B) | 330.48º | 0.71% | 0.35% | - |
| XYZ | 5.23 | 3.16 | 4.2 | - |
| YUV | 48.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 57 | 0 | 0.71 | 0.36 | 0.65 | 330.48 | 0.55 | 0.23 |
| Hex | 59 | 1A | 39 | 0 | 47 | 24 | 41 | 14A | 37 | 17 |
| Octal | 131 | 32 | 71 | 0 | 107 | 44 | 101 | 512 | 67 | 27 |
| Binary | 1011001 | 11010 | 111001 | 0 | 1000111 | 100100 | 1000001 | 101001010 | 110111 | 10111 |
Color Harmonies of #591A39
Complementary color
Monochromatic Colors of #591A39
Black with #591A39
Text Example
Text Example
White with #591A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A39; }
p { color: rgb(89,26,57); }
H1.HeaderClassName
{
color: #591A39;
}
.AnyTagClassName
{
color: #591A39;
}
</style>
background-color css
<style>
a { background-color: #591A39; }
a { background-color: rgb(89,26,57); }
div.DivClassName
{
background-color: #591A39;
}
.BgClassName
{
background-color: #591A39;
}
</style>
border-color css
<style>
span { border-color: #591A39; }
span { border-color: rgb(89,26,57); }
td.TdClassName
{
border-color: #591A39;
}
.TagClassName
{
border-color: #591A39;
}
</style>