Shades of Pompadour #7A1942
Tints of Pompadour #7A1942
RGB
CMYK
RGB Variations
Color information
#7A1942 (or 0x7A1942) is known color: Pompadour. HEX triplet: 7A, 19 and 42. RGB value is (122,25,66). Sum of RGB (Red+Green+Blue) = 122+25+66=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1942 is #85E6BD. Grayscale: #3A3A3A. Windows color (decimal): -8775358 or 4331898. OLE color: 4331898.
HSL color Cylindrical-coordinate representation of color #7A1942: hue angle of 334.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1942 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 66 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.52 |
| HSL | 334.64º | 0.66% | 0.29% | - |
| HSV(B) | 334.64º | 0.8% | 0.48% | - |
| XYZ | 9.36 | 5.23 | 5.67 | - |
| YUV | 58.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 66 | 0 | 0.80 | 0.46 | 0.52 | 334.64 | 0.66 | 0.29 |
| Hex | 7A | 19 | 42 | 0 | 50 | 2E | 34 | 14F | 42 | 1D |
| Octal | 172 | 31 | 102 | 0 | 120 | 56 | 64 | 517 | 102 | 35 |
| Binary | 1111010 | 11001 | 1000010 | 0 | 1010000 | 101110 | 110100 | 101001111 | 1000010 | 11101 |
Color Harmonies of #7A1942
Complementary color
Monochromatic Colors of #7A1942
Black with #7A1942
Text Example
Text Example
White with #7A1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1942; }
p { color: rgb(122,25,66); }
H1.HeaderClassName
{
color: #7A1942;
}
.AnyTagClassName
{
color: #7A1942;
}
</style>
background-color css
<style>
a { background-color: #7A1942; }
a { background-color: rgb(122,25,66); }
div.DivClassName
{
background-color: #7A1942;
}
.BgClassName
{
background-color: #7A1942;
}
</style>
border-color css
<style>
span { border-color: #7A1942; }
span { border-color: rgb(122,25,66); }
td.TdClassName
{
border-color: #7A1942;
}
.TagClassName
{
border-color: #7A1942;
}
</style>