Shades of Pompadour #7C1649
Tints of Pompadour #7C1649
RGB
CMYK
RGB Variations
Color information
#7C1649 (or 0x7C1649) is known color: Pompadour. HEX triplet: 7C, 16 and 49. RGB value is (124,22,73). Sum of RGB (Red+Green+Blue) = 124+22+73=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1649 is #83E9B6. Grayscale: #3A3A3A. Windows color (decimal): -8645047 or 4789884. OLE color: 4789884.
HSL color Cylindrical-coordinate representation of color #7C1649: hue angle of 330º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1649 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 73 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.51 |
| HSL | 330º | 0.7% | 0.29% | - |
| HSV(B) | 330º | 0.82% | 0.49% | - |
| XYZ | 9.8 | 5.34 | 6.82 | - |
| YUV | 58.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 73 | 0 | 0.82 | 0.41 | 0.51 | 330 | 0.7 | 0.29 |
| Hex | 7C | 16 | 49 | 0 | 52 | 29 | 33 | 14A | 46 | 1D |
| Octal | 174 | 26 | 111 | 0 | 122 | 51 | 63 | 512 | 106 | 35 |
| Binary | 1111100 | 10110 | 1001001 | 0 | 1010010 | 101001 | 110011 | 101001010 | 1000110 | 11101 |
Color Harmonies of #7C1649
Complementary color
Monochromatic Colors of #7C1649
Black with #7C1649
Text Example
Text Example
White with #7C1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1649; }
p { color: rgb(124,22,73); }
H1.HeaderClassName
{
color: #7C1649;
}
.AnyTagClassName
{
color: #7C1649;
}
</style>
background-color css
<style>
a { background-color: #7C1649; }
a { background-color: rgb(124,22,73); }
div.DivClassName
{
background-color: #7C1649;
}
.BgClassName
{
background-color: #7C1649;
}
</style>
border-color css
<style>
span { border-color: #7C1649; }
span { border-color: rgb(124,22,73); }
td.TdClassName
{
border-color: #7C1649;
}
.TagClassName
{
border-color: #7C1649;
}
</style>