Shades of Pompadour #592C43
Tints of Pompadour #592C43
RGB
CMYK
RGB Variations
Color information
#592C43 (or 0x592C43) is known color: Pompadour. HEX triplet: 59, 2C and 43. RGB value is (89,44,67). Sum of RGB (Red+Green+Blue) = 89+44+67=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #592C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C43 is #A6D3BC. Grayscale: #3C3C3C. Windows color (decimal): -10933181 or 4402265. OLE color: 4402265.
HSL color Cylindrical-coordinate representation of color #592C43: hue angle of 329.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 #592C43 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 67 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.65 |
| HSL | 329.33º | 0.34% | 0.26% | - |
| HSV(B) | 329.33º | 0.51% | 0.35% | - |
| XYZ | 6.03 | 4.33 | 5.83 | - |
| YUV | 60.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 67 | 0 | 0.51 | 0.25 | 0.65 | 329.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 43 | 0 | 33 | 19 | 41 | 149 | 22 | 1A |
| Octal | 131 | 54 | 103 | 0 | 63 | 31 | 101 | 511 | 42 | 32 |
| Binary | 1011001 | 101100 | 1000011 | 0 | 110011 | 11001 | 1000001 | 101001001 | 100010 | 11010 |
Color Harmonies of #592C43
Complementary color
Monochromatic Colors of #592C43
Black with #592C43
Text Example
Text Example
White with #592C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C43; }
p { color: rgb(89,44,67); }
H1.HeaderClassName
{
color: #592C43;
}
.AnyTagClassName
{
color: #592C43;
}
</style>
background-color css
<style>
a { background-color: #592C43; }
a { background-color: rgb(89,44,67); }
div.DivClassName
{
background-color: #592C43;
}
.BgClassName
{
background-color: #592C43;
}
</style>
border-color css
<style>
span { border-color: #592C43; }
span { border-color: rgb(89,44,67); }
td.TdClassName
{
border-color: #592C43;
}
.TagClassName
{
border-color: #592C43;
}
</style>