Shades of Pompadour #752153
Tints of Pompadour #752153
RGB
CMYK
RGB Variations
Color information
#752153 (or 0x752153) is known color: Pompadour. HEX triplet: 75, 21 and 53. RGB value is (117,33,83). Sum of RGB (Red+Green+Blue) = 117+33+83=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752153 is #8ADEAC. Grayscale: #3F3F3F. Windows color (decimal): -9100973 or 5448053. OLE color: 5448053.
HSL color Cylindrical-coordinate representation of color #752153: hue angle of 324.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752153 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 83 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.54 |
| HSL | 324.29º | 0.56% | 0.29% | - |
| HSV(B) | 324.29º | 0.72% | 0.46% | - |
| XYZ | 9.44 | 5.49 | 8.75 | - |
| YUV | 63.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 83 | 0 | 0.72 | 0.29 | 0.54 | 324.29 | 0.56 | 0.29 |
| Hex | 75 | 21 | 53 | 0 | 48 | 1D | 36 | 144 | 38 | 1D |
| Octal | 165 | 41 | 123 | 0 | 110 | 35 | 66 | 504 | 70 | 35 |
| Binary | 1110101 | 100001 | 1010011 | 0 | 1001000 | 11101 | 110110 | 101000100 | 111000 | 11101 |
Color Harmonies of #752153
Complementary color
Monochromatic Colors of #752153
Black with #752153
Text Example
Text Example
White with #752153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752153; }
p { color: rgb(117,33,83); }
H1.HeaderClassName
{
color: #752153;
}
.AnyTagClassName
{
color: #752153;
}
</style>
background-color css
<style>
a { background-color: #752153; }
a { background-color: rgb(117,33,83); }
div.DivClassName
{
background-color: #752153;
}
.BgClassName
{
background-color: #752153;
}
</style>
border-color css
<style>
span { border-color: #752153; }
span { border-color: rgb(117,33,83); }
td.TdClassName
{
border-color: #752153;
}
.TagClassName
{
border-color: #752153;
}
</style>