Shades of Pompadour #592D43
Tints of Pompadour #592D43
RGB
CMYK
RGB Variations
Color information
#592D43 (or 0x592D43) is known color: Pompadour. HEX triplet: 59, 2D and 43. RGB value is (89,45,67). Sum of RGB (Red+Green+Blue) = 89+45+67=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #592D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D43 is #A6D2BC. Grayscale: #3C3C3C. Windows color (decimal): -10932925 or 4402521. OLE color: 4402521.
HSL color Cylindrical-coordinate representation of color #592D43: hue angle of 330º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592D43 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 45 | 67 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.65 |
| HSL | 330º | 0.33% | 0.26% | - |
| HSV(B) | 330º | 0.49% | 0.35% | - |
| XYZ | 6.07 | 4.41 | 5.84 | - |
| YUV | 60.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 67 | 0 | 0.49 | 0.25 | 0.65 | 330 | 0.33 | 0.26 |
| Hex | 59 | 2D | 43 | 0 | 31 | 19 | 41 | 14A | 21 | 1A |
| Octal | 131 | 55 | 103 | 0 | 61 | 31 | 101 | 512 | 41 | 32 |
| Binary | 1011001 | 101101 | 1000011 | 0 | 110001 | 11001 | 1000001 | 101001010 | 100001 | 11010 |
Color Harmonies of #592D43
Complementary color
Monochromatic Colors of #592D43
Black with #592D43
Text Example
Text Example
White with #592D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D43; }
p { color: rgb(89,45,67); }
H1.HeaderClassName
{
color: #592D43;
}
.AnyTagClassName
{
color: #592D43;
}
</style>
background-color css
<style>
a { background-color: #592D43; }
a { background-color: rgb(89,45,67); }
div.DivClassName
{
background-color: #592D43;
}
.BgClassName
{
background-color: #592D43;
}
</style>
border-color css
<style>
span { border-color: #592D43; }
span { border-color: rgb(89,45,67); }
td.TdClassName
{
border-color: #592D43;
}
.TagClassName
{
border-color: #592D43;
}
</style>