Shades of Pompadour #7F1356
Tints of Pompadour #7F1356
RGB
CMYK
RGB Variations
Color information
#7F1356 (or 0x7F1356) is known color: Pompadour. HEX triplet: 7F, 13 and 56. RGB value is (127,19,86). Sum of RGB (Red+Green+Blue) = 127+19+86=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1356 is #80ECA9. Grayscale: #3A3A3A. Windows color (decimal): -8449194 or 5641087. OLE color: 5641087.
HSL color Cylindrical-coordinate representation of color #7F1356: hue angle of 322.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 #7F1356 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 86 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.50 |
| HSL | 322.78º | 0.74% | 0.29% | - |
| HSV(B) | 322.78º | 0.85% | 0.5% | - |
| XYZ | 10.66 | 5.65 | 9.33 | - |
| YUV | 58.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 86 | 0 | 0.85 | 0.32 | 0.50 | 322.78 | 0.74 | 0.29 |
| Hex | 7F | 13 | 56 | 0 | 55 | 20 | 32 | 143 | 4A | 1D |
| Octal | 177 | 23 | 126 | 0 | 125 | 40 | 62 | 503 | 112 | 35 |
| Binary | 1111111 | 10011 | 1010110 | 0 | 1010101 | 100000 | 110010 | 101000011 | 1001010 | 11101 |
Color Harmonies of #7F1356
Complementary color
Monochromatic Colors of #7F1356
Black with #7F1356
Text Example
Text Example
White with #7F1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1356; }
p { color: rgb(127,19,86); }
H1.HeaderClassName
{
color: #7F1356;
}
.AnyTagClassName
{
color: #7F1356;
}
</style>
background-color css
<style>
a { background-color: #7F1356; }
a { background-color: rgb(127,19,86); }
div.DivClassName
{
background-color: #7F1356;
}
.BgClassName
{
background-color: #7F1356;
}
</style>
border-color css
<style>
span { border-color: #7F1356; }
span { border-color: rgb(127,19,86); }
td.TdClassName
{
border-color: #7F1356;
}
.TagClassName
{
border-color: #7F1356;
}
</style>