Shades of Pompadour #7C154A
Tints of Pompadour #7C154A
RGB
CMYK
RGB Variations
Color information
#7C154A (or 0x7C154A) is known color: Pompadour. HEX triplet: 7C, 15 and 4A. RGB value is (124,21,74). Sum of RGB (Red+Green+Blue) = 124+21+74=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C154A is #83EAB5. Grayscale: #393939. Windows color (decimal): -8645302 or 4855164. OLE color: 4855164.
HSL color Cylindrical-coordinate representation of color #7C154A: hue angle of 329.13º 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 #7C154A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 74 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.51 |
| HSL | 329.13º | 0.71% | 0.28% | - |
| HSV(B) | 329.13º | 0.83% | 0.49% | - |
| XYZ | 9.82 | 5.32 | 6.99 | - |
| YUV | 57.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 74 | 0 | 0.83 | 0.40 | 0.51 | 329.13 | 0.71 | 0.28 |
| Hex | 7C | 15 | 4A | 0 | 53 | 28 | 33 | 149 | 47 | 1C |
| Octal | 174 | 25 | 112 | 0 | 123 | 50 | 63 | 511 | 107 | 34 |
| Binary | 1111100 | 10101 | 1001010 | 0 | 1010011 | 101000 | 110011 | 101001001 | 1000111 | 11100 |
Color Harmonies of #7C154A
Complementary color
Monochromatic Colors of #7C154A
Black with #7C154A
Text Example
Text Example
White with #7C154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C154A; }
p { color: rgb(124,21,74); }
H1.HeaderClassName
{
color: #7C154A;
}
.AnyTagClassName
{
color: #7C154A;
}
</style>
background-color css
<style>
a { background-color: #7C154A; }
a { background-color: rgb(124,21,74); }
div.DivClassName
{
background-color: #7C154A;
}
.BgClassName
{
background-color: #7C154A;
}
</style>
border-color css
<style>
span { border-color: #7C154A; }
span { border-color: rgb(124,21,74); }
td.TdClassName
{
border-color: #7C154A;
}
.TagClassName
{
border-color: #7C154A;
}
</style>