Shades of Pompadour #7A1B4C
Tints of Pompadour #7A1B4C
RGB
CMYK
RGB Variations
Color information
#7A1B4C (or 0x7A1B4C) is known color: Pompadour. HEX triplet: 7A, 1B and 4C. RGB value is (122,27,76). Sum of RGB (Red+Green+Blue) = 122+27+76=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B4C is #85E4B3. Grayscale: #3C3C3C. Windows color (decimal): -8774836 or 4987770. OLE color: 4987770.
HSL color Cylindrical-coordinate representation of color #7A1B4C: hue angle of 329.05º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B4C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 76 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.52 |
| HSL | 329.05º | 0.64% | 0.29% | - |
| HSV(B) | 329.05º | 0.78% | 0.48% | - |
| XYZ | 9.72 | 5.44 | 7.38 | - |
| YUV | 60.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 76 | 0 | 0.78 | 0.38 | 0.52 | 329.05 | 0.64 | 0.29 |
| Hex | 7A | 1B | 4C | 0 | 4E | 26 | 34 | 149 | 40 | 1D |
| Octal | 172 | 33 | 114 | 0 | 116 | 46 | 64 | 511 | 100 | 35 |
| Binary | 1111010 | 11011 | 1001100 | 0 | 1001110 | 100110 | 110100 | 101001001 | 1000000 | 11101 |
Color Harmonies of #7A1B4C
Complementary color
Monochromatic Colors of #7A1B4C
Black with #7A1B4C
Text Example
Text Example
White with #7A1B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B4C; }
p { color: rgb(122,27,76); }
H1.HeaderClassName
{
color: #7A1B4C;
}
.AnyTagClassName
{
color: #7A1B4C;
}
</style>
background-color css
<style>
a { background-color: #7A1B4C; }
a { background-color: rgb(122,27,76); }
div.DivClassName
{
background-color: #7A1B4C;
}
.BgClassName
{
background-color: #7A1B4C;
}
</style>
border-color css
<style>
span { border-color: #7A1B4C; }
span { border-color: rgb(122,27,76); }
td.TdClassName
{
border-color: #7A1B4C;
}
.TagClassName
{
border-color: #7A1B4C;
}
</style>