Shades of Pompadour #752050
Tints of Pompadour #752050
RGB
CMYK
RGB Variations
Color information
#752050 (or 0x752050) is known color: Pompadour. HEX triplet: 75, 20 and 50. RGB value is (117,32,80). Sum of RGB (Red+Green+Blue) = 117+32+80=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #752050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752050 is #8ADFAF. Grayscale: #3E3E3E. Windows color (decimal): -9101232 or 5251189. OLE color: 5251189.
HSL color Cylindrical-coordinate representation of color #752050: hue angle of 326.12º 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 #752050 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 80 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.54 |
| HSL | 326.12º | 0.57% | 0.29% | - |
| HSV(B) | 326.12º | 0.73% | 0.46% | - |
| XYZ | 9.3 | 5.39 | 8.14 | - |
| YUV | 62.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 80 | 0 | 0.73 | 0.32 | 0.54 | 326.12 | 0.57 | 0.29 |
| Hex | 75 | 20 | 50 | 0 | 49 | 20 | 36 | 146 | 39 | 1D |
| Octal | 165 | 40 | 120 | 0 | 111 | 40 | 66 | 506 | 71 | 35 |
| Binary | 1110101 | 100000 | 1010000 | 0 | 1001001 | 100000 | 110110 | 101000110 | 111001 | 11101 |
Color Harmonies of #752050
Complementary color
Monochromatic Colors of #752050
Black with #752050
Text Example
Text Example
White with #752050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752050; }
p { color: rgb(117,32,80); }
H1.HeaderClassName
{
color: #752050;
}
.AnyTagClassName
{
color: #752050;
}
</style>
background-color css
<style>
a { background-color: #752050; }
a { background-color: rgb(117,32,80); }
div.DivClassName
{
background-color: #752050;
}
.BgClassName
{
background-color: #752050;
}
</style>
border-color css
<style>
span { border-color: #752050; }
span { border-color: rgb(117,32,80); }
td.TdClassName
{
border-color: #752050;
}
.TagClassName
{
border-color: #752050;
}
</style>