Shades of Pompadour #7C1248
Tints of Pompadour #7C1248
RGB
CMYK
RGB Variations
Color information
#7C1248 (or 0x7C1248) is known color: Pompadour. HEX triplet: 7C, 12 and 48. RGB value is (124,18,72). Sum of RGB (Red+Green+Blue) = 124+18+72=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1248 is #83EDB7. Grayscale: #373737. Windows color (decimal): -8646072 or 4723324. OLE color: 4723324.
HSL color Cylindrical-coordinate representation of color #7C1248: hue angle of 329.43º 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 #7C1248 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 72 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.51 |
| HSL | 329.43º | 0.75% | 0.28% | - |
| HSV(B) | 329.43º | 0.85% | 0.49% | - |
| XYZ | 9.7 | 5.19 | 6.62 | - |
| YUV | 55.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 72 | 0 | 0.85 | 0.42 | 0.51 | 329.43 | 0.75 | 0.28 |
| Hex | 7C | 12 | 48 | 0 | 55 | 2A | 33 | 149 | 4B | 1C |
| Octal | 174 | 22 | 110 | 0 | 125 | 52 | 63 | 511 | 113 | 34 |
| Binary | 1111100 | 10010 | 1001000 | 0 | 1010101 | 101010 | 110011 | 101001001 | 1001011 | 11100 |
Color Harmonies of #7C1248
Complementary color
Monochromatic Colors of #7C1248
Black with #7C1248
Text Example
Text Example
White with #7C1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1248; }
p { color: rgb(124,18,72); }
H1.HeaderClassName
{
color: #7C1248;
}
.AnyTagClassName
{
color: #7C1248;
}
</style>
background-color css
<style>
a { background-color: #7C1248; }
a { background-color: rgb(124,18,72); }
div.DivClassName
{
background-color: #7C1248;
}
.BgClassName
{
background-color: #7C1248;
}
</style>
border-color css
<style>
span { border-color: #7C1248; }
span { border-color: rgb(124,18,72); }
td.TdClassName
{
border-color: #7C1248;
}
.TagClassName
{
border-color: #7C1248;
}
</style>