Shades of Pompadour #7F1344
Tints of Pompadour #7F1344
RGB
CMYK
RGB Variations
Color information
#7F1344 (or 0x7F1344) is known color: Pompadour. HEX triplet: 7F, 13 and 44. RGB value is (127,19,68). Sum of RGB (Red+Green+Blue) = 127+19+68=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1344 is #80ECBB. Grayscale: #383838. Windows color (decimal): -8449212 or 4461439. OLE color: 4461439.
HSL color Cylindrical-coordinate representation of color #7F1344: hue angle of 332.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1344 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 68 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.50 |
| HSL | 332.78º | 0.74% | 0.29% | - |
| HSV(B) | 332.78º | 0.85% | 0.5% | - |
| XYZ | 10.03 | 5.4 | 5.98 | - |
| YUV | 56.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 68 | 0 | 0.85 | 0.46 | 0.50 | 332.78 | 0.74 | 0.29 |
| Hex | 7F | 13 | 44 | 0 | 55 | 2E | 32 | 14D | 4A | 1D |
| Octal | 177 | 23 | 104 | 0 | 125 | 56 | 62 | 515 | 112 | 35 |
| Binary | 1111111 | 10011 | 1000100 | 0 | 1010101 | 101110 | 110010 | 101001101 | 1001010 | 11101 |
Color Harmonies of #7F1344
Complementary color
Monochromatic Colors of #7F1344
Black with #7F1344
Text Example
Text Example
White with #7F1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1344; }
p { color: rgb(127,19,68); }
H1.HeaderClassName
{
color: #7F1344;
}
.AnyTagClassName
{
color: #7F1344;
}
</style>
background-color css
<style>
a { background-color: #7F1344; }
a { background-color: rgb(127,19,68); }
div.DivClassName
{
background-color: #7F1344;
}
.BgClassName
{
background-color: #7F1344;
}
</style>
border-color css
<style>
span { border-color: #7F1344; }
span { border-color: rgb(127,19,68); }
td.TdClassName
{
border-color: #7F1344;
}
.TagClassName
{
border-color: #7F1344;
}
</style>