Shades of Pompadour #752154
Tints of Pompadour #752154
RGB
CMYK
RGB Variations
Color information
#752154 (or 0x752154) is known color: Pompadour. HEX triplet: 75, 21 and 54. RGB value is (117,33,84). Sum of RGB (Red+Green+Blue) = 117+33+84=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #752154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752154 is #8ADEAB. Grayscale: #3F3F3F. Windows color (decimal): -9100972 or 5513589. OLE color: 5513589.
HSL color Cylindrical-coordinate representation of color #752154: hue angle of 323.57º 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 #752154 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 84 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.54 |
| HSL | 323.57º | 0.56% | 0.29% | - |
| HSV(B) | 323.57º | 0.72% | 0.46% | - |
| XYZ | 9.48 | 5.51 | 8.95 | - |
| YUV | 63.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 84 | 0 | 0.72 | 0.28 | 0.54 | 323.57 | 0.56 | 0.29 |
| Hex | 75 | 21 | 54 | 0 | 48 | 1C | 36 | 144 | 38 | 1D |
| Octal | 165 | 41 | 124 | 0 | 110 | 34 | 66 | 504 | 70 | 35 |
| Binary | 1110101 | 100001 | 1010100 | 0 | 1001000 | 11100 | 110110 | 101000100 | 111000 | 11101 |
Color Harmonies of #752154
Complementary color
Monochromatic Colors of #752154
Black with #752154
Text Example
Text Example
White with #752154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752154; }
p { color: rgb(117,33,84); }
H1.HeaderClassName
{
color: #752154;
}
.AnyTagClassName
{
color: #752154;
}
</style>
background-color css
<style>
a { background-color: #752154; }
a { background-color: rgb(117,33,84); }
div.DivClassName
{
background-color: #752154;
}
.BgClassName
{
background-color: #752154;
}
</style>
border-color css
<style>
span { border-color: #752154; }
span { border-color: rgb(117,33,84); }
td.TdClassName
{
border-color: #752154;
}
.TagClassName
{
border-color: #752154;
}
</style>