Shades of Pompadour #7C193F
Tints of Pompadour #7C193F
RGB
CMYK
RGB Variations
Color information
#7C193F (or 0x7C193F) is known color: Pompadour. HEX triplet: 7C, 19 and 3F. RGB value is (124,25,63). Sum of RGB (Red+Green+Blue) = 124+25+63=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C193F is #83E6C0. Grayscale: #3A3A3A. Windows color (decimal): -8644289 or 4135292. OLE color: 4135292.
HSL color Cylindrical-coordinate representation of color #7C193F: hue angle of 336.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C193F is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 63 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.51 |
| HSL | 336.97º | 0.66% | 0.29% | - |
| HSV(B) | 336.97º | 0.8% | 0.49% | - |
| XYZ | 9.56 | 5.34 | 5.23 | - |
| YUV | 58.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 63 | 0 | 0.80 | 0.49 | 0.51 | 336.97 | 0.66 | 0.29 |
| Hex | 7C | 19 | 3F | 0 | 50 | 31 | 33 | 151 | 42 | 1D |
| Octal | 174 | 31 | 77 | 0 | 120 | 61 | 63 | 521 | 102 | 35 |
| Binary | 1111100 | 11001 | 111111 | 0 | 1010000 | 110001 | 110011 | 101010001 | 1000010 | 11101 |
Color Harmonies of #7C193F
Complementary color
Monochromatic Colors of #7C193F
Black with #7C193F
Text Example
Text Example
White with #7C193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C193F; }
p { color: rgb(124,25,63); }
H1.HeaderClassName
{
color: #7C193F;
}
.AnyTagClassName
{
color: #7C193F;
}
</style>
background-color css
<style>
a { background-color: #7C193F; }
a { background-color: rgb(124,25,63); }
div.DivClassName
{
background-color: #7C193F;
}
.BgClassName
{
background-color: #7C193F;
}
</style>
border-color css
<style>
span { border-color: #7C193F; }
span { border-color: rgb(124,25,63); }
td.TdClassName
{
border-color: #7C193F;
}
.TagClassName
{
border-color: #7C193F;
}
</style>