Shades of Pompadour #7C143F
Tints of Pompadour #7C143F
RGB
CMYK
RGB Variations
Color information
#7C143F (or 0x7C143F) is known color: Pompadour. HEX triplet: 7C, 14 and 3F. RGB value is (124,20,63). Sum of RGB (Red+Green+Blue) = 124+20+63=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C143F is #83EBC0. Grayscale: #373737. Windows color (decimal): -8645569 or 4134012. OLE color: 4134012.
HSL color Cylindrical-coordinate representation of color #7C143F: hue angle of 335.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C143F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 63 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.51 |
| HSL | 335.19º | 0.72% | 0.28% | - |
| HSV(B) | 335.19º | 0.84% | 0.49% | - |
| XYZ | 9.46 | 5.14 | 5.2 | - |
| YUV | 56 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 63 | 0 | 0.84 | 0.49 | 0.51 | 335.19 | 0.72 | 0.28 |
| Hex | 7C | 14 | 3F | 0 | 54 | 31 | 33 | 14F | 48 | 1C |
| Octal | 174 | 24 | 77 | 0 | 124 | 61 | 63 | 517 | 110 | 34 |
| Binary | 1111100 | 10100 | 111111 | 0 | 1010100 | 110001 | 110011 | 101001111 | 1001000 | 11100 |
Color Harmonies of #7C143F
Complementary color
Monochromatic Colors of #7C143F
Black with #7C143F
Text Example
Text Example
White with #7C143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C143F; }
p { color: rgb(124,20,63); }
H1.HeaderClassName
{
color: #7C143F;
}
.AnyTagClassName
{
color: #7C143F;
}
</style>
background-color css
<style>
a { background-color: #7C143F; }
a { background-color: rgb(124,20,63); }
div.DivClassName
{
background-color: #7C143F;
}
.BgClassName
{
background-color: #7C143F;
}
</style>
border-color css
<style>
span { border-color: #7C143F; }
span { border-color: rgb(124,20,63); }
td.TdClassName
{
border-color: #7C143F;
}
.TagClassName
{
border-color: #7C143F;
}
</style>