Shades of Pompadour #7C1553
Tints of Pompadour #7C1553
RGB
CMYK
RGB Variations
Color information
#7C1553 (or 0x7C1553) is known color: Pompadour. HEX triplet: 7C, 15 and 53. RGB value is (124,21,83). Sum of RGB (Red+Green+Blue) = 124+21+83=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1553 is #83EAAC. Grayscale: #3A3A3A. Windows color (decimal): -8645293 or 5444988. OLE color: 5444988.
HSL color Cylindrical-coordinate representation of color #7C1553: hue angle of 323.88º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1553 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 83 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.51 |
| HSL | 323.88º | 0.71% | 0.28% | - |
| HSV(B) | 323.88º | 0.83% | 0.49% | - |
| XYZ | 10.14 | 5.45 | 8.7 | - |
| YUV | 58.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 83 | 0 | 0.83 | 0.33 | 0.51 | 323.88 | 0.71 | 0.28 |
| Hex | 7C | 15 | 53 | 0 | 53 | 21 | 33 | 144 | 47 | 1C |
| Octal | 174 | 25 | 123 | 0 | 123 | 41 | 63 | 504 | 107 | 34 |
| Binary | 1111100 | 10101 | 1010011 | 0 | 1010011 | 100001 | 110011 | 101000100 | 1000111 | 11100 |
Color Harmonies of #7C1553
Complementary color
Monochromatic Colors of #7C1553
Black with #7C1553
Text Example
Text Example
White with #7C1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1553; }
p { color: rgb(124,21,83); }
H1.HeaderClassName
{
color: #7C1553;
}
.AnyTagClassName
{
color: #7C1553;
}
</style>
background-color css
<style>
a { background-color: #7C1553; }
a { background-color: rgb(124,21,83); }
div.DivClassName
{
background-color: #7C1553;
}
.BgClassName
{
background-color: #7C1553;
}
</style>
border-color css
<style>
span { border-color: #7C1553; }
span { border-color: rgb(124,21,83); }
td.TdClassName
{
border-color: #7C1553;
}
.TagClassName
{
border-color: #7C1553;
}
</style>