Shades of Pompadour #7C133F
Tints of Pompadour #7C133F
RGB
CMYK
RGB Variations
Color information
#7C133F (or 0x7C133F) is known color: Pompadour. HEX triplet: 7C, 13 and 3F. RGB value is (124,19,63). Sum of RGB (Red+Green+Blue) = 124+19+63=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C133F is #83ECC0. Grayscale: #373737. Windows color (decimal): -8645825 or 4133756. OLE color: 4133756.
HSL color Cylindrical-coordinate representation of color #7C133F: hue angle of 334.86º 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 #7C133F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 63 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.51 |
| HSL | 334.86º | 0.73% | 0.28% | - |
| HSV(B) | 334.86º | 0.85% | 0.49% | - |
| XYZ | 9.44 | 5.11 | 5.19 | - |
| YUV | 55.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 63 | 0 | 0.85 | 0.49 | 0.51 | 334.86 | 0.73 | 0.28 |
| Hex | 7C | 13 | 3F | 0 | 55 | 31 | 33 | 14F | 49 | 1C |
| Octal | 174 | 23 | 77 | 0 | 125 | 61 | 63 | 517 | 111 | 34 |
| Binary | 1111100 | 10011 | 111111 | 0 | 1010101 | 110001 | 110011 | 101001111 | 1001001 | 11100 |
Color Harmonies of #7C133F
Complementary color
Monochromatic Colors of #7C133F
Black with #7C133F
Text Example
Text Example
White with #7C133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C133F; }
p { color: rgb(124,19,63); }
H1.HeaderClassName
{
color: #7C133F;
}
.AnyTagClassName
{
color: #7C133F;
}
</style>
background-color css
<style>
a { background-color: #7C133F; }
a { background-color: rgb(124,19,63); }
div.DivClassName
{
background-color: #7C133F;
}
.BgClassName
{
background-color: #7C133F;
}
</style>
border-color css
<style>
span { border-color: #7C133F; }
span { border-color: rgb(124,19,63); }
td.TdClassName
{
border-color: #7C133F;
}
.TagClassName
{
border-color: #7C133F;
}
</style>