Shades of Pompadour #7C1847
Tints of Pompadour #7C1847
RGB
CMYK
RGB Variations
Color information
#7C1847 (or 0x7C1847) is known color: Pompadour. HEX triplet: 7C, 18 and 47. RGB value is (124,24,71). Sum of RGB (Red+Green+Blue) = 124+24+71=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1847 is #83E7B8. Grayscale: #3B3B3B. Windows color (decimal): -8644537 or 4659324. OLE color: 4659324.
HSL color Cylindrical-coordinate representation of color #7C1847: hue angle of 331.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1847 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 71 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.51 |
| HSL | 331.8º | 0.68% | 0.29% | - |
| HSV(B) | 331.8º | 0.81% | 0.49% | - |
| XYZ | 9.78 | 5.39 | 6.49 | - |
| YUV | 59.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 71 | 0 | 0.81 | 0.43 | 0.51 | 331.8 | 0.68 | 0.29 |
| Hex | 7C | 18 | 47 | 0 | 51 | 2B | 33 | 14C | 44 | 1D |
| Octal | 174 | 30 | 107 | 0 | 121 | 53 | 63 | 514 | 104 | 35 |
| Binary | 1111100 | 11000 | 1000111 | 0 | 1010001 | 101011 | 110011 | 101001100 | 1000100 | 11101 |
Color Harmonies of #7C1847
Complementary color
Monochromatic Colors of #7C1847
Black with #7C1847
Text Example
Text Example
White with #7C1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1847; }
p { color: rgb(124,24,71); }
H1.HeaderClassName
{
color: #7C1847;
}
.AnyTagClassName
{
color: #7C1847;
}
</style>
background-color css
<style>
a { background-color: #7C1847; }
a { background-color: rgb(124,24,71); }
div.DivClassName
{
background-color: #7C1847;
}
.BgClassName
{
background-color: #7C1847;
}
</style>
border-color css
<style>
span { border-color: #7C1847; }
span { border-color: rgb(124,24,71); }
td.TdClassName
{
border-color: #7C1847;
}
.TagClassName
{
border-color: #7C1847;
}
</style>