Shades of Pompadour #591D45
Tints of Pompadour #591D45
RGB
CMYK
RGB Variations
Color information
#591D45 (or 0x591D45) is known color: Pompadour. HEX triplet: 59, 1D and 45. RGB value is (89,29,69). Sum of RGB (Red+Green+Blue) = 89+29+69=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #591D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D45 is #A6E2BA. Grayscale: #333333. Windows color (decimal): -10937019 or 4529497. OLE color: 4529497.
HSL color Cylindrical-coordinate representation of color #591D45: hue angle of 320º 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 #591D45 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 69 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.65 |
| HSL | 320º | 0.51% | 0.23% | - |
| HSV(B) | 320º | 0.67% | 0.35% | - |
| XYZ | 5.63 | 3.43 | 6 | - |
| YUV | 51.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 69 | 0 | 0.67 | 0.22 | 0.65 | 320 | 0.51 | 0.23 |
| Hex | 59 | 1D | 45 | 0 | 43 | 16 | 41 | 140 | 33 | 17 |
| Octal | 131 | 35 | 105 | 0 | 103 | 26 | 101 | 500 | 63 | 27 |
| Binary | 1011001 | 11101 | 1000101 | 0 | 1000011 | 10110 | 1000001 | 101000000 | 110011 | 10111 |
Color Harmonies of #591D45
Complementary color
Monochromatic Colors of #591D45
Black with #591D45
Text Example
Text Example
White with #591D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D45; }
p { color: rgb(89,29,69); }
H1.HeaderClassName
{
color: #591D45;
}
.AnyTagClassName
{
color: #591D45;
}
</style>
background-color css
<style>
a { background-color: #591D45; }
a { background-color: rgb(89,29,69); }
div.DivClassName
{
background-color: #591D45;
}
.BgClassName
{
background-color: #591D45;
}
</style>
border-color css
<style>
span { border-color: #591D45; }
span { border-color: rgb(89,29,69); }
td.TdClassName
{
border-color: #591D45;
}
.TagClassName
{
border-color: #591D45;
}
</style>