Shades of Pompadour #752155
Tints of Pompadour #752155
RGB
CMYK
RGB Variations
Color information
#752155 (or 0x752155) is known color: Pompadour. HEX triplet: 75, 21 and 55. RGB value is (117,33,85). Sum of RGB (Red+Green+Blue) = 117+33+85=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752155 is #8ADEAA. Grayscale: #3F3F3F. Windows color (decimal): -9100971 or 5579125. OLE color: 5579125.
HSL color Cylindrical-coordinate representation of color #752155: hue angle of 322.86º 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 #752155 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 85 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.54 |
| HSL | 322.86º | 0.56% | 0.29% | - |
| HSV(B) | 322.86º | 0.72% | 0.46% | - |
| XYZ | 9.52 | 5.53 | 9.16 | - |
| YUV | 64.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 85 | 0 | 0.72 | 0.27 | 0.54 | 322.86 | 0.56 | 0.29 |
| Hex | 75 | 21 | 55 | 0 | 48 | 1B | 36 | 143 | 38 | 1D |
| Octal | 165 | 41 | 125 | 0 | 110 | 33 | 66 | 503 | 70 | 35 |
| Binary | 1110101 | 100001 | 1010101 | 0 | 1001000 | 11011 | 110110 | 101000011 | 111000 | 11101 |
Color Harmonies of #752155
Complementary color
Monochromatic Colors of #752155
Black with #752155
Text Example
Text Example
White with #752155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752155; }
p { color: rgb(117,33,85); }
H1.HeaderClassName
{
color: #752155;
}
.AnyTagClassName
{
color: #752155;
}
</style>
background-color css
<style>
a { background-color: #752155; }
a { background-color: rgb(117,33,85); }
div.DivClassName
{
background-color: #752155;
}
.BgClassName
{
background-color: #752155;
}
</style>
border-color css
<style>
span { border-color: #752155; }
span { border-color: rgb(117,33,85); }
td.TdClassName
{
border-color: #752155;
}
.TagClassName
{
border-color: #752155;
}
</style>