Shades of Pompadour #592A40
Tints of Pompadour #592A40
RGB
CMYK
RGB Variations
Color information
#592A40 (or 0x592A40) is known color: Pompadour. HEX triplet: 59, 2A and 40. RGB value is (89,42,64). Sum of RGB (Red+Green+Blue) = 89+42+64=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #592A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A40 is #A6D5BF. Grayscale: #3A3A3A. Windows color (decimal): -10933696 or 4205145. OLE color: 4205145.
HSL color Cylindrical-coordinate representation of color #592A40: hue angle of 331.91º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A40 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 64 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.65 |
| HSL | 331.91º | 0.36% | 0.26% | - |
| HSV(B) | 331.91º | 0.53% | 0.35% | - |
| XYZ | 5.87 | 4.15 | 5.34 | - |
| YUV | 58.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 64 | 0 | 0.53 | 0.28 | 0.65 | 331.91 | 0.36 | 0.26 |
| Hex | 59 | 2A | 40 | 0 | 35 | 1C | 41 | 14C | 24 | 1A |
| Octal | 131 | 52 | 100 | 0 | 65 | 34 | 101 | 514 | 44 | 32 |
| Binary | 1011001 | 101010 | 1000000 | 0 | 110101 | 11100 | 1000001 | 101001100 | 100100 | 11010 |
Color Harmonies of #592A40
Complementary color
Monochromatic Colors of #592A40
Black with #592A40
Text Example
Text Example
White with #592A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A40; }
p { color: rgb(89,42,64); }
H1.HeaderClassName
{
color: #592A40;
}
.AnyTagClassName
{
color: #592A40;
}
</style>
background-color css
<style>
a { background-color: #592A40; }
a { background-color: rgb(89,42,64); }
div.DivClassName
{
background-color: #592A40;
}
.BgClassName
{
background-color: #592A40;
}
</style>
border-color css
<style>
span { border-color: #592A40; }
span { border-color: rgb(89,42,64); }
td.TdClassName
{
border-color: #592A40;
}
.TagClassName
{
border-color: #592A40;
}
</style>