Shades of Pompadour #7E1849
Tints of Pompadour #7E1849
RGB
CMYK
RGB Variations
Color information
#7E1849 (or 0x7E1849) is known color: Pompadour. HEX triplet: 7E, 18 and 49. RGB value is (126,24,73). Sum of RGB (Red+Green+Blue) = 126+24+73=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1849 is #81E7B6. Grayscale: #3B3B3B. Windows color (decimal): -8513463 or 4790398. OLE color: 4790398.
HSL color Cylindrical-coordinate representation of color #7E1849: hue angle of 331.18º 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 #7E1849 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 73 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.51 |
| HSL | 331.18º | 0.68% | 0.29% | - |
| HSV(B) | 331.18º | 0.81% | 0.49% | - |
| XYZ | 10.13 | 5.57 | 6.84 | - |
| YUV | 60.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 73 | 0 | 0.81 | 0.42 | 0.51 | 331.18 | 0.68 | 0.29 |
| Hex | 7E | 18 | 49 | 0 | 51 | 2A | 33 | 14B | 44 | 1D |
| Octal | 176 | 30 | 111 | 0 | 121 | 52 | 63 | 513 | 104 | 35 |
| Binary | 1111110 | 11000 | 1001001 | 0 | 1010001 | 101010 | 110011 | 101001011 | 1000100 | 11101 |
Color Harmonies of #7E1849
Complementary color
Monochromatic Colors of #7E1849
Black with #7E1849
Text Example
Text Example
White with #7E1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1849; }
p { color: rgb(126,24,73); }
H1.HeaderClassName
{
color: #7E1849;
}
.AnyTagClassName
{
color: #7E1849;
}
</style>
background-color css
<style>
a { background-color: #7E1849; }
a { background-color: rgb(126,24,73); }
div.DivClassName
{
background-color: #7E1849;
}
.BgClassName
{
background-color: #7E1849;
}
</style>
border-color css
<style>
span { border-color: #7E1849; }
span { border-color: rgb(126,24,73); }
td.TdClassName
{
border-color: #7E1849;
}
.TagClassName
{
border-color: #7E1849;
}
</style>