Shades of Pompadour #7E1854
Tints of Pompadour #7E1854
RGB
CMYK
RGB Variations
Color information
#7E1854 (or 0x7E1854) is known color: Pompadour. HEX triplet: 7E, 18 and 54. RGB value is (126,24,84). Sum of RGB (Red+Green+Blue) = 126+24+84=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1854 is #81E7AB. Grayscale: #3D3D3D. Windows color (decimal): -8513452 or 5511294. OLE color: 5511294.
HSL color Cylindrical-coordinate representation of color #7E1854: hue angle of 324.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1854 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 84 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.51 |
| HSL | 324.71º | 0.68% | 0.29% | - |
| HSV(B) | 324.71º | 0.81% | 0.49% | - |
| XYZ | 10.53 | 5.73 | 8.94 | - |
| YUV | 61.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 84 | 0 | 0.81 | 0.33 | 0.51 | 324.71 | 0.68 | 0.29 |
| Hex | 7E | 18 | 54 | 0 | 51 | 21 | 33 | 145 | 44 | 1D |
| Octal | 176 | 30 | 124 | 0 | 121 | 41 | 63 | 505 | 104 | 35 |
| Binary | 1111110 | 11000 | 1010100 | 0 | 1010001 | 100001 | 110011 | 101000101 | 1000100 | 11101 |
Color Harmonies of #7E1854
Complementary color
Monochromatic Colors of #7E1854
Black with #7E1854
Text Example
Text Example
White with #7E1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1854; }
p { color: rgb(126,24,84); }
H1.HeaderClassName
{
color: #7E1854;
}
.AnyTagClassName
{
color: #7E1854;
}
</style>
background-color css
<style>
a { background-color: #7E1854; }
a { background-color: rgb(126,24,84); }
div.DivClassName
{
background-color: #7E1854;
}
.BgClassName
{
background-color: #7E1854;
}
</style>
border-color css
<style>
span { border-color: #7E1854; }
span { border-color: rgb(126,24,84); }
td.TdClassName
{
border-color: #7E1854;
}
.TagClassName
{
border-color: #7E1854;
}
</style>