Shades of Pompadour #7E1056
Tints of Pompadour #7E1056
RGB
CMYK
RGB Variations
Color information
#7E1056 (or 0x7E1056) is known color: Pompadour. HEX triplet: 7E, 10 and 56. RGB value is (126,16,86). Sum of RGB (Red+Green+Blue) = 126+16+86=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1056 is #81EFA9. Grayscale: #383838. Windows color (decimal): -8515498 or 5640318. OLE color: 5640318.
HSL color Cylindrical-coordinate representation of color #7E1056: hue angle of 321.82º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1056 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 86 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.51 |
| HSL | 321.82º | 0.77% | 0.28% | - |
| HSV(B) | 321.82º | 0.87% | 0.49% | - |
| XYZ | 10.47 | 5.48 | 9.31 | - |
| YUV | 56.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 86 | 0 | 0.87 | 0.32 | 0.51 | 321.82 | 0.77 | 0.28 |
| Hex | 7E | 10 | 56 | 0 | 57 | 20 | 33 | 142 | 4D | 1C |
| Octal | 176 | 20 | 126 | 0 | 127 | 40 | 63 | 502 | 115 | 34 |
| Binary | 1111110 | 10000 | 1010110 | 0 | 1010111 | 100000 | 110011 | 101000010 | 1001101 | 11100 |
Color Harmonies of #7E1056
Complementary color
Monochromatic Colors of #7E1056
Black with #7E1056
Text Example
Text Example
White with #7E1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1056; }
p { color: rgb(126,16,86); }
H1.HeaderClassName
{
color: #7E1056;
}
.AnyTagClassName
{
color: #7E1056;
}
</style>
background-color css
<style>
a { background-color: #7E1056; }
a { background-color: rgb(126,16,86); }
div.DivClassName
{
background-color: #7E1056;
}
.BgClassName
{
background-color: #7E1056;
}
</style>
border-color css
<style>
span { border-color: #7E1056; }
span { border-color: rgb(126,16,86); }
td.TdClassName
{
border-color: #7E1056;
}
.TagClassName
{
border-color: #7E1056;
}
</style>