Shades of Pompadour #7A1944
Tints of Pompadour #7A1944
RGB
CMYK
RGB Variations
Color information
#7A1944 (or 0x7A1944) is known color: Pompadour. HEX triplet: 7A, 19 and 44. RGB value is (122,25,68). Sum of RGB (Red+Green+Blue) = 122+25+68=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1944 is #85E6BB. Grayscale: #3A3A3A. Windows color (decimal): -8775356 or 4462970. OLE color: 4462970.
HSL color Cylindrical-coordinate representation of color #7A1944: hue angle of 333.4º 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 #7A1944 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 68 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.52 |
| HSL | 333.4º | 0.66% | 0.29% | - |
| HSV(B) | 333.4º | 0.8% | 0.48% | - |
| XYZ | 9.42 | 5.25 | 5.99 | - |
| YUV | 58.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 68 | 0 | 0.80 | 0.44 | 0.52 | 333.4 | 0.66 | 0.29 |
| Hex | 7A | 19 | 44 | 0 | 50 | 2C | 34 | 14D | 42 | 1D |
| Octal | 172 | 31 | 104 | 0 | 120 | 54 | 64 | 515 | 102 | 35 |
| Binary | 1111010 | 11001 | 1000100 | 0 | 1010000 | 101100 | 110100 | 101001101 | 1000010 | 11101 |
Color Harmonies of #7A1944
Complementary color
Monochromatic Colors of #7A1944
Black with #7A1944
Text Example
Text Example
White with #7A1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1944; }
p { color: rgb(122,25,68); }
H1.HeaderClassName
{
color: #7A1944;
}
.AnyTagClassName
{
color: #7A1944;
}
</style>
background-color css
<style>
a { background-color: #7A1944; }
a { background-color: rgb(122,25,68); }
div.DivClassName
{
background-color: #7A1944;
}
.BgClassName
{
background-color: #7A1944;
}
</style>
border-color css
<style>
span { border-color: #7A1944; }
span { border-color: rgb(122,25,68); }
td.TdClassName
{
border-color: #7A1944;
}
.TagClassName
{
border-color: #7A1944;
}
</style>