Shades of Pompadour #591C45
Tints of Pompadour #591C45
RGB
CMYK
RGB Variations
Color information
#591C45 (or 0x591C45) is known color: Pompadour. HEX triplet: 59, 1C and 45. RGB value is (89,28,69). Sum of RGB (Red+Green+Blue) = 89+28+69=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #591C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C45 is #A6E3BA. Grayscale: #323232. Windows color (decimal): -10937275 or 4529241. OLE color: 4529241.
HSL color Cylindrical-coordinate representation of color #591C45: hue angle of 319.67º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C45 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 69 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.65 |
| HSL | 319.67º | 0.52% | 0.23% | - |
| HSV(B) | 319.67º | 0.69% | 0.35% | - |
| XYZ | 5.61 | 3.38 | 5.99 | - |
| YUV | 50.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 69 | 0 | 0.69 | 0.22 | 0.65 | 319.67 | 0.52 | 0.23 |
| Hex | 59 | 1C | 45 | 0 | 45 | 16 | 41 | 140 | 34 | 17 |
| Octal | 131 | 34 | 105 | 0 | 105 | 26 | 101 | 500 | 64 | 27 |
| Binary | 1011001 | 11100 | 1000101 | 0 | 1000101 | 10110 | 1000001 | 101000000 | 110100 | 10111 |
Color Harmonies of #591C45
Complementary color
Monochromatic Colors of #591C45
Black with #591C45
Text Example
Text Example
White with #591C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C45; }
p { color: rgb(89,28,69); }
H1.HeaderClassName
{
color: #591C45;
}
.AnyTagClassName
{
color: #591C45;
}
</style>
background-color css
<style>
a { background-color: #591C45; }
a { background-color: rgb(89,28,69); }
div.DivClassName
{
background-color: #591C45;
}
.BgClassName
{
background-color: #591C45;
}
</style>
border-color css
<style>
span { border-color: #591C45; }
span { border-color: rgb(89,28,69); }
td.TdClassName
{
border-color: #591C45;
}
.TagClassName
{
border-color: #591C45;
}
</style>