Shades of Pompadour #59193F
Tints of Pompadour #59193F
RGB
CMYK
RGB Variations
Color information
#59193F (or 0x59193F) is known color: Pompadour. HEX triplet: 59, 19 and 3F. RGB value is (89,25,63). Sum of RGB (Red+Green+Blue) = 89+25+63=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #59193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59193F is #A6E6C0. Grayscale: #303030. Windows color (decimal): -10938049 or 4135257. OLE color: 4135257.
HSL color Cylindrical-coordinate representation of color #59193F: hue angle of 324.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59193F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 63 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.65 |
| HSL | 324.38º | 0.56% | 0.22% | - |
| HSV(B) | 324.38º | 0.72% | 0.35% | - |
| XYZ | 5.36 | 3.18 | 5.03 | - |
| YUV | 48.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 63 | 0 | 0.72 | 0.29 | 0.65 | 324.38 | 0.56 | 0.22 |
| Hex | 59 | 19 | 3F | 0 | 48 | 1D | 41 | 144 | 38 | 16 |
| Octal | 131 | 31 | 77 | 0 | 110 | 35 | 101 | 504 | 70 | 26 |
| Binary | 1011001 | 11001 | 111111 | 0 | 1001000 | 11101 | 1000001 | 101000100 | 111000 | 10110 |
Color Harmonies of #59193F
Complementary color
Monochromatic Colors of #59193F
Black with #59193F
Text Example
Text Example
White with #59193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59193F; }
p { color: rgb(89,25,63); }
H1.HeaderClassName
{
color: #59193F;
}
.AnyTagClassName
{
color: #59193F;
}
</style>
background-color css
<style>
a { background-color: #59193F; }
a { background-color: rgb(89,25,63); }
div.DivClassName
{
background-color: #59193F;
}
.BgClassName
{
background-color: #59193F;
}
</style>
border-color css
<style>
span { border-color: #59193F; }
span { border-color: rgb(89,25,63); }
td.TdClassName
{
border-color: #59193F;
}
.TagClassName
{
border-color: #59193F;
}
</style>