Shades of Pompadour #7C1645
Tints of Pompadour #7C1645
RGB
CMYK
RGB Variations
Color information
#7C1645 (or 0x7C1645) is known color: Pompadour. HEX triplet: 7C, 16 and 45. RGB value is (124,22,69). Sum of RGB (Red+Green+Blue) = 124+22+69=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1645 is #83E9BA. Grayscale: #393939. Windows color (decimal): -8645051 or 4527740. OLE color: 4527740.
HSL color Cylindrical-coordinate representation of color #7C1645: hue angle of 332.35º 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 #7C1645 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 69 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.51 |
| HSL | 332.35º | 0.7% | 0.29% | - |
| HSV(B) | 332.35º | 0.82% | 0.49% | - |
| XYZ | 9.67 | 5.29 | 6.14 | - |
| YUV | 57.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 69 | 0 | 0.82 | 0.44 | 0.51 | 332.35 | 0.7 | 0.29 |
| Hex | 7C | 16 | 45 | 0 | 52 | 2C | 33 | 14C | 46 | 1D |
| Octal | 174 | 26 | 105 | 0 | 122 | 54 | 63 | 514 | 106 | 35 |
| Binary | 1111100 | 10110 | 1000101 | 0 | 1010010 | 101100 | 110011 | 101001100 | 1000110 | 11101 |
Color Harmonies of #7C1645
Complementary color
Monochromatic Colors of #7C1645
Black with #7C1645
Text Example
Text Example
White with #7C1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1645; }
p { color: rgb(124,22,69); }
H1.HeaderClassName
{
color: #7C1645;
}
.AnyTagClassName
{
color: #7C1645;
}
</style>
background-color css
<style>
a { background-color: #7C1645; }
a { background-color: rgb(124,22,69); }
div.DivClassName
{
background-color: #7C1645;
}
.BgClassName
{
background-color: #7C1645;
}
</style>
border-color css
<style>
span { border-color: #7C1645; }
span { border-color: rgb(124,22,69); }
td.TdClassName
{
border-color: #7C1645;
}
.TagClassName
{
border-color: #7C1645;
}
</style>