Shades of Pompadour #7C1C49
Tints of Pompadour #7C1C49
RGB
CMYK
RGB Variations
Color information
#7C1C49 (or 0x7C1C49) is known color: Pompadour. HEX triplet: 7C, 1C and 49. RGB value is (124,28,73). Sum of RGB (Red+Green+Blue) = 124+28+73=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1C49 is #83E3B6. Grayscale: #3D3D3D. Windows color (decimal): -8643511 or 4791420. OLE color: 4791420.
HSL color Cylindrical-coordinate representation of color #7C1C49: hue angle of 331.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1C49 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 28 | 73 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.51 |
| HSL | 331.88º | 0.63% | 0.3% | - |
| HSV(B) | 331.88º | 0.77% | 0.49% | - |
| XYZ | 9.93 | 5.6 | 6.86 | - |
| YUV | 61.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 73 | 0 | 0.77 | 0.41 | 0.51 | 331.88 | 0.63 | 0.3 |
| Hex | 7C | 1C | 49 | 0 | 4D | 29 | 33 | 14C | 3F | 1E |
| Octal | 174 | 34 | 111 | 0 | 115 | 51 | 63 | 514 | 77 | 36 |
| Binary | 1111100 | 11100 | 1001001 | 0 | 1001101 | 101001 | 110011 | 101001100 | 111111 | 11110 |
Color Harmonies of #7C1C49
Complementary color
Monochromatic Colors of #7C1C49
Black with #7C1C49
Text Example
Text Example
White with #7C1C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1C49; }
p { color: rgb(124,28,73); }
H1.HeaderClassName
{
color: #7C1C49;
}
.AnyTagClassName
{
color: #7C1C49;
}
</style>
background-color css
<style>
a { background-color: #7C1C49; }
a { background-color: rgb(124,28,73); }
div.DivClassName
{
background-color: #7C1C49;
}
.BgClassName
{
background-color: #7C1C49;
}
</style>
border-color css
<style>
span { border-color: #7C1C49; }
span { border-color: rgb(124,28,73); }
td.TdClassName
{
border-color: #7C1C49;
}
.TagClassName
{
border-color: #7C1C49;
}
</style>