Shades of Pompadour #591F43
Tints of Pompadour #591F43
RGB
CMYK
RGB Variations
Color information
#591F43 (or 0x591F43) is known color: Pompadour. HEX triplet: 59, 1F and 43. RGB value is (89,31,67). Sum of RGB (Red+Green+Blue) = 89+31+67=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #591F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F43 is #A6E0BC. Grayscale: #343434. Windows color (decimal): -10936509 or 4398937. OLE color: 4398937.
HSL color Cylindrical-coordinate representation of color #591F43: hue angle of 322.76º 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 #591F43 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 67 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.65 |
| HSL | 322.76º | 0.48% | 0.24% | - |
| HSV(B) | 322.76º | 0.65% | 0.35% | - |
| XYZ | 5.62 | 3.51 | 5.69 | - |
| YUV | 52.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 67 | 0 | 0.65 | 0.25 | 0.65 | 322.76 | 0.48 | 0.24 |
| Hex | 59 | 1F | 43 | 0 | 41 | 19 | 41 | 143 | 30 | 18 |
| Octal | 131 | 37 | 103 | 0 | 101 | 31 | 101 | 503 | 60 | 30 |
| Binary | 1011001 | 11111 | 1000011 | 0 | 1000001 | 11001 | 1000001 | 101000011 | 110000 | 11000 |
Color Harmonies of #591F43
Complementary color
Monochromatic Colors of #591F43
Black with #591F43
Text Example
Text Example
White with #591F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F43; }
p { color: rgb(89,31,67); }
H1.HeaderClassName
{
color: #591F43;
}
.AnyTagClassName
{
color: #591F43;
}
</style>
background-color css
<style>
a { background-color: #591F43; }
a { background-color: rgb(89,31,67); }
div.DivClassName
{
background-color: #591F43;
}
.BgClassName
{
background-color: #591F43;
}
</style>
border-color css
<style>
span { border-color: #591F43; }
span { border-color: rgb(89,31,67); }
td.TdClassName
{
border-color: #591F43;
}
.TagClassName
{
border-color: #591F43;
}
</style>