Shades of Pompadour #59233C
Tints of Pompadour #59233C
RGB
CMYK
RGB Variations
Color information
#59233C (or 0x59233C) is known color: Pompadour. HEX triplet: 59, 23 and 3C. RGB value is (89,35,60). Sum of RGB (Red+Green+Blue) = 89+35+60=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59233C is #A6DCC3. Grayscale: #353535. Windows color (decimal): -10935492 or 3941209. OLE color: 3941209.
HSL color Cylindrical-coordinate representation of color #59233C: hue angle of 332.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59233C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 60 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.65 |
| HSL | 332.22º | 0.44% | 0.24% | - |
| HSV(B) | 332.22º | 0.61% | 0.35% | - |
| XYZ | 5.54 | 3.65 | 4.69 | - |
| YUV | 54 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 60 | 0 | 0.61 | 0.33 | 0.65 | 332.22 | 0.44 | 0.24 |
| Hex | 59 | 23 | 3C | 0 | 3D | 21 | 41 | 14C | 2C | 18 |
| Octal | 131 | 43 | 74 | 0 | 75 | 41 | 101 | 514 | 54 | 30 |
| Binary | 1011001 | 100011 | 111100 | 0 | 111101 | 100001 | 1000001 | 101001100 | 101100 | 11000 |
Color Harmonies of #59233C
Complementary color
Monochromatic Colors of #59233C
Black with #59233C
Text Example
Text Example
White with #59233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59233C; }
p { color: rgb(89,35,60); }
H1.HeaderClassName
{
color: #59233C;
}
.AnyTagClassName
{
color: #59233C;
}
</style>
background-color css
<style>
a { background-color: #59233C; }
a { background-color: rgb(89,35,60); }
div.DivClassName
{
background-color: #59233C;
}
.BgClassName
{
background-color: #59233C;
}
</style>
border-color css
<style>
span { border-color: #59233C; }
span { border-color: rgb(89,35,60); }
td.TdClassName
{
border-color: #59233C;
}
.TagClassName
{
border-color: #59233C;
}
</style>