Shades of Pompadour #7C133C
Tints of Pompadour #7C133C
RGB
CMYK
RGB Variations
Color information
#7C133C (or 0x7C133C) is known color: Pompadour. HEX triplet: 7C, 13 and 3C. RGB value is (124,19,60). Sum of RGB (Red+Green+Blue) = 124+19+60=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C133C is #83ECC3. Grayscale: #373737. Windows color (decimal): -8645828 or 3937148. OLE color: 3937148.
HSL color Cylindrical-coordinate representation of color #7C133C: hue angle of 336.57º 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 #7C133C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 60 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.51 |
| HSL | 336.57º | 0.73% | 0.28% | - |
| HSV(B) | 336.57º | 0.85% | 0.49% | - |
| XYZ | 9.36 | 5.08 | 4.76 | - |
| YUV | 55.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 60 | 0 | 0.85 | 0.52 | 0.51 | 336.57 | 0.73 | 0.28 |
| Hex | 7C | 13 | 3C | 0 | 55 | 34 | 33 | 151 | 49 | 1C |
| Octal | 174 | 23 | 74 | 0 | 125 | 64 | 63 | 521 | 111 | 34 |
| Binary | 1111100 | 10011 | 111100 | 0 | 1010101 | 110100 | 110011 | 101010001 | 1001001 | 11100 |
Color Harmonies of #7C133C
Complementary color
Monochromatic Colors of #7C133C
Black with #7C133C
Text Example
Text Example
White with #7C133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C133C; }
p { color: rgb(124,19,60); }
H1.HeaderClassName
{
color: #7C133C;
}
.AnyTagClassName
{
color: #7C133C;
}
</style>
background-color css
<style>
a { background-color: #7C133C; }
a { background-color: rgb(124,19,60); }
div.DivClassName
{
background-color: #7C133C;
}
.BgClassName
{
background-color: #7C133C;
}
</style>
border-color css
<style>
span { border-color: #7C133C; }
span { border-color: rgb(124,19,60); }
td.TdClassName
{
border-color: #7C133C;
}
.TagClassName
{
border-color: #7C133C;
}
</style>