Shades of Pompadour #7A163C
Tints of Pompadour #7A163C
RGB
CMYK
RGB Variations
Color information
#7A163C (or 0x7A163C) is known color: Pompadour. HEX triplet: 7A, 16 and 3C. RGB value is (122,22,60). Sum of RGB (Red+Green+Blue) = 122+22+60=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163C is #85E9C3. Grayscale: #383838. Windows color (decimal): -8776132 or 3937914. OLE color: 3937914.
HSL color Cylindrical-coordinate representation of color #7A163C: hue angle of 337.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A163C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 60 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.52 |
| HSL | 337.2º | 0.69% | 0.28% | - |
| HSV(B) | 337.2º | 0.82% | 0.48% | - |
| XYZ | 9.13 | 5.04 | 4.77 | - |
| YUV | 56.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 60 | 0 | 0.82 | 0.51 | 0.52 | 337.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 3C | 0 | 52 | 33 | 34 | 151 | 45 | 1C |
| Octal | 172 | 26 | 74 | 0 | 122 | 63 | 64 | 521 | 105 | 34 |
| Binary | 1111010 | 10110 | 111100 | 0 | 1010010 | 110011 | 110100 | 101010001 | 1000101 | 11100 |
Color Harmonies of #7A163C
Complementary color
Monochromatic Colors of #7A163C
Black with #7A163C
Text Example
Text Example
White with #7A163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A163C; }
p { color: rgb(122,22,60); }
H1.HeaderClassName
{
color: #7A163C;
}
.AnyTagClassName
{
color: #7A163C;
}
</style>
background-color css
<style>
a { background-color: #7A163C; }
a { background-color: rgb(122,22,60); }
div.DivClassName
{
background-color: #7A163C;
}
.BgClassName
{
background-color: #7A163C;
}
</style>
border-color css
<style>
span { border-color: #7A163C; }
span { border-color: rgb(122,22,60); }
td.TdClassName
{
border-color: #7A163C;
}
.TagClassName
{
border-color: #7A163C;
}
</style>