Shades of Pompadour #7E123B
Tints of Pompadour #7E123B
RGB
CMYK
RGB Variations
Color information
#7E123B (or 0x7E123B) is known color: Pompadour. HEX triplet: 7E, 12 and 3B. RGB value is (126,18,59). Sum of RGB (Red+Green+Blue) = 126+18+59=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E123B is #81EDC4. Grayscale: #363636. Windows color (decimal): -8515013 or 3871358. OLE color: 3871358.
HSL color Cylindrical-coordinate representation of color #7E123B: hue angle of 337.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E123B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 59 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.51 |
| HSL | 337.22º | 0.75% | 0.28% | - |
| HSV(B) | 337.22º | 0.86% | 0.49% | - |
| XYZ | 9.61 | 5.18 | 4.63 | - |
| YUV | 54.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 59 | 0 | 0.86 | 0.53 | 0.51 | 337.22 | 0.75 | 0.28 |
| Hex | 7E | 12 | 3B | 0 | 56 | 35 | 33 | 151 | 4B | 1C |
| Octal | 176 | 22 | 73 | 0 | 126 | 65 | 63 | 521 | 113 | 34 |
| Binary | 1111110 | 10010 | 111011 | 0 | 1010110 | 110101 | 110011 | 101010001 | 1001011 | 11100 |
Color Harmonies of #7E123B
Complementary color
Monochromatic Colors of #7E123B
Black with #7E123B
Text Example
Text Example
White with #7E123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E123B; }
p { color: rgb(126,18,59); }
H1.HeaderClassName
{
color: #7E123B;
}
.AnyTagClassName
{
color: #7E123B;
}
</style>
background-color css
<style>
a { background-color: #7E123B; }
a { background-color: rgb(126,18,59); }
div.DivClassName
{
background-color: #7E123B;
}
.BgClassName
{
background-color: #7E123B;
}
</style>
border-color css
<style>
span { border-color: #7E123B; }
span { border-color: rgb(126,18,59); }
td.TdClassName
{
border-color: #7E123B;
}
.TagClassName
{
border-color: #7E123B;
}
</style>