Shades of Pompadour #7E1053
Tints of Pompadour #7E1053
RGB
CMYK
RGB Variations
Color information
#7E1053 (or 0x7E1053) is known color: Pompadour. HEX triplet: 7E, 10 and 53. RGB value is (126,16,83). Sum of RGB (Red+Green+Blue) = 126+16+83=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1053 is #81EFAC. Grayscale: #383838. Windows color (decimal): -8515501 or 5443710. OLE color: 5443710.
HSL color Cylindrical-coordinate representation of color #7E1053: hue angle of 323.45º 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 #7E1053 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 83 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.51 |
| HSL | 323.45º | 0.77% | 0.28% | - |
| HSV(B) | 323.45º | 0.87% | 0.49% | - |
| XYZ | 10.35 | 5.43 | 8.69 | - |
| YUV | 56.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 83 | 0 | 0.87 | 0.34 | 0.51 | 323.45 | 0.77 | 0.28 |
| Hex | 7E | 10 | 53 | 0 | 57 | 22 | 33 | 143 | 4D | 1C |
| Octal | 176 | 20 | 123 | 0 | 127 | 42 | 63 | 503 | 115 | 34 |
| Binary | 1111110 | 10000 | 1010011 | 0 | 1010111 | 100010 | 110011 | 101000011 | 1001101 | 11100 |
Color Harmonies of #7E1053
Complementary color
Monochromatic Colors of #7E1053
Black with #7E1053
Text Example
Text Example
White with #7E1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1053; }
p { color: rgb(126,16,83); }
H1.HeaderClassName
{
color: #7E1053;
}
.AnyTagClassName
{
color: #7E1053;
}
</style>
background-color css
<style>
a { background-color: #7E1053; }
a { background-color: rgb(126,16,83); }
div.DivClassName
{
background-color: #7E1053;
}
.BgClassName
{
background-color: #7E1053;
}
</style>
border-color css
<style>
span { border-color: #7E1053; }
span { border-color: rgb(126,16,83); }
td.TdClassName
{
border-color: #7E1053;
}
.TagClassName
{
border-color: #7E1053;
}
</style>