Shades of Pompadour #7C1852
Tints of Pompadour #7C1852
RGB
CMYK
RGB Variations
Color information
#7C1852 (or 0x7C1852) is known color: Pompadour. HEX triplet: 7C, 18 and 52. RGB value is (124,24,82). Sum of RGB (Red+Green+Blue) = 124+24+82=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1852 is #83E7AD. Grayscale: #3C3C3C. Windows color (decimal): -8644526 or 5380220. OLE color: 5380220.
HSL color Cylindrical-coordinate representation of color #7C1852: hue angle of 325.2º 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 #7C1852 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 82 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.51 |
| HSL | 325.2º | 0.68% | 0.29% | - |
| HSV(B) | 325.2º | 0.81% | 0.49% | - |
| XYZ | 10.16 | 5.55 | 8.52 | - |
| YUV | 60.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 82 | 0 | 0.81 | 0.34 | 0.51 | 325.2 | 0.68 | 0.29 |
| Hex | 7C | 18 | 52 | 0 | 51 | 22 | 33 | 145 | 44 | 1D |
| Octal | 174 | 30 | 122 | 0 | 121 | 42 | 63 | 505 | 104 | 35 |
| Binary | 1111100 | 11000 | 1010010 | 0 | 1010001 | 100010 | 110011 | 101000101 | 1000100 | 11101 |
Color Harmonies of #7C1852
Complementary color
Monochromatic Colors of #7C1852
Black with #7C1852
Text Example
Text Example
White with #7C1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1852; }
p { color: rgb(124,24,82); }
H1.HeaderClassName
{
color: #7C1852;
}
.AnyTagClassName
{
color: #7C1852;
}
</style>
background-color css
<style>
a { background-color: #7C1852; }
a { background-color: rgb(124,24,82); }
div.DivClassName
{
background-color: #7C1852;
}
.BgClassName
{
background-color: #7C1852;
}
</style>
border-color css
<style>
span { border-color: #7C1852; }
span { border-color: rgb(124,24,82); }
td.TdClassName
{
border-color: #7C1852;
}
.TagClassName
{
border-color: #7C1852;
}
</style>