Shades of Pompadour #7A1D43
Tints of Pompadour #7A1D43
RGB
CMYK
RGB Variations
Color information
#7A1D43 (or 0x7A1D43) is known color: Pompadour. HEX triplet: 7A, 1D and 43. RGB value is (122,29,67). Sum of RGB (Red+Green+Blue) = 122+29+67=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1D43 is #85E2BC. Grayscale: #3D3D3D. Windows color (decimal): -8774333 or 4398458. OLE color: 4398458.
HSL color Cylindrical-coordinate representation of color #7A1D43: hue angle of 335.48º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A1D43 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 29 | 67 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.52 |
| HSL | 335.48º | 0.62% | 0.3% | - |
| HSV(B) | 335.48º | 0.76% | 0.48% | - |
| XYZ | 9.48 | 5.42 | 5.86 | - |
| YUV | 61.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 67 | 0 | 0.76 | 0.45 | 0.52 | 335.48 | 0.62 | 0.3 |
| Hex | 7A | 1D | 43 | 0 | 4C | 2D | 34 | 14F | 3E | 1E |
| Octal | 172 | 35 | 103 | 0 | 114 | 55 | 64 | 517 | 76 | 36 |
| Binary | 1111010 | 11101 | 1000011 | 0 | 1001100 | 101101 | 110100 | 101001111 | 111110 | 11110 |
Color Harmonies of #7A1D43
Complementary color
Monochromatic Colors of #7A1D43
Black with #7A1D43
Text Example
Text Example
White with #7A1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D43; }
p { color: rgb(122,29,67); }
H1.HeaderClassName
{
color: #7A1D43;
}
.AnyTagClassName
{
color: #7A1D43;
}
</style>
background-color css
<style>
a { background-color: #7A1D43; }
a { background-color: rgb(122,29,67); }
div.DivClassName
{
background-color: #7A1D43;
}
.BgClassName
{
background-color: #7A1D43;
}
</style>
border-color css
<style>
span { border-color: #7A1D43; }
span { border-color: rgb(122,29,67); }
td.TdClassName
{
border-color: #7A1D43;
}
.TagClassName
{
border-color: #7A1D43;
}
</style>