Shades of Pompadour #7C0E49
Tints of Pompadour #7C0E49
RGB
CMYK
RGB Variations
Color information
#7C0E49 (or 0x7C0E49) is known color: Pompadour. HEX triplet: 7C, 0E and 49. RGB value is (124,14,73). Sum of RGB (Red+Green+Blue) = 124+14+73=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E49 is #83F1B6. Grayscale: #353535. Windows color (decimal): -8647095 or 4787836. OLE color: 4787836.
HSL color Cylindrical-coordinate representation of color #7C0E49: hue angle of 327.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E49 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 73 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.51 |
| HSL | 327.82º | 0.8% | 0.27% | - |
| HSV(B) | 327.82º | 0.89% | 0.49% | - |
| XYZ | 9.67 | 5.08 | 6.77 | - |
| YUV | 53.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 73 | 0 | 0.89 | 0.41 | 0.51 | 327.82 | 0.8 | 0.27 |
| Hex | 7C | E | 49 | 0 | 59 | 29 | 33 | 148 | 50 | 1B |
| Octal | 174 | 16 | 111 | 0 | 131 | 51 | 63 | 510 | 120 | 33 |
| Binary | 1111100 | 1110 | 1001001 | 0 | 1011001 | 101001 | 110011 | 101001000 | 1010000 | 11011 |
Color Harmonies of #7C0E49
Complementary color
Monochromatic Colors of #7C0E49
Black with #7C0E49
Text Example
Text Example
White with #7C0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E49; }
p { color: rgb(124,14,73); }
H1.HeaderClassName
{
color: #7C0E49;
}
.AnyTagClassName
{
color: #7C0E49;
}
</style>
background-color css
<style>
a { background-color: #7C0E49; }
a { background-color: rgb(124,14,73); }
div.DivClassName
{
background-color: #7C0E49;
}
.BgClassName
{
background-color: #7C0E49;
}
</style>
border-color css
<style>
span { border-color: #7C0E49; }
span { border-color: rgb(124,14,73); }
td.TdClassName
{
border-color: #7C0E49;
}
.TagClassName
{
border-color: #7C0E49;
}
</style>