Shades of Pompadour #592C46
Tints of Pompadour #592C46
RGB
CMYK
RGB Variations
Color information
#592C46 (or 0x592C46) is known color: Pompadour. HEX triplet: 59, 2C and 46. RGB value is (89,44,70). Sum of RGB (Red+Green+Blue) = 89+44+70=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #592C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C46 is #A6D3B9. Grayscale: #3C3C3C. Windows color (decimal): -10933178 or 4598873. OLE color: 4598873.
HSL color Cylindrical-coordinate representation of color #592C46: hue angle of 325.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C46 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 70 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.65 |
| HSL | 325.33º | 0.34% | 0.26% | - |
| HSV(B) | 325.33º | 0.51% | 0.35% | - |
| XYZ | 6.13 | 4.37 | 6.31 | - |
| YUV | 60.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 70 | 0 | 0.51 | 0.21 | 0.65 | 325.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 46 | 0 | 33 | 15 | 41 | 145 | 22 | 1A |
| Octal | 131 | 54 | 106 | 0 | 63 | 25 | 101 | 505 | 42 | 32 |
| Binary | 1011001 | 101100 | 1000110 | 0 | 110011 | 10101 | 1000001 | 101000101 | 100010 | 11010 |
Color Harmonies of #592C46
Complementary color
Monochromatic Colors of #592C46
Black with #592C46
Text Example
Text Example
White with #592C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C46; }
p { color: rgb(89,44,70); }
H1.HeaderClassName
{
color: #592C46;
}
.AnyTagClassName
{
color: #592C46;
}
</style>
background-color css
<style>
a { background-color: #592C46; }
a { background-color: rgb(89,44,70); }
div.DivClassName
{
background-color: #592C46;
}
.BgClassName
{
background-color: #592C46;
}
</style>
border-color css
<style>
span { border-color: #592C46; }
span { border-color: rgb(89,44,70); }
td.TdClassName
{
border-color: #592C46;
}
.TagClassName
{
border-color: #592C46;
}
</style>