Shades of Pompadour #7C133E
Tints of Pompadour #7C133E
RGB
CMYK
RGB Variations
Color information
#7C133E (or 0x7C133E) is known color: Pompadour. HEX triplet: 7C, 13 and 3E. RGB value is (124,19,62). Sum of RGB (Red+Green+Blue) = 124+19+62=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C133E is #83ECC1. Grayscale: #373737. Windows color (decimal): -8645826 or 4068220. OLE color: 4068220.
HSL color Cylindrical-coordinate representation of color #7C133E: hue angle of 335.43º 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 #7C133E is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 62 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.51 |
| HSL | 335.43º | 0.73% | 0.28% | - |
| HSV(B) | 335.43º | 0.85% | 0.49% | - |
| XYZ | 9.41 | 5.1 | 5.05 | - |
| YUV | 55.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 62 | 0 | 0.85 | 0.5 | 0.51 | 335.43 | 0.73 | 0.28 |
| Hex | 7C | 13 | 3E | 0 | 55 | 32 | 33 | 14F | 49 | 1C |
| Octal | 174 | 23 | 76 | 0 | 125 | 62 | 63 | 517 | 111 | 34 |
| Binary | 1111100 | 10011 | 111110 | 0 | 1010101 | 110010 | 110011 | 101001111 | 1001001 | 11100 |
Color Harmonies of #7C133E
Complementary color
Monochromatic Colors of #7C133E
Black with #7C133E
Text Example
Text Example
White with #7C133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C133E; }
p { color: rgb(124,19,62); }
H1.HeaderClassName
{
color: #7C133E;
}
.AnyTagClassName
{
color: #7C133E;
}
</style>
background-color css
<style>
a { background-color: #7C133E; }
a { background-color: rgb(124,19,62); }
div.DivClassName
{
background-color: #7C133E;
}
.BgClassName
{
background-color: #7C133E;
}
</style>
border-color css
<style>
span { border-color: #7C133E; }
span { border-color: rgb(124,19,62); }
td.TdClassName
{
border-color: #7C133E;
}
.TagClassName
{
border-color: #7C133E;
}
</style>