Shades of Pompadour #7E183E
Tints of Pompadour #7E183E
RGB
CMYK
RGB Variations
Color information
#7E183E (or 0x7E183E) is known color: Pompadour. HEX triplet: 7E, 18 and 3E. RGB value is (126,24,62). Sum of RGB (Red+Green+Blue) = 126+24+62=212 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.43% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 126 - color contains mainly: red. Hex color #7E183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E183E is #81E7C1. Grayscale: #3A3A3A. Windows color (decimal): -8513474 or 4069502. OLE color: 4069502.
HSL color Cylindrical-coordinate representation of color #7E183E: hue angle of 337.65º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E183E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 62 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.51 |
| HSL | 337.65º | 0.68% | 0.29% | - |
| HSV(B) | 337.65º | 0.81% | 0.49% | - |
| XYZ | 9.8 | 5.44 | 5.09 | - |
| YUV | 58.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 62 | 0 | 0.81 | 0.51 | 0.51 | 337.65 | 0.68 | 0.29 |
| Hex | 7E | 18 | 3E | 0 | 51 | 33 | 33 | 152 | 44 | 1D |
| Octal | 176 | 30 | 76 | 0 | 121 | 63 | 63 | 522 | 104 | 35 |
| Binary | 1111110 | 11000 | 111110 | 0 | 1010001 | 110011 | 110011 | 101010010 | 1000100 | 11101 |
Color Harmonies of #7E183E
Complementary color
Monochromatic Colors of #7E183E
Black with #7E183E
Text Example
Text Example
White with #7E183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E183E; }
p { color: rgb(126,24,62); }
H1.HeaderClassName
{
color: #7E183E;
}
.AnyTagClassName
{
color: #7E183E;
}
</style>
background-color css
<style>
a { background-color: #7E183E; }
a { background-color: rgb(126,24,62); }
div.DivClassName
{
background-color: #7E183E;
}
.BgClassName
{
background-color: #7E183E;
}
</style>
border-color css
<style>
span { border-color: #7E183E; }
span { border-color: rgb(126,24,62); }
td.TdClassName
{
border-color: #7E183E;
}
.TagClassName
{
border-color: #7E183E;
}
</style>