Shades of Pompadour #7C0E3C
Tints of Pompadour #7C0E3C
RGB
CMYK
RGB Variations
Color information
#7C0E3C (or 0x7C0E3C) is known color: Pompadour. HEX triplet: 7C, 0E and 3C. RGB value is (124,14,60). Sum of RGB (Red+Green+Blue) = 124+14+60=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E3C is #83F1C3. Grayscale: #343434. Windows color (decimal): -8647108 or 3935868. OLE color: 3935868.
HSL color Cylindrical-coordinate representation of color #7C0E3C: hue angle of 334.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E3C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 60 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.51 |
| HSL | 334.91º | 0.8% | 0.27% | - |
| HSV(B) | 334.91º | 0.89% | 0.49% | - |
| XYZ | 9.28 | 4.93 | 4.74 | - |
| YUV | 52.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 60 | 0 | 0.89 | 0.52 | 0.51 | 334.91 | 0.8 | 0.27 |
| Hex | 7C | E | 3C | 0 | 59 | 34 | 33 | 14F | 50 | 1B |
| Octal | 174 | 16 | 74 | 0 | 131 | 64 | 63 | 517 | 120 | 33 |
| Binary | 1111100 | 1110 | 111100 | 0 | 1011001 | 110100 | 110011 | 101001111 | 1010000 | 11011 |
Color Harmonies of #7C0E3C
Complementary color
Monochromatic Colors of #7C0E3C
Black with #7C0E3C
Text Example
Text Example
White with #7C0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E3C; }
p { color: rgb(124,14,60); }
H1.HeaderClassName
{
color: #7C0E3C;
}
.AnyTagClassName
{
color: #7C0E3C;
}
</style>
background-color css
<style>
a { background-color: #7C0E3C; }
a { background-color: rgb(124,14,60); }
div.DivClassName
{
background-color: #7C0E3C;
}
.BgClassName
{
background-color: #7C0E3C;
}
</style>
border-color css
<style>
span { border-color: #7C0E3C; }
span { border-color: rgb(124,14,60); }
td.TdClassName
{
border-color: #7C0E3C;
}
.TagClassName
{
border-color: #7C0E3C;
}
</style>