Shades of Pompadour #7C1843
Tints of Pompadour #7C1843
RGB
CMYK
RGB Variations
Color information
#7C1843 (or 0x7C1843) is known color: Pompadour. HEX triplet: 7C, 18 and 43. RGB value is (124,24,67). Sum of RGB (Red+Green+Blue) = 124+24+67=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1843 is #83E7BC. Grayscale: #3A3A3A. Windows color (decimal): -8644541 or 4397180. OLE color: 4397180.
HSL color Cylindrical-coordinate representation of color #7C1843: hue angle of 334.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 #7C1843 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 67 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.51 |
| HSL | 334.2º | 0.68% | 0.29% | - |
| HSV(B) | 334.2º | 0.81% | 0.49% | - |
| XYZ | 9.65 | 5.34 | 5.83 | - |
| YUV | 58.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 67 | 0 | 0.81 | 0.46 | 0.51 | 334.2 | 0.68 | 0.29 |
| Hex | 7C | 18 | 43 | 0 | 51 | 2E | 33 | 14E | 44 | 1D |
| Octal | 174 | 30 | 103 | 0 | 121 | 56 | 63 | 516 | 104 | 35 |
| Binary | 1111100 | 11000 | 1000011 | 0 | 1010001 | 101110 | 110011 | 101001110 | 1000100 | 11101 |
Color Harmonies of #7C1843
Complementary color
Monochromatic Colors of #7C1843
Black with #7C1843
Text Example
Text Example
White with #7C1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1843; }
p { color: rgb(124,24,67); }
H1.HeaderClassName
{
color: #7C1843;
}
.AnyTagClassName
{
color: #7C1843;
}
</style>
background-color css
<style>
a { background-color: #7C1843; }
a { background-color: rgb(124,24,67); }
div.DivClassName
{
background-color: #7C1843;
}
.BgClassName
{
background-color: #7C1843;
}
</style>
border-color css
<style>
span { border-color: #7C1843; }
span { border-color: rgb(124,24,67); }
td.TdClassName
{
border-color: #7C1843;
}
.TagClassName
{
border-color: #7C1843;
}
</style>