Shades of Pompadour #7C1358
Tints of Pompadour #7C1358
RGB
CMYK
RGB Variations
Color information
#7C1358 (or 0x7C1358) is known color: Pompadour. HEX triplet: 7C, 13 and 58. RGB value is (124,19,88). Sum of RGB (Red+Green+Blue) = 124+19+88=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1358 is #83ECA7. Grayscale: #3A3A3A. Windows color (decimal): -8645800 or 5772156. OLE color: 5772156.
HSL color Cylindrical-coordinate representation of color #7C1358: hue angle of 320.57º 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 #7C1358 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 88 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.51 |
| HSL | 320.57º | 0.73% | 0.28% | - |
| HSV(B) | 320.57º | 0.85% | 0.49% | - |
| XYZ | 10.31 | 5.46 | 9.74 | - |
| YUV | 58.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 88 | 0 | 0.85 | 0.29 | 0.51 | 320.57 | 0.73 | 0.28 |
| Hex | 7C | 13 | 58 | 0 | 55 | 1D | 33 | 141 | 49 | 1C |
| Octal | 174 | 23 | 130 | 0 | 125 | 35 | 63 | 501 | 111 | 34 |
| Binary | 1111100 | 10011 | 1011000 | 0 | 1010101 | 11101 | 110011 | 101000001 | 1001001 | 11100 |
Color Harmonies of #7C1358
Complementary color
Monochromatic Colors of #7C1358
Black with #7C1358
Text Example
Text Example
White with #7C1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1358; }
p { color: rgb(124,19,88); }
H1.HeaderClassName
{
color: #7C1358;
}
.AnyTagClassName
{
color: #7C1358;
}
</style>
background-color css
<style>
a { background-color: #7C1358; }
a { background-color: rgb(124,19,88); }
div.DivClassName
{
background-color: #7C1358;
}
.BgClassName
{
background-color: #7C1358;
}
</style>
border-color css
<style>
span { border-color: #7C1358; }
span { border-color: rgb(124,19,88); }
td.TdClassName
{
border-color: #7C1358;
}
.TagClassName
{
border-color: #7C1358;
}
</style>