Shades of Pompadour #7C0C43
Tints of Pompadour #7C0C43
RGB
CMYK
RGB Variations
Color information
#7C0C43 (or 0x7C0C43) is known color: Pompadour. HEX triplet: 7C, 0C and 43. RGB value is (124,12,67). Sum of RGB (Red+Green+Blue) = 124+12+67=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C43 is #83F3BC. Grayscale: #333333. Windows color (decimal): -8647613 or 4394108. OLE color: 4394108.
HSL color Cylindrical-coordinate representation of color #7C0C43: hue angle of 330.54º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C43 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 67 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.51 |
| HSL | 330.54º | 0.82% | 0.27% | - |
| HSV(B) | 330.54º | 0.9% | 0.49% | - |
| XYZ | 9.46 | 4.95 | 5.77 | - |
| YUV | 51.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 67 | 0 | 0.90 | 0.46 | 0.51 | 330.54 | 0.82 | 0.27 |
| Hex | 7C | C | 43 | 0 | 5A | 2E | 33 | 14B | 52 | 1B |
| Octal | 174 | 14 | 103 | 0 | 132 | 56 | 63 | 513 | 122 | 33 |
| Binary | 1111100 | 1100 | 1000011 | 0 | 1011010 | 101110 | 110011 | 101001011 | 1010010 | 11011 |
Color Harmonies of #7C0C43
Complementary color
Monochromatic Colors of #7C0C43
Black with #7C0C43
Text Example
Text Example
White with #7C0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C43; }
p { color: rgb(124,12,67); }
H1.HeaderClassName
{
color: #7C0C43;
}
.AnyTagClassName
{
color: #7C0C43;
}
</style>
background-color css
<style>
a { background-color: #7C0C43; }
a { background-color: rgb(124,12,67); }
div.DivClassName
{
background-color: #7C0C43;
}
.BgClassName
{
background-color: #7C0C43;
}
</style>
border-color css
<style>
span { border-color: #7C0C43; }
span { border-color: rgb(124,12,67); }
td.TdClassName
{
border-color: #7C0C43;
}
.TagClassName
{
border-color: #7C0C43;
}
</style>