Shades of Pompadour #7F1054
Tints of Pompadour #7F1054
RGB
CMYK
RGB Variations
Color information
#7F1054 (or 0x7F1054) is known color: Pompadour. HEX triplet: 7F, 10 and 54. RGB value is (127,16,84). Sum of RGB (Red+Green+Blue) = 127+16+84=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1054 is #80EFAB. Grayscale: #383838. Windows color (decimal): -8449964 or 5509247. OLE color: 5509247.
HSL color Cylindrical-coordinate representation of color #7F1054: hue angle of 323.24º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1054 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 16 | 84 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.50 |
| HSL | 323.24º | 0.78% | 0.28% | - |
| HSV(B) | 323.24º | 0.87% | 0.5% | - |
| XYZ | 10.54 | 5.52 | 8.9 | - |
| YUV | 56.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 84 | 0 | 0.87 | 0.34 | 0.50 | 323.24 | 0.78 | 0.28 |
| Hex | 7F | 10 | 54 | 0 | 57 | 22 | 32 | 143 | 4E | 1C |
| Octal | 177 | 20 | 124 | 0 | 127 | 42 | 62 | 503 | 116 | 34 |
| Binary | 1111111 | 10000 | 1010100 | 0 | 1010111 | 100010 | 110010 | 101000011 | 1001110 | 11100 |
Color Harmonies of #7F1054
Complementary color
Monochromatic Colors of #7F1054
Black with #7F1054
Text Example
Text Example
White with #7F1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1054; }
p { color: rgb(127,16,84); }
H1.HeaderClassName
{
color: #7F1054;
}
.AnyTagClassName
{
color: #7F1054;
}
</style>
background-color css
<style>
a { background-color: #7F1054; }
a { background-color: rgb(127,16,84); }
div.DivClassName
{
background-color: #7F1054;
}
.BgClassName
{
background-color: #7F1054;
}
</style>
border-color css
<style>
span { border-color: #7F1054; }
span { border-color: rgb(127,16,84); }
td.TdClassName
{
border-color: #7F1054;
}
.TagClassName
{
border-color: #7F1054;
}
</style>