Shades of Pompadour #7E0D3C
Tints of Pompadour #7E0D3C
RGB
CMYK
RGB Variations
Color information
#7E0D3C (or 0x7E0D3C) is known color: Pompadour. HEX triplet: 7E, 0D and 3C. RGB value is (126,13,60). Sum of RGB (Red+Green+Blue) = 126+13+60=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0D3C is #81F2C3. Grayscale: #343434. Windows color (decimal): -8516292 or 3935614. OLE color: 3935614.
HSL color Cylindrical-coordinate representation of color #7E0D3C: hue angle of 335.04º degrees, saturation: 0.81, 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 #7E0D3C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 13 | 60 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.51 |
| HSL | 335.04º | 0.81% | 0.27% | - |
| HSV(B) | 335.04º | 0.9% | 0.49% | - |
| XYZ | 9.56 | 5.05 | 4.75 | - |
| YUV | 52.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 60 | 0 | 0.90 | 0.52 | 0.51 | 335.04 | 0.81 | 0.27 |
| Hex | 7E | D | 3C | 0 | 5A | 34 | 33 | 14F | 51 | 1B |
| Octal | 176 | 15 | 74 | 0 | 132 | 64 | 63 | 517 | 121 | 33 |
| Binary | 1111110 | 1101 | 111100 | 0 | 1011010 | 110100 | 110011 | 101001111 | 1010001 | 11011 |
Color Harmonies of #7E0D3C
Complementary color
Monochromatic Colors of #7E0D3C
Black with #7E0D3C
Text Example
Text Example
White with #7E0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0D3C; }
p { color: rgb(126,13,60); }
H1.HeaderClassName
{
color: #7E0D3C;
}
.AnyTagClassName
{
color: #7E0D3C;
}
</style>
background-color css
<style>
a { background-color: #7E0D3C; }
a { background-color: rgb(126,13,60); }
div.DivClassName
{
background-color: #7E0D3C;
}
.BgClassName
{
background-color: #7E0D3C;
}
</style>
border-color css
<style>
span { border-color: #7E0D3C; }
span { border-color: rgb(126,13,60); }
td.TdClassName
{
border-color: #7E0D3C;
}
.TagClassName
{
border-color: #7E0D3C;
}
</style>