Shades of Pompadour #591F3E
Tints of Pompadour #591F3E
RGB
CMYK
RGB Variations
Color information
#591F3E (or 0x591F3E) is known color: Pompadour. HEX triplet: 59, 1F and 3E. RGB value is (89,31,62). Sum of RGB (Red+Green+Blue) = 89+31+62=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #591F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F3E is #A6E0C1. Grayscale: #333333. Windows color (decimal): -10936514 or 4071257. OLE color: 4071257.
HSL color Cylindrical-coordinate representation of color #591F3E: hue angle of 327.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F3E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 62 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.65 |
| HSL | 327.93º | 0.48% | 0.24% | - |
| HSV(B) | 327.93º | 0.65% | 0.35% | - |
| XYZ | 5.48 | 3.45 | 4.93 | - |
| YUV | 51.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 62 | 0 | 0.65 | 0.30 | 0.65 | 327.93 | 0.48 | 0.24 |
| Hex | 59 | 1F | 3E | 0 | 41 | 1E | 41 | 148 | 30 | 18 |
| Octal | 131 | 37 | 76 | 0 | 101 | 36 | 101 | 510 | 60 | 30 |
| Binary | 1011001 | 11111 | 111110 | 0 | 1000001 | 11110 | 1000001 | 101001000 | 110000 | 11000 |
Color Harmonies of #591F3E
Complementary color
Monochromatic Colors of #591F3E
Black with #591F3E
Text Example
Text Example
White with #591F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F3E; }
p { color: rgb(89,31,62); }
H1.HeaderClassName
{
color: #591F3E;
}
.AnyTagClassName
{
color: #591F3E;
}
</style>
background-color css
<style>
a { background-color: #591F3E; }
a { background-color: rgb(89,31,62); }
div.DivClassName
{
background-color: #591F3E;
}
.BgClassName
{
background-color: #591F3E;
}
</style>
border-color css
<style>
span { border-color: #591F3E; }
span { border-color: rgb(89,31,62); }
td.TdClassName
{
border-color: #591F3E;
}
.TagClassName
{
border-color: #591F3E;
}
</style>