Shades of Pompadour #7A1045
Tints of Pompadour #7A1045
RGB
CMYK
RGB Variations
Color information
#7A1045 (or 0x7A1045) is known color: Pompadour. HEX triplet: 7A, 10 and 45. RGB value is (122,16,69). Sum of RGB (Red+Green+Blue) = 122+16+69=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1045 is #85EFBA. Grayscale: #353535. Windows color (decimal): -8777659 or 4526202. OLE color: 4526202.
HSL color Cylindrical-coordinate representation of color #7A1045: hue angle of 330º 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 #7A1045 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 69 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.52 |
| HSL | 330º | 0.77% | 0.27% | - |
| HSV(B) | 330º | 0.87% | 0.48% | - |
| XYZ | 9.29 | 4.94 | 6.09 | - |
| YUV | 53.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 69 | 0 | 0.87 | 0.43 | 0.52 | 330 | 0.77 | 0.27 |
| Hex | 7A | 10 | 45 | 0 | 57 | 2B | 34 | 14A | 4D | 1B |
| Octal | 172 | 20 | 105 | 0 | 127 | 53 | 64 | 512 | 115 | 33 |
| Binary | 1111010 | 10000 | 1000101 | 0 | 1010111 | 101011 | 110100 | 101001010 | 1001101 | 11011 |
Color Harmonies of #7A1045
Complementary color
Monochromatic Colors of #7A1045
Black with #7A1045
Text Example
Text Example
White with #7A1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1045; }
p { color: rgb(122,16,69); }
H1.HeaderClassName
{
color: #7A1045;
}
.AnyTagClassName
{
color: #7A1045;
}
</style>
background-color css
<style>
a { background-color: #7A1045; }
a { background-color: rgb(122,16,69); }
div.DivClassName
{
background-color: #7A1045;
}
.BgClassName
{
background-color: #7A1045;
}
</style>
border-color css
<style>
span { border-color: #7A1045; }
span { border-color: rgb(122,16,69); }
td.TdClassName
{
border-color: #7A1045;
}
.TagClassName
{
border-color: #7A1045;
}
</style>