Shades of Pompadour #591D43
Tints of Pompadour #591D43
RGB
CMYK
RGB Variations
Color information
#591D43 (or 0x591D43) is known color: Pompadour. HEX triplet: 59, 1D and 43. RGB value is (89,29,67). Sum of RGB (Red+Green+Blue) = 89+29+67=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #591D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D43 is #A6E2BC. Grayscale: #333333. Windows color (decimal): -10937021 or 4398425. OLE color: 4398425.
HSL color Cylindrical-coordinate representation of color #591D43: hue angle of 322º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D43 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 67 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.65 |
| HSL | 322º | 0.51% | 0.23% | - |
| HSV(B) | 322º | 0.67% | 0.35% | - |
| XYZ | 5.57 | 3.41 | 5.67 | - |
| YUV | 51.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 67 | 0 | 0.67 | 0.25 | 0.65 | 322 | 0.51 | 0.23 |
| Hex | 59 | 1D | 43 | 0 | 43 | 19 | 41 | 142 | 33 | 17 |
| Octal | 131 | 35 | 103 | 0 | 103 | 31 | 101 | 502 | 63 | 27 |
| Binary | 1011001 | 11101 | 1000011 | 0 | 1000011 | 11001 | 1000001 | 101000010 | 110011 | 10111 |
Color Harmonies of #591D43
Complementary color
Monochromatic Colors of #591D43
Black with #591D43
Text Example
Text Example
White with #591D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D43; }
p { color: rgb(89,29,67); }
H1.HeaderClassName
{
color: #591D43;
}
.AnyTagClassName
{
color: #591D43;
}
</style>
background-color css
<style>
a { background-color: #591D43; }
a { background-color: rgb(89,29,67); }
div.DivClassName
{
background-color: #591D43;
}
.BgClassName
{
background-color: #591D43;
}
</style>
border-color css
<style>
span { border-color: #591D43; }
span { border-color: rgb(89,29,67); }
td.TdClassName
{
border-color: #591D43;
}
.TagClassName
{
border-color: #591D43;
}
</style>