Shades of Pompadour #7A1C4D
Tints of Pompadour #7A1C4D
RGB
CMYK
RGB Variations
Color information
#7A1C4D (or 0x7A1C4D) is known color: Pompadour. HEX triplet: 7A, 1C and 4D. RGB value is (122,28,77). Sum of RGB (Red+Green+Blue) = 122+28+77=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1C4D is #85E3B2. Grayscale: #3D3D3D. Windows color (decimal): -8774579 or 5053562. OLE color: 5053562.
HSL color Cylindrical-coordinate representation of color #7A1C4D: hue angle of 328.72º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C4D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 77 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.52 |
| HSL | 328.72º | 0.63% | 0.29% | - |
| HSV(B) | 328.72º | 0.77% | 0.48% | - |
| XYZ | 9.78 | 5.5 | 7.57 | - |
| YUV | 61.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 77 | 0 | 0.77 | 0.37 | 0.52 | 328.72 | 0.63 | 0.29 |
| Hex | 7A | 1C | 4D | 0 | 4D | 25 | 34 | 149 | 3F | 1D |
| Octal | 172 | 34 | 115 | 0 | 115 | 45 | 64 | 511 | 77 | 35 |
| Binary | 1111010 | 11100 | 1001101 | 0 | 1001101 | 100101 | 110100 | 101001001 | 111111 | 11101 |
Color Harmonies of #7A1C4D
Complementary color
Monochromatic Colors of #7A1C4D
Black with #7A1C4D
Text Example
Text Example
White with #7A1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C4D; }
p { color: rgb(122,28,77); }
H1.HeaderClassName
{
color: #7A1C4D;
}
.AnyTagClassName
{
color: #7A1C4D;
}
</style>
background-color css
<style>
a { background-color: #7A1C4D; }
a { background-color: rgb(122,28,77); }
div.DivClassName
{
background-color: #7A1C4D;
}
.BgClassName
{
background-color: #7A1C4D;
}
</style>
border-color css
<style>
span { border-color: #7A1C4D; }
span { border-color: rgb(122,28,77); }
td.TdClassName
{
border-color: #7A1C4D;
}
.TagClassName
{
border-color: #7A1C4D;
}
</style>