Shades of Pompadour #7A0E3A
Tints of Pompadour #7A0E3A
RGB
CMYK
RGB Variations
Color information
#7A0E3A (or 0x7A0E3A) is known color: Pompadour. HEX triplet: 7A, 0E and 3A. RGB value is (122,14,58). Sum of RGB (Red+Green+Blue) = 122+14+58=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E3A is #85F1C5. Grayscale: #333333. Windows color (decimal): -8778182 or 3804794. OLE color: 3804794.
HSL color Cylindrical-coordinate representation of color #7A0E3A: hue angle of 335.56º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E3A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 14 | 58 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.52 |
| HSL | 335.56º | 0.79% | 0.27% | - |
| HSV(B) | 335.56º | 0.89% | 0.48% | - |
| XYZ | 8.95 | 4.76 | 4.45 | - |
| YUV | 51.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 58 | 0 | 0.89 | 0.52 | 0.52 | 335.56 | 0.79 | 0.27 |
| Hex | 7A | E | 3A | 0 | 59 | 34 | 34 | 150 | 4F | 1B |
| Octal | 172 | 16 | 72 | 0 | 131 | 64 | 64 | 520 | 117 | 33 |
| Binary | 1111010 | 1110 | 111010 | 0 | 1011001 | 110100 | 110100 | 101010000 | 1001111 | 11011 |
Color Harmonies of #7A0E3A
Complementary color
Monochromatic Colors of #7A0E3A
Black with #7A0E3A
Text Example
Text Example
White with #7A0E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E3A; }
p { color: rgb(122,14,58); }
H1.HeaderClassName
{
color: #7A0E3A;
}
.AnyTagClassName
{
color: #7A0E3A;
}
</style>
background-color css
<style>
a { background-color: #7A0E3A; }
a { background-color: rgb(122,14,58); }
div.DivClassName
{
background-color: #7A0E3A;
}
.BgClassName
{
background-color: #7A0E3A;
}
</style>
border-color css
<style>
span { border-color: #7A0E3A; }
span { border-color: rgb(122,14,58); }
td.TdClassName
{
border-color: #7A0E3A;
}
.TagClassName
{
border-color: #7A0E3A;
}
</style>