Shades of Pompadour #7E153E
Tints of Pompadour #7E153E
RGB
CMYK
RGB Variations
Color information
#7E153E (or 0x7E153E) is known color: Pompadour. HEX triplet: 7E, 15 and 3E. RGB value is (126,21,62). Sum of RGB (Red+Green+Blue) = 126+21+62=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E153E is #81EAC1. Grayscale: #393939. Windows color (decimal): -8514242 or 4068734. OLE color: 4068734.
HSL color Cylindrical-coordinate representation of color #7E153E: hue angle of 336.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E153E is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 62 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.51 |
| HSL | 336.57º | 0.71% | 0.29% | - |
| HSV(B) | 336.57º | 0.83% | 0.49% | - |
| XYZ | 9.74 | 5.32 | 5.07 | - |
| YUV | 57.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 62 | 0 | 0.83 | 0.51 | 0.51 | 336.57 | 0.71 | 0.29 |
| Hex | 7E | 15 | 3E | 0 | 53 | 33 | 33 | 151 | 47 | 1D |
| Octal | 176 | 25 | 76 | 0 | 123 | 63 | 63 | 521 | 107 | 35 |
| Binary | 1111110 | 10101 | 111110 | 0 | 1010011 | 110011 | 110011 | 101010001 | 1000111 | 11101 |
Color Harmonies of #7E153E
Complementary color
Monochromatic Colors of #7E153E
Black with #7E153E
Text Example
Text Example
White with #7E153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E153E; }
p { color: rgb(126,21,62); }
H1.HeaderClassName
{
color: #7E153E;
}
.AnyTagClassName
{
color: #7E153E;
}
</style>
background-color css
<style>
a { background-color: #7E153E; }
a { background-color: rgb(126,21,62); }
div.DivClassName
{
background-color: #7E153E;
}
.BgClassName
{
background-color: #7E153E;
}
</style>
border-color css
<style>
span { border-color: #7E153E; }
span { border-color: rgb(126,21,62); }
td.TdClassName
{
border-color: #7E153E;
}
.TagClassName
{
border-color: #7E153E;
}
</style>