Shades of Pompadour #7E0C52
Tints of Pompadour #7E0C52
RGB
CMYK
RGB Variations
Color information
#7E0C52 (or 0x7E0C52) is known color: Pompadour. HEX triplet: 7E, 0C and 52. RGB value is (126,12,82). Sum of RGB (Red+Green+Blue) = 126+12+82=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0C52 is #81F3AD. Grayscale: #353535. Windows color (decimal): -8516526 or 5377150. OLE color: 5377150.
HSL color Cylindrical-coordinate representation of color #7E0C52: hue angle of 323.16º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0C52 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 12 | 82 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.51 |
| HSL | 323.16º | 0.83% | 0.27% | - |
| HSV(B) | 323.16º | 0.9% | 0.49% | - |
| XYZ | 10.26 | 5.31 | 8.47 | - |
| YUV | 54.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 12 | 82 | 0 | 0.90 | 0.35 | 0.51 | 323.16 | 0.83 | 0.27 |
| Hex | 7E | C | 52 | 0 | 5A | 23 | 33 | 143 | 53 | 1B |
| Octal | 176 | 14 | 122 | 0 | 132 | 43 | 63 | 503 | 123 | 33 |
| Binary | 1111110 | 1100 | 1010010 | 0 | 1011010 | 100011 | 110011 | 101000011 | 1010011 | 11011 |
Color Harmonies of #7E0C52
Complementary color
Monochromatic Colors of #7E0C52
Black with #7E0C52
Text Example
Text Example
White with #7E0C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0C52; }
p { color: rgb(126,12,82); }
H1.HeaderClassName
{
color: #7E0C52;
}
.AnyTagClassName
{
color: #7E0C52;
}
</style>
background-color css
<style>
a { background-color: #7E0C52; }
a { background-color: rgb(126,12,82); }
div.DivClassName
{
background-color: #7E0C52;
}
.BgClassName
{
background-color: #7E0C52;
}
</style>
border-color css
<style>
span { border-color: #7E0C52; }
span { border-color: rgb(126,12,82); }
td.TdClassName
{
border-color: #7E0C52;
}
.TagClassName
{
border-color: #7E0C52;
}
</style>