Shades of Pompadour #7E1852
Tints of Pompadour #7E1852
RGB
CMYK
RGB Variations
Color information
#7E1852 (or 0x7E1852) is known color: Pompadour. HEX triplet: 7E, 18 and 52. RGB value is (126,24,82). Sum of RGB (Red+Green+Blue) = 126+24+82=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1852 is #81E7AD. Grayscale: #3C3C3C. Windows color (decimal): -8513454 or 5380222. OLE color: 5380222.
HSL color Cylindrical-coordinate representation of color #7E1852: hue angle of 325.88º 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 #7E1852 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 82 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.51 |
| HSL | 325.88º | 0.68% | 0.29% | - |
| HSV(B) | 325.88º | 0.81% | 0.49% | - |
| XYZ | 10.45 | 5.7 | 8.53 | - |
| YUV | 61.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 82 | 0 | 0.81 | 0.35 | 0.51 | 325.88 | 0.68 | 0.29 |
| Hex | 7E | 18 | 52 | 0 | 51 | 23 | 33 | 146 | 44 | 1D |
| Octal | 176 | 30 | 122 | 0 | 121 | 43 | 63 | 506 | 104 | 35 |
| Binary | 1111110 | 11000 | 1010010 | 0 | 1010001 | 100011 | 110011 | 101000110 | 1000100 | 11101 |
Color Harmonies of #7E1852
Complementary color
Monochromatic Colors of #7E1852
Black with #7E1852
Text Example
Text Example
White with #7E1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1852; }
p { color: rgb(126,24,82); }
H1.HeaderClassName
{
color: #7E1852;
}
.AnyTagClassName
{
color: #7E1852;
}
</style>
background-color css
<style>
a { background-color: #7E1852; }
a { background-color: rgb(126,24,82); }
div.DivClassName
{
background-color: #7E1852;
}
.BgClassName
{
background-color: #7E1852;
}
</style>
border-color css
<style>
span { border-color: #7E1852; }
span { border-color: rgb(126,24,82); }
td.TdClassName
{
border-color: #7E1852;
}
.TagClassName
{
border-color: #7E1852;
}
</style>