Shades of Pompadour #7C1254
Tints of Pompadour #7C1254
RGB
CMYK
RGB Variations
Color information
#7C1254 (or 0x7C1254) is known color: Pompadour. HEX triplet: 7C, 12 and 54. RGB value is (124,18,84). Sum of RGB (Red+Green+Blue) = 124+18+84=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1254 is #83EDAB. Grayscale: #393939. Windows color (decimal): -8646060 or 5509756. OLE color: 5509756.
HSL color Cylindrical-coordinate representation of color #7C1254: hue angle of 322.64º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1254 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 84 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.51 |
| HSL | 322.64º | 0.75% | 0.28% | - |
| HSV(B) | 322.64º | 0.85% | 0.49% | - |
| XYZ | 10.13 | 5.36 | 8.89 | - |
| YUV | 57.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 84 | 0 | 0.85 | 0.32 | 0.51 | 322.64 | 0.75 | 0.28 |
| Hex | 7C | 12 | 54 | 0 | 55 | 20 | 33 | 143 | 4B | 1C |
| Octal | 174 | 22 | 124 | 0 | 125 | 40 | 63 | 503 | 113 | 34 |
| Binary | 1111100 | 10010 | 1010100 | 0 | 1010101 | 100000 | 110011 | 101000011 | 1001011 | 11100 |
Color Harmonies of #7C1254
Complementary color
Monochromatic Colors of #7C1254
Black with #7C1254
Text Example
Text Example
White with #7C1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1254; }
p { color: rgb(124,18,84); }
H1.HeaderClassName
{
color: #7C1254;
}
.AnyTagClassName
{
color: #7C1254;
}
</style>
background-color css
<style>
a { background-color: #7C1254; }
a { background-color: rgb(124,18,84); }
div.DivClassName
{
background-color: #7C1254;
}
.BgClassName
{
background-color: #7C1254;
}
</style>
border-color css
<style>
span { border-color: #7C1254; }
span { border-color: rgb(124,18,84); }
td.TdClassName
{
border-color: #7C1254;
}
.TagClassName
{
border-color: #7C1254;
}
</style>