Shades of Pompadour #752148
Tints of Pompadour #752148
RGB
CMYK
RGB Variations
Color information
#752148 (or 0x752148) is known color: Pompadour. HEX triplet: 75, 21 and 48. RGB value is (117,33,72). Sum of RGB (Red+Green+Blue) = 117+33+72=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752148 is #8ADEB7. Grayscale: #3E3E3E. Windows color (decimal): -9100984 or 4727157. OLE color: 4727157.
HSL color Cylindrical-coordinate representation of color #752148: hue angle of 332.14º 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 #752148 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 72 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.54 |
| HSL | 332.14º | 0.56% | 0.29% | - |
| HSV(B) | 332.14º | 0.72% | 0.46% | - |
| XYZ | 9.05 | 5.34 | 6.68 | - |
| YUV | 62.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 72 | 0 | 0.72 | 0.38 | 0.54 | 332.14 | 0.56 | 0.29 |
| Hex | 75 | 21 | 48 | 0 | 48 | 26 | 36 | 14C | 38 | 1D |
| Octal | 165 | 41 | 110 | 0 | 110 | 46 | 66 | 514 | 70 | 35 |
| Binary | 1110101 | 100001 | 1001000 | 0 | 1001000 | 100110 | 110110 | 101001100 | 111000 | 11101 |
Color Harmonies of #752148
Complementary color
Monochromatic Colors of #752148
Black with #752148
Text Example
Text Example
White with #752148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752148; }
p { color: rgb(117,33,72); }
H1.HeaderClassName
{
color: #752148;
}
.AnyTagClassName
{
color: #752148;
}
</style>
background-color css
<style>
a { background-color: #752148; }
a { background-color: rgb(117,33,72); }
div.DivClassName
{
background-color: #752148;
}
.BgClassName
{
background-color: #752148;
}
</style>
border-color css
<style>
span { border-color: #752148; }
span { border-color: rgb(117,33,72); }
td.TdClassName
{
border-color: #752148;
}
.TagClassName
{
border-color: #752148;
}
</style>