Shades of Pompadour #7A1047
Tints of Pompadour #7A1047
RGB
CMYK
RGB Variations
Color information
#7A1047 (or 0x7A1047) is known color: Pompadour. HEX triplet: 7A, 10 and 47. RGB value is (122,16,71). Sum of RGB (Red+Green+Blue) = 122+16+71=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1047 is #85EFB8. Grayscale: #353535. Windows color (decimal): -8777657 or 4657274. OLE color: 4657274.
HSL color Cylindrical-coordinate representation of color #7A1047: hue angle of 328.87º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1047 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 71 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.52 |
| HSL | 328.87º | 0.77% | 0.27% | - |
| HSV(B) | 328.87º | 0.87% | 0.48% | - |
| XYZ | 9.35 | 4.96 | 6.43 | - |
| YUV | 53.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 71 | 0 | 0.87 | 0.42 | 0.52 | 328.87 | 0.77 | 0.27 |
| Hex | 7A | 10 | 47 | 0 | 57 | 2A | 34 | 149 | 4D | 1B |
| Octal | 172 | 20 | 107 | 0 | 127 | 52 | 64 | 511 | 115 | 33 |
| Binary | 1111010 | 10000 | 1000111 | 0 | 1010111 | 101010 | 110100 | 101001001 | 1001101 | 11011 |
Color Harmonies of #7A1047
Complementary color
Monochromatic Colors of #7A1047
Black with #7A1047
Text Example
Text Example
White with #7A1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1047; }
p { color: rgb(122,16,71); }
H1.HeaderClassName
{
color: #7A1047;
}
.AnyTagClassName
{
color: #7A1047;
}
</style>
background-color css
<style>
a { background-color: #7A1047; }
a { background-color: rgb(122,16,71); }
div.DivClassName
{
background-color: #7A1047;
}
.BgClassName
{
background-color: #7A1047;
}
</style>
border-color css
<style>
span { border-color: #7A1047; }
span { border-color: rgb(122,16,71); }
td.TdClassName
{
border-color: #7A1047;
}
.TagClassName
{
border-color: #7A1047;
}
</style>