Shades of Pompadour #7F144F
Tints of Pompadour #7F144F
RGB
CMYK
RGB Variations
Color information
#7F144F (or 0x7F144F) is known color: Pompadour. HEX triplet: 7F, 14 and 4F. RGB value is (127,20,79). Sum of RGB (Red+Green+Blue) = 127+20+79=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F144F is #80EBB0. Grayscale: #3A3A3A. Windows color (decimal): -8448945 or 5182591. OLE color: 5182591.
HSL color Cylindrical-coordinate representation of color #7F144F: hue angle of 326.92º 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 #7F144F is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 79 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.50 |
| HSL | 326.92º | 0.73% | 0.29% | - |
| HSV(B) | 326.92º | 0.84% | 0.5% | - |
| XYZ | 10.41 | 5.58 | 7.92 | - |
| YUV | 58.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 79 | 0 | 0.84 | 0.38 | 0.50 | 326.92 | 0.73 | 0.29 |
| Hex | 7F | 14 | 4F | 0 | 54 | 26 | 32 | 147 | 49 | 1D |
| Octal | 177 | 24 | 117 | 0 | 124 | 46 | 62 | 507 | 111 | 35 |
| Binary | 1111111 | 10100 | 1001111 | 0 | 1010100 | 100110 | 110010 | 101000111 | 1001001 | 11101 |
Color Harmonies of #7F144F
Complementary color
Monochromatic Colors of #7F144F
Black with #7F144F
Text Example
Text Example
White with #7F144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F144F; }
p { color: rgb(127,20,79); }
H1.HeaderClassName
{
color: #7F144F;
}
.AnyTagClassName
{
color: #7F144F;
}
</style>
background-color css
<style>
a { background-color: #7F144F; }
a { background-color: rgb(127,20,79); }
div.DivClassName
{
background-color: #7F144F;
}
.BgClassName
{
background-color: #7F144F;
}
</style>
border-color css
<style>
span { border-color: #7F144F; }
span { border-color: rgb(127,20,79); }
td.TdClassName
{
border-color: #7F144F;
}
.TagClassName
{
border-color: #7F144F;
}
</style>