Shades of Pompadour #752055
Tints of Pompadour #752055
RGB
CMYK
RGB Variations
Color information
#752055 (or 0x752055) is known color: Pompadour. HEX triplet: 75, 20 and 55. RGB value is (117,32,85). Sum of RGB (Red+Green+Blue) = 117+32+85=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #752055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752055 is #8ADFAA. Grayscale: #3F3F3F. Windows color (decimal): -9101227 or 5578869. OLE color: 5578869.
HSL color Cylindrical-coordinate representation of color #752055: hue angle of 322.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752055 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 85 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.54 |
| HSL | 322.59º | 0.57% | 0.29% | - |
| HSV(B) | 322.59º | 0.73% | 0.46% | - |
| XYZ | 9.49 | 5.47 | 9.15 | - |
| YUV | 63.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 85 | 0 | 0.73 | 0.27 | 0.54 | 322.59 | 0.57 | 0.29 |
| Hex | 75 | 20 | 55 | 0 | 49 | 1B | 36 | 143 | 39 | 1D |
| Octal | 165 | 40 | 125 | 0 | 111 | 33 | 66 | 503 | 71 | 35 |
| Binary | 1110101 | 100000 | 1010101 | 0 | 1001001 | 11011 | 110110 | 101000011 | 111001 | 11101 |
Color Harmonies of #752055
Complementary color
Monochromatic Colors of #752055
Black with #752055
Text Example
Text Example
White with #752055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752055; }
p { color: rgb(117,32,85); }
H1.HeaderClassName
{
color: #752055;
}
.AnyTagClassName
{
color: #752055;
}
</style>
background-color css
<style>
a { background-color: #752055; }
a { background-color: rgb(117,32,85); }
div.DivClassName
{
background-color: #752055;
}
.BgClassName
{
background-color: #752055;
}
</style>
border-color css
<style>
span { border-color: #752055; }
span { border-color: rgb(117,32,85); }
td.TdClassName
{
border-color: #752055;
}
.TagClassName
{
border-color: #752055;
}
</style>