Shades of Pompadour #7C1959
Tints of Pompadour #7C1959
RGB
CMYK
RGB Variations
Color information
#7C1959 (or 0x7C1959) is known color: Pompadour. HEX triplet: 7C, 19 and 59. RGB value is (124,25,89). Sum of RGB (Red+Green+Blue) = 124+25+89=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1959 is #83E6A6. Grayscale: #3D3D3D. Windows color (decimal): -8644263 or 5839228. OLE color: 5839228.
HSL color Cylindrical-coordinate representation of color #7C1959: hue angle of 321.21º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1959 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 89 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.51 |
| HSL | 321.21º | 0.66% | 0.29% | - |
| HSV(B) | 321.21º | 0.8% | 0.49% | - |
| XYZ | 10.46 | 5.7 | 10 | - |
| YUV | 61.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 89 | 0 | 0.80 | 0.28 | 0.51 | 321.21 | 0.66 | 0.29 |
| Hex | 7C | 19 | 59 | 0 | 50 | 1C | 33 | 141 | 42 | 1D |
| Octal | 174 | 31 | 131 | 0 | 120 | 34 | 63 | 501 | 102 | 35 |
| Binary | 1111100 | 11001 | 1011001 | 0 | 1010000 | 11100 | 110011 | 101000001 | 1000010 | 11101 |
Color Harmonies of #7C1959
Complementary color
Monochromatic Colors of #7C1959
Black with #7C1959
Text Example
Text Example
White with #7C1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1959; }
p { color: rgb(124,25,89); }
H1.HeaderClassName
{
color: #7C1959;
}
.AnyTagClassName
{
color: #7C1959;
}
</style>
background-color css
<style>
a { background-color: #7C1959; }
a { background-color: rgb(124,25,89); }
div.DivClassName
{
background-color: #7C1959;
}
.BgClassName
{
background-color: #7C1959;
}
</style>
border-color css
<style>
span { border-color: #7C1959; }
span { border-color: rgb(124,25,89); }
td.TdClassName
{
border-color: #7C1959;
}
.TagClassName
{
border-color: #7C1959;
}
</style>