Shades of Pompadour #7F1944
Tints of Pompadour #7F1944
RGB
CMYK
RGB Variations
Color information
#7F1944 (or 0x7F1944) is known color: Pompadour. HEX triplet: 7F, 19 and 44. RGB value is (127,25,68). Sum of RGB (Red+Green+Blue) = 127+25+68=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1944 is #80E6BB. Grayscale: #3C3C3C. Windows color (decimal): -8447676 or 4462975. OLE color: 4462975.
HSL color Cylindrical-coordinate representation of color #7F1944: hue angle of 334.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1944 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 68 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.50 |
| HSL | 334.71º | 0.67% | 0.3% | - |
| HSV(B) | 334.71º | 0.8% | 0.5% | - |
| XYZ | 10.14 | 5.62 | 6.02 | - |
| YUV | 60.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 68 | 0 | 0.80 | 0.46 | 0.50 | 334.71 | 0.67 | 0.3 |
| Hex | 7F | 19 | 44 | 0 | 50 | 2E | 32 | 14F | 43 | 1E |
| Octal | 177 | 31 | 104 | 0 | 120 | 56 | 62 | 517 | 103 | 36 |
| Binary | 1111111 | 11001 | 1000100 | 0 | 1010000 | 101110 | 110010 | 101001111 | 1000011 | 11110 |
Color Harmonies of #7F1944
Complementary color
Monochromatic Colors of #7F1944
Black with #7F1944
Text Example
Text Example
White with #7F1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1944; }
p { color: rgb(127,25,68); }
H1.HeaderClassName
{
color: #7F1944;
}
.AnyTagClassName
{
color: #7F1944;
}
</style>
background-color css
<style>
a { background-color: #7F1944; }
a { background-color: rgb(127,25,68); }
div.DivClassName
{
background-color: #7F1944;
}
.BgClassName
{
background-color: #7F1944;
}
</style>
border-color css
<style>
span { border-color: #7F1944; }
span { border-color: rgb(127,25,68); }
td.TdClassName
{
border-color: #7F1944;
}
.TagClassName
{
border-color: #7F1944;
}
</style>