Shades of Pompadour #7C0F52
Tints of Pompadour #7C0F52
RGB
CMYK
RGB Variations
Color information
#7C0F52 (or 0x7C0F52) is known color: Pompadour. HEX triplet: 7C, 0F and 52. RGB value is (124,15,82). Sum of RGB (Red+Green+Blue) = 124+15+82=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F52 is #83F0AD. Grayscale: #373737. Windows color (decimal): -8646830 or 5377916. OLE color: 5377916.
HSL color Cylindrical-coordinate representation of color #7C0F52: hue angle of 323.12º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F52 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 15 | 82 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.51 |
| HSL | 323.12º | 0.78% | 0.27% | - |
| HSV(B) | 323.12º | 0.88% | 0.49% | - |
| XYZ | 10.01 | 5.24 | 8.47 | - |
| YUV | 55.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 82 | 0 | 0.88 | 0.34 | 0.51 | 323.12 | 0.78 | 0.27 |
| Hex | 7C | F | 52 | 0 | 58 | 22 | 33 | 143 | 4E | 1B |
| Octal | 174 | 17 | 122 | 0 | 130 | 42 | 63 | 503 | 116 | 33 |
| Binary | 1111100 | 1111 | 1010010 | 0 | 1011000 | 100010 | 110011 | 101000011 | 1001110 | 11011 |
Color Harmonies of #7C0F52
Complementary color
Monochromatic Colors of #7C0F52
Black with #7C0F52
Text Example
Text Example
White with #7C0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0F52; }
p { color: rgb(124,15,82); }
H1.HeaderClassName
{
color: #7C0F52;
}
.AnyTagClassName
{
color: #7C0F52;
}
</style>
background-color css
<style>
a { background-color: #7C0F52; }
a { background-color: rgb(124,15,82); }
div.DivClassName
{
background-color: #7C0F52;
}
.BgClassName
{
background-color: #7C0F52;
}
</style>
border-color css
<style>
span { border-color: #7C0F52; }
span { border-color: rgb(124,15,82); }
td.TdClassName
{
border-color: #7C0F52;
}
.TagClassName
{
border-color: #7C0F52;
}
</style>