Shades of Pompadour #7A194C
Tints of Pompadour #7A194C
RGB
CMYK
RGB Variations
Color information
#7A194C (or 0x7A194C) is known color: Pompadour. HEX triplet: 7A, 19 and 4C. RGB value is (122,25,76). Sum of RGB (Red+Green+Blue) = 122+25+76=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A194C is #85E6B3. Grayscale: #3B3B3B. Windows color (decimal): -8775348 or 4987258. OLE color: 4987258.
HSL color Cylindrical-coordinate representation of color #7A194C: hue angle of 328.45º 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 #7A194C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 76 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.52 |
| HSL | 328.45º | 0.66% | 0.29% | - |
| HSV(B) | 328.45º | 0.8% | 0.48% | - |
| XYZ | 9.68 | 5.35 | 7.36 | - |
| YUV | 59.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 76 | 0 | 0.80 | 0.38 | 0.52 | 328.45 | 0.66 | 0.29 |
| Hex | 7A | 19 | 4C | 0 | 50 | 26 | 34 | 148 | 42 | 1D |
| Octal | 172 | 31 | 114 | 0 | 120 | 46 | 64 | 510 | 102 | 35 |
| Binary | 1111010 | 11001 | 1001100 | 0 | 1010000 | 100110 | 110100 | 101001000 | 1000010 | 11101 |
Color Harmonies of #7A194C
Complementary color
Monochromatic Colors of #7A194C
Black with #7A194C
Text Example
Text Example
White with #7A194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A194C; }
p { color: rgb(122,25,76); }
H1.HeaderClassName
{
color: #7A194C;
}
.AnyTagClassName
{
color: #7A194C;
}
</style>
background-color css
<style>
a { background-color: #7A194C; }
a { background-color: rgb(122,25,76); }
div.DivClassName
{
background-color: #7A194C;
}
.BgClassName
{
background-color: #7A194C;
}
</style>
border-color css
<style>
span { border-color: #7A194C; }
span { border-color: rgb(122,25,76); }
td.TdClassName
{
border-color: #7A194C;
}
.TagClassName
{
border-color: #7A194C;
}
</style>