Shades of Pompadour #7C1050
Tints of Pompadour #7C1050
RGB
CMYK
RGB Variations
Color information
#7C1050 (or 0x7C1050) is known color: Pompadour. HEX triplet: 7C, 10 and 50. RGB value is (124,16,80). Sum of RGB (Red+Green+Blue) = 124+16+80=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1050 is #83EFAF. Grayscale: #373737. Windows color (decimal): -8646576 or 5247100. OLE color: 5247100.
HSL color Cylindrical-coordinate representation of color #7C1050: hue angle of 324.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1050 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 80 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.51 |
| HSL | 324.44º | 0.77% | 0.27% | - |
| HSV(B) | 324.44º | 0.87% | 0.49% | - |
| XYZ | 9.95 | 5.23 | 8.08 | - |
| YUV | 55.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 80 | 0 | 0.87 | 0.35 | 0.51 | 324.44 | 0.77 | 0.27 |
| Hex | 7C | 10 | 50 | 0 | 57 | 23 | 33 | 144 | 4D | 1B |
| Octal | 174 | 20 | 120 | 0 | 127 | 43 | 63 | 504 | 115 | 33 |
| Binary | 1111100 | 10000 | 1010000 | 0 | 1010111 | 100011 | 110011 | 101000100 | 1001101 | 11011 |
Color Harmonies of #7C1050
Complementary color
Monochromatic Colors of #7C1050
Black with #7C1050
Text Example
Text Example
White with #7C1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1050; }
p { color: rgb(124,16,80); }
H1.HeaderClassName
{
color: #7C1050;
}
.AnyTagClassName
{
color: #7C1050;
}
</style>
background-color css
<style>
a { background-color: #7C1050; }
a { background-color: rgb(124,16,80); }
div.DivClassName
{
background-color: #7C1050;
}
.BgClassName
{
background-color: #7C1050;
}
</style>
border-color css
<style>
span { border-color: #7C1050; }
span { border-color: rgb(124,16,80); }
td.TdClassName
{
border-color: #7C1050;
}
.TagClassName
{
border-color: #7C1050;
}
</style>