Shades of Pompadour #7A1642
Tints of Pompadour #7A1642
RGB
CMYK
RGB Variations
Color information
#7A1642 (or 0x7A1642) is known color: Pompadour. HEX triplet: 7A, 16 and 42. RGB value is (122,22,66). Sum of RGB (Red+Green+Blue) = 122+22+66=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1642 is #85E9BD. Grayscale: #383838. Windows color (decimal): -8776126 or 4331130. OLE color: 4331130.
HSL color Cylindrical-coordinate representation of color #7A1642: hue angle of 333.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1642 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 66 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.52 |
| HSL | 333.6º | 0.69% | 0.28% | - |
| HSV(B) | 333.6º | 0.82% | 0.48% | - |
| XYZ | 9.3 | 5.1 | 5.65 | - |
| YUV | 56.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 66 | 0 | 0.82 | 0.46 | 0.52 | 333.6 | 0.69 | 0.28 |
| Hex | 7A | 16 | 42 | 0 | 52 | 2E | 34 | 14E | 45 | 1C |
| Octal | 172 | 26 | 102 | 0 | 122 | 56 | 64 | 516 | 105 | 34 |
| Binary | 1111010 | 10110 | 1000010 | 0 | 1010010 | 101110 | 110100 | 101001110 | 1000101 | 11100 |
Color Harmonies of #7A1642
Complementary color
Monochromatic Colors of #7A1642
Black with #7A1642
Text Example
Text Example
White with #7A1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1642; }
p { color: rgb(122,22,66); }
H1.HeaderClassName
{
color: #7A1642;
}
.AnyTagClassName
{
color: #7A1642;
}
</style>
background-color css
<style>
a { background-color: #7A1642; }
a { background-color: rgb(122,22,66); }
div.DivClassName
{
background-color: #7A1642;
}
.BgClassName
{
background-color: #7A1642;
}
</style>
border-color css
<style>
span { border-color: #7A1642; }
span { border-color: rgb(122,22,66); }
td.TdClassName
{
border-color: #7A1642;
}
.TagClassName
{
border-color: #7A1642;
}
</style>