Shades of Pompadour #7C113F
Tints of Pompadour #7C113F
RGB
CMYK
RGB Variations
Color information
#7C113F (or 0x7C113F) is known color: Pompadour. HEX triplet: 7C, 11 and 3F. RGB value is (124,17,63). Sum of RGB (Red+Green+Blue) = 124+17+63=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C113F is #83EEC0. Grayscale: #363636. Windows color (decimal): -8646337 or 4133244. OLE color: 4133244.
HSL color Cylindrical-coordinate representation of color #7C113F: hue angle of 334.21º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C113F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 63 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.51 |
| HSL | 334.21º | 0.76% | 0.28% | - |
| HSV(B) | 334.21º | 0.86% | 0.49% | - |
| XYZ | 9.41 | 5.04 | 5.18 | - |
| YUV | 54.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 63 | 0 | 0.86 | 0.49 | 0.51 | 334.21 | 0.76 | 0.28 |
| Hex | 7C | 11 | 3F | 0 | 56 | 31 | 33 | 14E | 4C | 1C |
| Octal | 174 | 21 | 77 | 0 | 126 | 61 | 63 | 516 | 114 | 34 |
| Binary | 1111100 | 10001 | 111111 | 0 | 1010110 | 110001 | 110011 | 101001110 | 1001100 | 11100 |
Color Harmonies of #7C113F
Complementary color
Monochromatic Colors of #7C113F
Black with #7C113F
Text Example
Text Example
White with #7C113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C113F; }
p { color: rgb(124,17,63); }
H1.HeaderClassName
{
color: #7C113F;
}
.AnyTagClassName
{
color: #7C113F;
}
</style>
background-color css
<style>
a { background-color: #7C113F; }
a { background-color: rgb(124,17,63); }
div.DivClassName
{
background-color: #7C113F;
}
.BgClassName
{
background-color: #7C113F;
}
</style>
border-color css
<style>
span { border-color: #7C113F; }
span { border-color: rgb(124,17,63); }
td.TdClassName
{
border-color: #7C113F;
}
.TagClassName
{
border-color: #7C113F;
}
</style>