Shades of Pompadour #7C143C
Tints of Pompadour #7C143C
RGB
CMYK
RGB Variations
Color information
#7C143C (or 0x7C143C) is known color: Pompadour. HEX triplet: 7C, 14 and 3C. RGB value is (124,20,60). Sum of RGB (Red+Green+Blue) = 124+20+60=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C143C is #83EBC3. Grayscale: #373737. Windows color (decimal): -8645572 or 3937404. OLE color: 3937404.
HSL color Cylindrical-coordinate representation of color #7C143C: hue angle of 336.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C143C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 60 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.51 |
| HSL | 336.92º | 0.72% | 0.28% | - |
| HSV(B) | 336.92º | 0.84% | 0.49% | - |
| XYZ | 9.38 | 5.11 | 4.77 | - |
| YUV | 55.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 60 | 0 | 0.84 | 0.52 | 0.51 | 336.92 | 0.72 | 0.28 |
| Hex | 7C | 14 | 3C | 0 | 54 | 34 | 33 | 151 | 48 | 1C |
| Octal | 174 | 24 | 74 | 0 | 124 | 64 | 63 | 521 | 110 | 34 |
| Binary | 1111100 | 10100 | 111100 | 0 | 1010100 | 110100 | 110011 | 101010001 | 1001000 | 11100 |
Color Harmonies of #7C143C
Complementary color
Monochromatic Colors of #7C143C
Black with #7C143C
Text Example
Text Example
White with #7C143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C143C; }
p { color: rgb(124,20,60); }
H1.HeaderClassName
{
color: #7C143C;
}
.AnyTagClassName
{
color: #7C143C;
}
</style>
background-color css
<style>
a { background-color: #7C143C; }
a { background-color: rgb(124,20,60); }
div.DivClassName
{
background-color: #7C143C;
}
.BgClassName
{
background-color: #7C143C;
}
</style>
border-color css
<style>
span { border-color: #7C143C; }
span { border-color: rgb(124,20,60); }
td.TdClassName
{
border-color: #7C143C;
}
.TagClassName
{
border-color: #7C143C;
}
</style>