Shades of Pompadour #7E0F3A
Tints of Pompadour #7E0F3A
RGB
CMYK
RGB Variations
Color information
#7E0F3A (or 0x7E0F3A) is known color: Pompadour. HEX triplet: 7E, 0F and 3A. RGB value is (126,15,58). Sum of RGB (Red+Green+Blue) = 126+15+58=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0F3A is #81F0C5. Grayscale: #353535. Windows color (decimal): -8515782 or 3805054. OLE color: 3805054.
HSL color Cylindrical-coordinate representation of color #7E0F3A: hue angle of 336.76º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F3A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 58 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.51 |
| HSL | 336.76º | 0.79% | 0.28% | - |
| HSV(B) | 336.76º | 0.88% | 0.49% | - |
| XYZ | 9.54 | 5.08 | 4.48 | - |
| YUV | 53.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 58 | 0 | 0.88 | 0.54 | 0.51 | 336.76 | 0.79 | 0.28 |
| Hex | 7E | F | 3A | 0 | 58 | 36 | 33 | 151 | 4F | 1C |
| Octal | 176 | 17 | 72 | 0 | 130 | 66 | 63 | 521 | 117 | 34 |
| Binary | 1111110 | 1111 | 111010 | 0 | 1011000 | 110110 | 110011 | 101010001 | 1001111 | 11100 |
Color Harmonies of #7E0F3A
Complementary color
Monochromatic Colors of #7E0F3A
Black with #7E0F3A
Text Example
Text Example
White with #7E0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F3A; }
p { color: rgb(126,15,58); }
H1.HeaderClassName
{
color: #7E0F3A;
}
.AnyTagClassName
{
color: #7E0F3A;
}
</style>
background-color css
<style>
a { background-color: #7E0F3A; }
a { background-color: rgb(126,15,58); }
div.DivClassName
{
background-color: #7E0F3A;
}
.BgClassName
{
background-color: #7E0F3A;
}
</style>
border-color css
<style>
span { border-color: #7E0F3A; }
span { border-color: rgb(126,15,58); }
td.TdClassName
{
border-color: #7E0F3A;
}
.TagClassName
{
border-color: #7E0F3A;
}
</style>