Shades of Pompadour #7E123F
Tints of Pompadour #7E123F
RGB
CMYK
RGB Variations
Color information
#7E123F (or 0x7E123F) is known color: Pompadour. HEX triplet: 7E, 12 and 3F. RGB value is (126,18,63). Sum of RGB (Red+Green+Blue) = 126+18+63=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E123F is #81EDC0. Grayscale: #373737. Windows color (decimal): -8515009 or 4133502. OLE color: 4133502.
HSL color Cylindrical-coordinate representation of color #7E123F: hue angle of 335º 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 #7E123F is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 63 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.51 |
| HSL | 335º | 0.75% | 0.28% | - |
| HSV(B) | 335º | 0.86% | 0.49% | - |
| XYZ | 9.72 | 5.23 | 5.2 | - |
| YUV | 55.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 63 | 0 | 0.86 | 0.50 | 0.51 | 335 | 0.75 | 0.28 |
| Hex | 7E | 12 | 3F | 0 | 56 | 32 | 33 | 14F | 4B | 1C |
| Octal | 176 | 22 | 77 | 0 | 126 | 62 | 63 | 517 | 113 | 34 |
| Binary | 1111110 | 10010 | 111111 | 0 | 1010110 | 110010 | 110011 | 101001111 | 1001011 | 11100 |
Color Harmonies of #7E123F
Complementary color
Monochromatic Colors of #7E123F
Black with #7E123F
Text Example
Text Example
White with #7E123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E123F; }
p { color: rgb(126,18,63); }
H1.HeaderClassName
{
color: #7E123F;
}
.AnyTagClassName
{
color: #7E123F;
}
</style>
background-color css
<style>
a { background-color: #7E123F; }
a { background-color: rgb(126,18,63); }
div.DivClassName
{
background-color: #7E123F;
}
.BgClassName
{
background-color: #7E123F;
}
</style>
border-color css
<style>
span { border-color: #7E123F; }
span { border-color: rgb(126,18,63); }
td.TdClassName
{
border-color: #7E123F;
}
.TagClassName
{
border-color: #7E123F;
}
</style>