Shades of Pompadour #7C154D
Tints of Pompadour #7C154D
RGB
CMYK
RGB Variations
Color information
#7C154D (or 0x7C154D) is known color: Pompadour. HEX triplet: 7C, 15 and 4D. RGB value is (124,21,77). Sum of RGB (Red+Green+Blue) = 124+21+77=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C154D is #83EAB2. Grayscale: #3A3A3A. Windows color (decimal): -8645299 or 5051772. OLE color: 5051772.
HSL color Cylindrical-coordinate representation of color #7C154D: hue angle of 327.38º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C154D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 77 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.51 |
| HSL | 327.38º | 0.71% | 0.28% | - |
| HSV(B) | 327.38º | 0.83% | 0.49% | - |
| XYZ | 9.92 | 5.36 | 7.53 | - |
| YUV | 58.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 77 | 0 | 0.83 | 0.38 | 0.51 | 327.38 | 0.71 | 0.28 |
| Hex | 7C | 15 | 4D | 0 | 53 | 26 | 33 | 147 | 47 | 1C |
| Octal | 174 | 25 | 115 | 0 | 123 | 46 | 63 | 507 | 107 | 34 |
| Binary | 1111100 | 10101 | 1001101 | 0 | 1010011 | 100110 | 110011 | 101000111 | 1000111 | 11100 |
Color Harmonies of #7C154D
Complementary color
Monochromatic Colors of #7C154D
Black with #7C154D
Text Example
Text Example
White with #7C154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C154D; }
p { color: rgb(124,21,77); }
H1.HeaderClassName
{
color: #7C154D;
}
.AnyTagClassName
{
color: #7C154D;
}
</style>
background-color css
<style>
a { background-color: #7C154D; }
a { background-color: rgb(124,21,77); }
div.DivClassName
{
background-color: #7C154D;
}
.BgClassName
{
background-color: #7C154D;
}
</style>
border-color css
<style>
span { border-color: #7C154D; }
span { border-color: rgb(124,21,77); }
td.TdClassName
{
border-color: #7C154D;
}
.TagClassName
{
border-color: #7C154D;
}
</style>