Shades of Pompadour #7E0C49
Tints of Pompadour #7E0C49
RGB
CMYK
RGB Variations
Color information
#7E0C49 (or 0x7E0C49) is known color: Pompadour. HEX triplet: 7E, 0C and 49. RGB value is (126,12,73). Sum of RGB (Red+Green+Blue) = 126+12+73=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0C49 is #81F3B6. Grayscale: #343434. Windows color (decimal): -8516535 or 4787326. OLE color: 4787326.
HSL color Cylindrical-coordinate representation of color #7E0C49: hue angle of 327.89º 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 #7E0C49 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 12 | 73 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.51 |
| HSL | 327.89º | 0.83% | 0.27% | - |
| HSV(B) | 327.89º | 0.9% | 0.49% | - |
| XYZ | 9.94 | 5.18 | 6.78 | - |
| YUV | 53.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 12 | 73 | 0 | 0.90 | 0.42 | 0.51 | 327.89 | 0.83 | 0.27 |
| Hex | 7E | C | 49 | 0 | 5A | 2A | 33 | 148 | 53 | 1B |
| Octal | 176 | 14 | 111 | 0 | 132 | 52 | 63 | 510 | 123 | 33 |
| Binary | 1111110 | 1100 | 1001001 | 0 | 1011010 | 101010 | 110011 | 101001000 | 1010011 | 11011 |
Color Harmonies of #7E0C49
Complementary color
Monochromatic Colors of #7E0C49
Black with #7E0C49
Text Example
Text Example
White with #7E0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0C49; }
p { color: rgb(126,12,73); }
H1.HeaderClassName
{
color: #7E0C49;
}
.AnyTagClassName
{
color: #7E0C49;
}
</style>
background-color css
<style>
a { background-color: #7E0C49; }
a { background-color: rgb(126,12,73); }
div.DivClassName
{
background-color: #7E0C49;
}
.BgClassName
{
background-color: #7E0C49;
}
</style>
border-color css
<style>
span { border-color: #7E0C49; }
span { border-color: rgb(126,12,73); }
td.TdClassName
{
border-color: #7E0C49;
}
.TagClassName
{
border-color: #7E0C49;
}
</style>