Shades of Pompadour #7E133C
Tints of Pompadour #7E133C
RGB
CMYK
RGB Variations
Color information
#7E133C (or 0x7E133C) is known color: Pompadour. HEX triplet: 7E, 13 and 3C. RGB value is (126,19,60). Sum of RGB (Red+Green+Blue) = 126+19+60=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E133C is #81ECC3. Grayscale: #373737. Windows color (decimal): -8514756 or 3937150. OLE color: 3937150.
HSL color Cylindrical-coordinate representation of color #7E133C: hue angle of 337.01º degrees, saturation: 0.74, 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 #7E133C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 60 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.51 |
| HSL | 337.01º | 0.74% | 0.28% | - |
| HSV(B) | 337.01º | 0.85% | 0.49% | - |
| XYZ | 9.65 | 5.23 | 4.78 | - |
| YUV | 55.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 60 | 0 | 0.85 | 0.52 | 0.51 | 337.01 | 0.74 | 0.28 |
| Hex | 7E | 13 | 3C | 0 | 55 | 34 | 33 | 151 | 4A | 1C |
| Octal | 176 | 23 | 74 | 0 | 125 | 64 | 63 | 521 | 112 | 34 |
| Binary | 1111110 | 10011 | 111100 | 0 | 1010101 | 110100 | 110011 | 101010001 | 1001010 | 11100 |
Color Harmonies of #7E133C
Complementary color
Monochromatic Colors of #7E133C
Black with #7E133C
Text Example
Text Example
White with #7E133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E133C; }
p { color: rgb(126,19,60); }
H1.HeaderClassName
{
color: #7E133C;
}
.AnyTagClassName
{
color: #7E133C;
}
</style>
background-color css
<style>
a { background-color: #7E133C; }
a { background-color: rgb(126,19,60); }
div.DivClassName
{
background-color: #7E133C;
}
.BgClassName
{
background-color: #7E133C;
}
</style>
border-color css
<style>
span { border-color: #7E133C; }
span { border-color: rgb(126,19,60); }
td.TdClassName
{
border-color: #7E133C;
}
.TagClassName
{
border-color: #7E133C;
}
</style>