Shades of Pompadour #7C1558
Tints of Pompadour #7C1558
RGB
CMYK
RGB Variations
Color information
#7C1558 (or 0x7C1558) is known color: Pompadour. HEX triplet: 7C, 15 and 58. RGB value is (124,21,88). Sum of RGB (Red+Green+Blue) = 124+21+88=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1558 is #83EAA7. Grayscale: #3B3B3B. Windows color (decimal): -8645288 or 5772668. OLE color: 5772668.
HSL color Cylindrical-coordinate representation of color #7C1558: hue angle of 320.97º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1558 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 88 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.51 |
| HSL | 320.97º | 0.71% | 0.28% | - |
| HSV(B) | 320.97º | 0.83% | 0.49% | - |
| XYZ | 10.34 | 5.53 | 9.75 | - |
| YUV | 59.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 88 | 0 | 0.83 | 0.29 | 0.51 | 320.97 | 0.71 | 0.28 |
| Hex | 7C | 15 | 58 | 0 | 53 | 1D | 33 | 141 | 47 | 1C |
| Octal | 174 | 25 | 130 | 0 | 123 | 35 | 63 | 501 | 107 | 34 |
| Binary | 1111100 | 10101 | 1011000 | 0 | 1010011 | 11101 | 110011 | 101000001 | 1000111 | 11100 |
Color Harmonies of #7C1558
Complementary color
Monochromatic Colors of #7C1558
Black with #7C1558
Text Example
Text Example
White with #7C1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1558; }
p { color: rgb(124,21,88); }
H1.HeaderClassName
{
color: #7C1558;
}
.AnyTagClassName
{
color: #7C1558;
}
</style>
background-color css
<style>
a { background-color: #7C1558; }
a { background-color: rgb(124,21,88); }
div.DivClassName
{
background-color: #7C1558;
}
.BgClassName
{
background-color: #7C1558;
}
</style>
border-color css
<style>
span { border-color: #7C1558; }
span { border-color: rgb(124,21,88); }
td.TdClassName
{
border-color: #7C1558;
}
.TagClassName
{
border-color: #7C1558;
}
</style>