Shades of Pompadour #7A1354
Tints of Pompadour #7A1354
RGB
CMYK
RGB Variations
Color information
#7A1354 (or 0x7A1354) is known color: Pompadour. HEX triplet: 7A, 13 and 54. RGB value is (122,19,84). Sum of RGB (Red+Green+Blue) = 122+19+84=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1354 is #85ECAB. Grayscale: #393939. Windows color (decimal): -8776876 or 5510010. OLE color: 5510010.
HSL color Cylindrical-coordinate representation of color #7A1354: hue angle of 322.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1354 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 84 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.52 |
| HSL | 322.14º | 0.73% | 0.28% | - |
| HSV(B) | 322.14º | 0.84% | 0.48% | - |
| XYZ | 9.86 | 5.24 | 8.88 | - |
| YUV | 57.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 84 | 0 | 0.84 | 0.31 | 0.52 | 322.14 | 0.73 | 0.28 |
| Hex | 7A | 13 | 54 | 0 | 54 | 1F | 34 | 142 | 49 | 1C |
| Octal | 172 | 23 | 124 | 0 | 124 | 37 | 64 | 502 | 111 | 34 |
| Binary | 1111010 | 10011 | 1010100 | 0 | 1010100 | 11111 | 110100 | 101000010 | 1001001 | 11100 |
Color Harmonies of #7A1354
Complementary color
Monochromatic Colors of #7A1354
Black with #7A1354
Text Example
Text Example
White with #7A1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1354; }
p { color: rgb(122,19,84); }
H1.HeaderClassName
{
color: #7A1354;
}
.AnyTagClassName
{
color: #7A1354;
}
</style>
background-color css
<style>
a { background-color: #7A1354; }
a { background-color: rgb(122,19,84); }
div.DivClassName
{
background-color: #7A1354;
}
.BgClassName
{
background-color: #7A1354;
}
</style>
border-color css
<style>
span { border-color: #7A1354; }
span { border-color: rgb(122,19,84); }
td.TdClassName
{
border-color: #7A1354;
}
.TagClassName
{
border-color: #7A1354;
}
</style>