Shades of Pompadour #7C1851
Tints of Pompadour #7C1851
RGB
CMYK
RGB Variations
Color information
#7C1851 (or 0x7C1851) is known color: Pompadour. HEX triplet: 7C, 18 and 51. RGB value is (124,24,81). Sum of RGB (Red+Green+Blue) = 124+24+81=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1851 is #83E7AE. Grayscale: #3C3C3C. Windows color (decimal): -8644527 or 5314684. OLE color: 5314684.
HSL color Cylindrical-coordinate representation of color #7C1851: hue angle of 325.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1851 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 81 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.51 |
| HSL | 325.8º | 0.68% | 0.29% | - |
| HSV(B) | 325.8º | 0.81% | 0.49% | - |
| XYZ | 10.12 | 5.53 | 8.32 | - |
| YUV | 60.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 81 | 0 | 0.81 | 0.35 | 0.51 | 325.8 | 0.68 | 0.29 |
| Hex | 7C | 18 | 51 | 0 | 51 | 23 | 33 | 146 | 44 | 1D |
| Octal | 174 | 30 | 121 | 0 | 121 | 43 | 63 | 506 | 104 | 35 |
| Binary | 1111100 | 11000 | 1010001 | 0 | 1010001 | 100011 | 110011 | 101000110 | 1000100 | 11101 |
Color Harmonies of #7C1851
Complementary color
Monochromatic Colors of #7C1851
Black with #7C1851
Text Example
Text Example
White with #7C1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1851; }
p { color: rgb(124,24,81); }
H1.HeaderClassName
{
color: #7C1851;
}
.AnyTagClassName
{
color: #7C1851;
}
</style>
background-color css
<style>
a { background-color: #7C1851; }
a { background-color: rgb(124,24,81); }
div.DivClassName
{
background-color: #7C1851;
}
.BgClassName
{
background-color: #7C1851;
}
</style>
border-color css
<style>
span { border-color: #7C1851; }
span { border-color: rgb(124,24,81); }
td.TdClassName
{
border-color: #7C1851;
}
.TagClassName
{
border-color: #7C1851;
}
</style>