Shades of Pompadour #7A163E
Tints of Pompadour #7A163E
RGB
CMYK
RGB Variations
Color information
#7A163E (or 0x7A163E) is known color: Pompadour. HEX triplet: 7A, 16 and 3E. RGB value is (122,22,62). Sum of RGB (Red+Green+Blue) = 122+22+62=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163E is #85E9C1. Grayscale: #383838. Windows color (decimal): -8776130 or 4068986. OLE color: 4068986.
HSL color Cylindrical-coordinate representation of color #7A163E: hue angle of 336º 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 #7A163E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 62 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.52 |
| HSL | 336º | 0.69% | 0.28% | - |
| HSV(B) | 336º | 0.82% | 0.48% | - |
| XYZ | 9.18 | 5.06 | 5.05 | - |
| YUV | 56.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 62 | 0 | 0.82 | 0.49 | 0.52 | 336 | 0.69 | 0.28 |
| Hex | 7A | 16 | 3E | 0 | 52 | 31 | 34 | 150 | 45 | 1C |
| Octal | 172 | 26 | 76 | 0 | 122 | 61 | 64 | 520 | 105 | 34 |
| Binary | 1111010 | 10110 | 111110 | 0 | 1010010 | 110001 | 110100 | 101010000 | 1000101 | 11100 |
Color Harmonies of #7A163E
Complementary color
Monochromatic Colors of #7A163E
Black with #7A163E
Text Example
Text Example
White with #7A163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A163E; }
p { color: rgb(122,22,62); }
H1.HeaderClassName
{
color: #7A163E;
}
.AnyTagClassName
{
color: #7A163E;
}
</style>
background-color css
<style>
a { background-color: #7A163E; }
a { background-color: rgb(122,22,62); }
div.DivClassName
{
background-color: #7A163E;
}
.BgClassName
{
background-color: #7A163E;
}
</style>
border-color css
<style>
span { border-color: #7A163E; }
span { border-color: rgb(122,22,62); }
td.TdClassName
{
border-color: #7A163E;
}
.TagClassName
{
border-color: #7A163E;
}
</style>