Shades of Pompadour #7A193D
Tints of Pompadour #7A193D
RGB
CMYK
RGB Variations
Color information
#7A193D (or 0x7A193D) is known color: Pompadour. HEX triplet: 7A, 19 and 3D. RGB value is (122,25,61). Sum of RGB (Red+Green+Blue) = 122+25+61=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A193D is #85E6C2. Grayscale: #3A3A3A. Windows color (decimal): -8775363 or 4004218. OLE color: 4004218.
HSL color Cylindrical-coordinate representation of color #7A193D: hue angle of 337.73º 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 #7A193D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 61 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.52 |
| HSL | 337.73º | 0.66% | 0.29% | - |
| HSV(B) | 337.73º | 0.8% | 0.48% | - |
| XYZ | 9.22 | 5.17 | 4.93 | - |
| YUV | 58.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 61 | 0 | 0.80 | 0.50 | 0.52 | 337.73 | 0.66 | 0.29 |
| Hex | 7A | 19 | 3D | 0 | 50 | 32 | 34 | 152 | 42 | 1D |
| Octal | 172 | 31 | 75 | 0 | 120 | 62 | 64 | 522 | 102 | 35 |
| Binary | 1111010 | 11001 | 111101 | 0 | 1010000 | 110010 | 110100 | 101010010 | 1000010 | 11101 |
Color Harmonies of #7A193D
Complementary color
Monochromatic Colors of #7A193D
Black with #7A193D
Text Example
Text Example
White with #7A193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A193D; }
p { color: rgb(122,25,61); }
H1.HeaderClassName
{
color: #7A193D;
}
.AnyTagClassName
{
color: #7A193D;
}
</style>
background-color css
<style>
a { background-color: #7A193D; }
a { background-color: rgb(122,25,61); }
div.DivClassName
{
background-color: #7A193D;
}
.BgClassName
{
background-color: #7A193D;
}
</style>
border-color css
<style>
span { border-color: #7A193D; }
span { border-color: rgb(122,25,61); }
td.TdClassName
{
border-color: #7A193D;
}
.TagClassName
{
border-color: #7A193D;
}
</style>