Shades of Pompadour #7C1352
Tints of Pompadour #7C1352
RGB
CMYK
RGB Variations
Color information
#7C1352 (or 0x7C1352) is known color: Pompadour. HEX triplet: 7C, 13 and 52. RGB value is (124,19,82). Sum of RGB (Red+Green+Blue) = 124+19+82=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1352 is #83ECAD. Grayscale: #393939. Windows color (decimal): -8645806 or 5378940. OLE color: 5378940.
HSL color Cylindrical-coordinate representation of color #7C1352: hue angle of 324º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1352 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 82 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.51 |
| HSL | 324º | 0.73% | 0.28% | - |
| HSV(B) | 324º | 0.85% | 0.49% | - |
| XYZ | 10.07 | 5.36 | 8.49 | - |
| YUV | 57.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 82 | 0 | 0.85 | 0.34 | 0.51 | 324 | 0.73 | 0.28 |
| Hex | 7C | 13 | 52 | 0 | 55 | 22 | 33 | 144 | 49 | 1C |
| Octal | 174 | 23 | 122 | 0 | 125 | 42 | 63 | 504 | 111 | 34 |
| Binary | 1111100 | 10011 | 1010010 | 0 | 1010101 | 100010 | 110011 | 101000100 | 1001001 | 11100 |
Color Harmonies of #7C1352
Complementary color
Monochromatic Colors of #7C1352
Black with #7C1352
Text Example
Text Example
White with #7C1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1352; }
p { color: rgb(124,19,82); }
H1.HeaderClassName
{
color: #7C1352;
}
.AnyTagClassName
{
color: #7C1352;
}
</style>
background-color css
<style>
a { background-color: #7C1352; }
a { background-color: rgb(124,19,82); }
div.DivClassName
{
background-color: #7C1352;
}
.BgClassName
{
background-color: #7C1352;
}
</style>
border-color css
<style>
span { border-color: #7C1352; }
span { border-color: rgb(124,19,82); }
td.TdClassName
{
border-color: #7C1352;
}
.TagClassName
{
border-color: #7C1352;
}
</style>