Shades of Pompadour #7F144D
Tints of Pompadour #7F144D
RGB
CMYK
RGB Variations
Color information
#7F144D (or 0x7F144D) is known color: Pompadour. HEX triplet: 7F, 14 and 4D. RGB value is (127,20,77). Sum of RGB (Red+Green+Blue) = 127+20+77=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F144D is #80EBB2. Grayscale: #3A3A3A. Windows color (decimal): -8448947 or 5051519. OLE color: 5051519.
HSL color Cylindrical-coordinate representation of color #7F144D: hue angle of 328.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F144D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 77 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.50 |
| HSL | 328.04º | 0.73% | 0.29% | - |
| HSV(B) | 328.04º | 0.84% | 0.5% | - |
| XYZ | 10.34 | 5.55 | 7.55 | - |
| YUV | 58.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 77 | 0 | 0.84 | 0.39 | 0.50 | 328.04 | 0.73 | 0.29 |
| Hex | 7F | 14 | 4D | 0 | 54 | 27 | 32 | 148 | 49 | 1D |
| Octal | 177 | 24 | 115 | 0 | 124 | 47 | 62 | 510 | 111 | 35 |
| Binary | 1111111 | 10100 | 1001101 | 0 | 1010100 | 100111 | 110010 | 101001000 | 1001001 | 11101 |
Color Harmonies of #7F144D
Complementary color
Monochromatic Colors of #7F144D
Black with #7F144D
Text Example
Text Example
White with #7F144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F144D; }
p { color: rgb(127,20,77); }
H1.HeaderClassName
{
color: #7F144D;
}
.AnyTagClassName
{
color: #7F144D;
}
</style>
background-color css
<style>
a { background-color: #7F144D; }
a { background-color: rgb(127,20,77); }
div.DivClassName
{
background-color: #7F144D;
}
.BgClassName
{
background-color: #7F144D;
}
</style>
border-color css
<style>
span { border-color: #7F144D; }
span { border-color: rgb(127,20,77); }
td.TdClassName
{
border-color: #7F144D;
}
.TagClassName
{
border-color: #7F144D;
}
</style>