Shades of Pompadour #7A1243
Tints of Pompadour #7A1243
RGB
CMYK
RGB Variations
Color information
#7A1243 (or 0x7A1243) is known color: Pompadour. HEX triplet: 7A, 12 and 43. RGB value is (122,18,67). Sum of RGB (Red+Green+Blue) = 122+18+67=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1243 is #85EDBC. Grayscale: #363636. Windows color (decimal): -8777149 or 4395642. OLE color: 4395642.
HSL color Cylindrical-coordinate representation of color #7A1243: hue angle of 331.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1243 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 67 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.52 |
| HSL | 331.73º | 0.74% | 0.27% | - |
| HSV(B) | 331.73º | 0.85% | 0.48% | - |
| XYZ | 9.26 | 4.98 | 5.78 | - |
| YUV | 54.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 67 | 0 | 0.85 | 0.45 | 0.52 | 331.73 | 0.74 | 0.27 |
| Hex | 7A | 12 | 43 | 0 | 55 | 2D | 34 | 14C | 4A | 1B |
| Octal | 172 | 22 | 103 | 0 | 125 | 55 | 64 | 514 | 112 | 33 |
| Binary | 1111010 | 10010 | 1000011 | 0 | 1010101 | 101101 | 110100 | 101001100 | 1001010 | 11011 |
Color Harmonies of #7A1243
Complementary color
Monochromatic Colors of #7A1243
Black with #7A1243
Text Example
Text Example
White with #7A1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1243; }
p { color: rgb(122,18,67); }
H1.HeaderClassName
{
color: #7A1243;
}
.AnyTagClassName
{
color: #7A1243;
}
</style>
background-color css
<style>
a { background-color: #7A1243; }
a { background-color: rgb(122,18,67); }
div.DivClassName
{
background-color: #7A1243;
}
.BgClassName
{
background-color: #7A1243;
}
</style>
border-color css
<style>
span { border-color: #7A1243; }
span { border-color: rgb(122,18,67); }
td.TdClassName
{
border-color: #7A1243;
}
.TagClassName
{
border-color: #7A1243;
}
</style>