Shades of Pompadour #7A1555
Tints of Pompadour #7A1555
RGB
CMYK
RGB Variations
Color information
#7A1555 (or 0x7A1555) is known color: Pompadour. HEX triplet: 7A, 15 and 55. RGB value is (122,21,85). Sum of RGB (Red+Green+Blue) = 122+21+85=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1555 is #85EAAA. Grayscale: #3A3A3A. Windows color (decimal): -8776363 or 5576058. OLE color: 5576058.
HSL color Cylindrical-coordinate representation of color #7A1555: hue angle of 321.98º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1555 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 85 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.52 |
| HSL | 321.98º | 0.71% | 0.28% | - |
| HSV(B) | 321.98º | 0.83% | 0.48% | - |
| XYZ | 9.93 | 5.33 | 9.1 | - |
| YUV | 58.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 85 | 0 | 0.83 | 0.30 | 0.52 | 321.98 | 0.71 | 0.28 |
| Hex | 7A | 15 | 55 | 0 | 53 | 1E | 34 | 142 | 47 | 1C |
| Octal | 172 | 25 | 125 | 0 | 123 | 36 | 64 | 502 | 107 | 34 |
| Binary | 1111010 | 10101 | 1010101 | 0 | 1010011 | 11110 | 110100 | 101000010 | 1000111 | 11100 |
Color Harmonies of #7A1555
Complementary color
Monochromatic Colors of #7A1555
Black with #7A1555
Text Example
Text Example
White with #7A1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1555; }
p { color: rgb(122,21,85); }
H1.HeaderClassName
{
color: #7A1555;
}
.AnyTagClassName
{
color: #7A1555;
}
</style>
background-color css
<style>
a { background-color: #7A1555; }
a { background-color: rgb(122,21,85); }
div.DivClassName
{
background-color: #7A1555;
}
.BgClassName
{
background-color: #7A1555;
}
</style>
border-color css
<style>
span { border-color: #7A1555; }
span { border-color: rgb(122,21,85); }
td.TdClassName
{
border-color: #7A1555;
}
.TagClassName
{
border-color: #7A1555;
}
</style>