Shades of Pompadour #7C1841
Tints of Pompadour #7C1841
RGB
CMYK
RGB Variations
Color information
#7C1841 (or 0x7C1841) is known color: Pompadour. HEX triplet: 7C, 18 and 41. RGB value is (124,24,65). Sum of RGB (Red+Green+Blue) = 124+24+65=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1841 is #83E7BE. Grayscale: #3A3A3A. Windows color (decimal): -8644543 or 4266108. OLE color: 4266108.
HSL color Cylindrical-coordinate representation of color #7C1841: hue angle of 335.4º 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 #7C1841 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 65 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.51 |
| HSL | 335.4º | 0.68% | 0.29% | - |
| HSV(B) | 335.4º | 0.81% | 0.49% | - |
| XYZ | 9.59 | 5.32 | 5.52 | - |
| YUV | 58.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 65 | 0 | 0.81 | 0.48 | 0.51 | 335.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 41 | 0 | 51 | 30 | 33 | 14F | 44 | 1D |
| Octal | 174 | 30 | 101 | 0 | 121 | 60 | 63 | 517 | 104 | 35 |
| Binary | 1111100 | 11000 | 1000001 | 0 | 1010001 | 110000 | 110011 | 101001111 | 1000100 | 11101 |
Color Harmonies of #7C1841
Complementary color
Monochromatic Colors of #7C1841
Black with #7C1841
Text Example
Text Example
White with #7C1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1841; }
p { color: rgb(124,24,65); }
H1.HeaderClassName
{
color: #7C1841;
}
.AnyTagClassName
{
color: #7C1841;
}
</style>
background-color css
<style>
a { background-color: #7C1841; }
a { background-color: rgb(124,24,65); }
div.DivClassName
{
background-color: #7C1841;
}
.BgClassName
{
background-color: #7C1841;
}
</style>
border-color css
<style>
span { border-color: #7C1841; }
span { border-color: rgb(124,24,65); }
td.TdClassName
{
border-color: #7C1841;
}
.TagClassName
{
border-color: #7C1841;
}
</style>