Shades of Pompadour #7A1946
Tints of Pompadour #7A1946
RGB
CMYK
RGB Variations
Color information
#7A1946 (or 0x7A1946) is known color: Pompadour. HEX triplet: 7A, 19 and 46. RGB value is (122,25,70). Sum of RGB (Red+Green+Blue) = 122+25+70=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1946 is #85E6B9. Grayscale: #3B3B3B. Windows color (decimal): -8775354 or 4594042. OLE color: 4594042.
HSL color Cylindrical-coordinate representation of color #7A1946: hue angle of 332.16º 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 #7A1946 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 70 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.52 |
| HSL | 332.16º | 0.66% | 0.29% | - |
| HSV(B) | 332.16º | 0.8% | 0.48% | - |
| XYZ | 9.48 | 5.28 | 6.31 | - |
| YUV | 59.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 70 | 0 | 0.80 | 0.43 | 0.52 | 332.16 | 0.66 | 0.29 |
| Hex | 7A | 19 | 46 | 0 | 50 | 2B | 34 | 14C | 42 | 1D |
| Octal | 172 | 31 | 106 | 0 | 120 | 53 | 64 | 514 | 102 | 35 |
| Binary | 1111010 | 11001 | 1000110 | 0 | 1010000 | 101011 | 110100 | 101001100 | 1000010 | 11101 |
Color Harmonies of #7A1946
Complementary color
Monochromatic Colors of #7A1946
Black with #7A1946
Text Example
Text Example
White with #7A1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1946; }
p { color: rgb(122,25,70); }
H1.HeaderClassName
{
color: #7A1946;
}
.AnyTagClassName
{
color: #7A1946;
}
</style>
background-color css
<style>
a { background-color: #7A1946; }
a { background-color: rgb(122,25,70); }
div.DivClassName
{
background-color: #7A1946;
}
.BgClassName
{
background-color: #7A1946;
}
</style>
border-color css
<style>
span { border-color: #7A1946; }
span { border-color: rgb(122,25,70); }
td.TdClassName
{
border-color: #7A1946;
}
.TagClassName
{
border-color: #7A1946;
}
</style>