Shades of Pompadour #7A1954
Tints of Pompadour #7A1954
RGB
CMYK
RGB Variations
Color information
#7A1954 (or 0x7A1954) is known color: Pompadour. HEX triplet: 7A, 19 and 54. RGB value is (122,25,84). Sum of RGB (Red+Green+Blue) = 122+25+84=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1954 is #85E6AB. Grayscale: #3C3C3C. Windows color (decimal): -8775340 or 5511546. OLE color: 5511546.
HSL color Cylindrical-coordinate representation of color #7A1954: hue angle of 323.51º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1954 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 84 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.52 |
| HSL | 323.51º | 0.66% | 0.29% | - |
| HSV(B) | 323.51º | 0.8% | 0.48% | - |
| XYZ | 9.97 | 5.47 | 8.92 | - |
| YUV | 60.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 84 | 0 | 0.80 | 0.31 | 0.52 | 323.51 | 0.66 | 0.29 |
| Hex | 7A | 19 | 54 | 0 | 50 | 1F | 34 | 144 | 42 | 1D |
| Octal | 172 | 31 | 124 | 0 | 120 | 37 | 64 | 504 | 102 | 35 |
| Binary | 1111010 | 11001 | 1010100 | 0 | 1010000 | 11111 | 110100 | 101000100 | 1000010 | 11101 |
Color Harmonies of #7A1954
Complementary color
Monochromatic Colors of #7A1954
Black with #7A1954
Text Example
Text Example
White with #7A1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1954; }
p { color: rgb(122,25,84); }
H1.HeaderClassName
{
color: #7A1954;
}
.AnyTagClassName
{
color: #7A1954;
}
</style>
background-color css
<style>
a { background-color: #7A1954; }
a { background-color: rgb(122,25,84); }
div.DivClassName
{
background-color: #7A1954;
}
.BgClassName
{
background-color: #7A1954;
}
</style>
border-color css
<style>
span { border-color: #7A1954; }
span { border-color: rgb(122,25,84); }
td.TdClassName
{
border-color: #7A1954;
}
.TagClassName
{
border-color: #7A1954;
}
</style>