Shades of Pompadour #7A1C4C
Tints of Pompadour #7A1C4C
RGB
CMYK
RGB Variations
Color information
#7A1C4C (or 0x7A1C4C) is known color: Pompadour. HEX triplet: 7A, 1C and 4C. RGB value is (122,28,76). Sum of RGB (Red+Green+Blue) = 122+28+76=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C4C is #85E3B3. Grayscale: #3D3D3D. Windows color (decimal): -8774580 or 4988026. OLE color: 4988026.
HSL color Cylindrical-coordinate representation of color #7A1C4C: hue angle of 329.36º 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 #7A1C4C is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 76 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.52 |
| HSL | 329.36º | 0.63% | 0.29% | - |
| HSV(B) | 329.36º | 0.77% | 0.48% | - |
| XYZ | 9.75 | 5.49 | 7.38 | - |
| YUV | 61.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 76 | 0 | 0.77 | 0.38 | 0.52 | 329.36 | 0.63 | 0.29 |
| Hex | 7A | 1C | 4C | 0 | 4D | 26 | 34 | 149 | 3F | 1D |
| Octal | 172 | 34 | 114 | 0 | 115 | 46 | 64 | 511 | 77 | 35 |
| Binary | 1111010 | 11100 | 1001100 | 0 | 1001101 | 100110 | 110100 | 101001001 | 111111 | 11101 |
Color Harmonies of #7A1C4C
Complementary color
Monochromatic Colors of #7A1C4C
Black with #7A1C4C
Text Example
Text Example
White with #7A1C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C4C; }
p { color: rgb(122,28,76); }
H1.HeaderClassName
{
color: #7A1C4C;
}
.AnyTagClassName
{
color: #7A1C4C;
}
</style>
background-color css
<style>
a { background-color: #7A1C4C; }
a { background-color: rgb(122,28,76); }
div.DivClassName
{
background-color: #7A1C4C;
}
.BgClassName
{
background-color: #7A1C4C;
}
</style>
border-color css
<style>
span { border-color: #7A1C4C; }
span { border-color: rgb(122,28,76); }
td.TdClassName
{
border-color: #7A1C4C;
}
.TagClassName
{
border-color: #7A1C4C;
}
</style>