Shades of Pompadour #7A1041
Tints of Pompadour #7A1041
RGB
CMYK
RGB Variations
Color information
#7A1041 (or 0x7A1041) is known color: Pompadour. HEX triplet: 7A, 10 and 41. RGB value is (122,16,65). Sum of RGB (Red+Green+Blue) = 122+16+65=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1041 is #85EFBE. Grayscale: #353535. Windows color (decimal): -8777663 or 4264058. OLE color: 4264058.
HSL color Cylindrical-coordinate representation of color #7A1041: hue angle of 332.26º 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 #7A1041 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 65 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.52 |
| HSL | 332.26º | 0.77% | 0.27% | - |
| HSV(B) | 332.26º | 0.87% | 0.48% | - |
| XYZ | 9.17 | 4.89 | 5.46 | - |
| YUV | 53.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 65 | 0 | 0.87 | 0.47 | 0.52 | 332.26 | 0.77 | 0.27 |
| Hex | 7A | 10 | 41 | 0 | 57 | 2F | 34 | 14C | 4D | 1B |
| Octal | 172 | 20 | 101 | 0 | 127 | 57 | 64 | 514 | 115 | 33 |
| Binary | 1111010 | 10000 | 1000001 | 0 | 1010111 | 101111 | 110100 | 101001100 | 1001101 | 11011 |
Color Harmonies of #7A1041
Complementary color
Monochromatic Colors of #7A1041
Black with #7A1041
Text Example
Text Example
White with #7A1041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1041; }
p { color: rgb(122,16,65); }
H1.HeaderClassName
{
color: #7A1041;
}
.AnyTagClassName
{
color: #7A1041;
}
</style>
background-color css
<style>
a { background-color: #7A1041; }
a { background-color: rgb(122,16,65); }
div.DivClassName
{
background-color: #7A1041;
}
.BgClassName
{
background-color: #7A1041;
}
</style>
border-color css
<style>
span { border-color: #7A1041; }
span { border-color: rgb(122,16,65); }
td.TdClassName
{
border-color: #7A1041;
}
.TagClassName
{
border-color: #7A1041;
}
</style>