Shades of Pompadour #7A1646
Tints of Pompadour #7A1646
RGB
CMYK
RGB Variations
Color information
#7A1646 (or 0x7A1646) is known color: Pompadour. HEX triplet: 7A, 16 and 46. RGB value is (122,22,70). Sum of RGB (Red+Green+Blue) = 122+22+70=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1646 is #85E9B9. Grayscale: #393939. Windows color (decimal): -8776122 or 4593274. OLE color: 4593274.
HSL color Cylindrical-coordinate representation of color #7A1646: hue angle of 331.2º 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 #7A1646 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 70 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.52 |
| HSL | 331.2º | 0.69% | 0.28% | - |
| HSV(B) | 331.2º | 0.82% | 0.48% | - |
| XYZ | 9.42 | 5.15 | 6.29 | - |
| YUV | 57.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 70 | 0 | 0.82 | 0.43 | 0.52 | 331.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 46 | 0 | 52 | 2B | 34 | 14B | 45 | 1C |
| Octal | 172 | 26 | 106 | 0 | 122 | 53 | 64 | 513 | 105 | 34 |
| Binary | 1111010 | 10110 | 1000110 | 0 | 1010010 | 101011 | 110100 | 101001011 | 1000101 | 11100 |
Color Harmonies of #7A1646
Complementary color
Monochromatic Colors of #7A1646
Black with #7A1646
Text Example
Text Example
White with #7A1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1646; }
p { color: rgb(122,22,70); }
H1.HeaderClassName
{
color: #7A1646;
}
.AnyTagClassName
{
color: #7A1646;
}
</style>
background-color css
<style>
a { background-color: #7A1646; }
a { background-color: rgb(122,22,70); }
div.DivClassName
{
background-color: #7A1646;
}
.BgClassName
{
background-color: #7A1646;
}
</style>
border-color css
<style>
span { border-color: #7A1646; }
span { border-color: rgb(122,22,70); }
td.TdClassName
{
border-color: #7A1646;
}
.TagClassName
{
border-color: #7A1646;
}
</style>