Shades of Pompadour #592A43
Tints of Pompadour #592A43
RGB
CMYK
RGB Variations
Color information
#592A43 (or 0x592A43) is known color: Pompadour. HEX triplet: 59, 2A and 43. RGB value is (89,42,67). Sum of RGB (Red+Green+Blue) = 89+42+67=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #592A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A43 is #A6D5BC. Grayscale: #3A3A3A. Windows color (decimal): -10933693 or 4401753. OLE color: 4401753.
HSL color Cylindrical-coordinate representation of color #592A43: hue angle of 328.09º 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 #592A43 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 67 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.65 |
| HSL | 328.09º | 0.36% | 0.26% | - |
| HSV(B) | 328.09º | 0.53% | 0.35% | - |
| XYZ | 5.96 | 4.19 | 5.8 | - |
| YUV | 58.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 67 | 0 | 0.53 | 0.25 | 0.65 | 328.09 | 0.36 | 0.26 |
| Hex | 59 | 2A | 43 | 0 | 35 | 19 | 41 | 148 | 24 | 1A |
| Octal | 131 | 52 | 103 | 0 | 65 | 31 | 101 | 510 | 44 | 32 |
| Binary | 1011001 | 101010 | 1000011 | 0 | 110101 | 11001 | 1000001 | 101001000 | 100100 | 11010 |
Color Harmonies of #592A43
Complementary color
Monochromatic Colors of #592A43
Black with #592A43
Text Example
Text Example
White with #592A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A43; }
p { color: rgb(89,42,67); }
H1.HeaderClassName
{
color: #592A43;
}
.AnyTagClassName
{
color: #592A43;
}
</style>
background-color css
<style>
a { background-color: #592A43; }
a { background-color: rgb(89,42,67); }
div.DivClassName
{
background-color: #592A43;
}
.BgClassName
{
background-color: #592A43;
}
</style>
border-color css
<style>
span { border-color: #592A43; }
span { border-color: rgb(89,42,67); }
td.TdClassName
{
border-color: #592A43;
}
.TagClassName
{
border-color: #592A43;
}
</style>