Shades of Pompadour #7E103E
Tints of Pompadour #7E103E
RGB
CMYK
RGB Variations
Color information
#7E103E (or 0x7E103E) is known color: Pompadour. HEX triplet: 7E, 10 and 3E. RGB value is (126,16,62). Sum of RGB (Red+Green+Blue) = 126+16+62=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E103E is #81EFC1. Grayscale: #363636. Windows color (decimal): -8515522 or 4067454. OLE color: 4067454.
HSL color Cylindrical-coordinate representation of color #7E103E: hue angle of 334.91º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E103E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 62 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.51 |
| HSL | 334.91º | 0.77% | 0.28% | - |
| HSV(B) | 334.91º | 0.87% | 0.49% | - |
| XYZ | 9.66 | 5.15 | 5.04 | - |
| YUV | 54.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 62 | 0 | 0.87 | 0.51 | 0.51 | 334.91 | 0.77 | 0.28 |
| Hex | 7E | 10 | 3E | 0 | 57 | 33 | 33 | 14F | 4D | 1C |
| Octal | 176 | 20 | 76 | 0 | 127 | 63 | 63 | 517 | 115 | 34 |
| Binary | 1111110 | 10000 | 111110 | 0 | 1010111 | 110011 | 110011 | 101001111 | 1001101 | 11100 |
Color Harmonies of #7E103E
Complementary color
Monochromatic Colors of #7E103E
Black with #7E103E
Text Example
Text Example
White with #7E103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E103E; }
p { color: rgb(126,16,62); }
H1.HeaderClassName
{
color: #7E103E;
}
.AnyTagClassName
{
color: #7E103E;
}
</style>
background-color css
<style>
a { background-color: #7E103E; }
a { background-color: rgb(126,16,62); }
div.DivClassName
{
background-color: #7E103E;
}
.BgClassName
{
background-color: #7E103E;
}
</style>
border-color css
<style>
span { border-color: #7E103E; }
span { border-color: rgb(126,16,62); }
td.TdClassName
{
border-color: #7E103E;
}
.TagClassName
{
border-color: #7E103E;
}
</style>