Shades of Pompadour #7E1B3F
Tints of Pompadour #7E1B3F
RGB
CMYK
RGB Variations
Color information
#7E1B3F (or 0x7E1B3F) is known color: Pompadour. HEX triplet: 7E, 1B and 3F. RGB value is (126,27,63). Sum of RGB (Red+Green+Blue) = 126+27+63=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1B3F is #81E4C0. Grayscale: #3C3C3C. Windows color (decimal): -8512705 or 4135806. OLE color: 4135806.
HSL color Cylindrical-coordinate representation of color #7E1B3F: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1B3F is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 27 | 63 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.51 |
| HSL | 338.18º | 0.65% | 0.3% | - |
| HSV(B) | 338.18º | 0.79% | 0.49% | - |
| XYZ | 9.89 | 5.58 | 5.26 | - |
| YUV | 60.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 63 | 0 | 0.79 | 0.50 | 0.51 | 338.18 | 0.65 | 0.3 |
| Hex | 7E | 1B | 3F | 0 | 4F | 32 | 33 | 152 | 41 | 1E |
| Octal | 176 | 33 | 77 | 0 | 117 | 62 | 63 | 522 | 101 | 36 |
| Binary | 1111110 | 11011 | 111111 | 0 | 1001111 | 110010 | 110011 | 101010010 | 1000001 | 11110 |
Color Harmonies of #7E1B3F
Complementary color
Monochromatic Colors of #7E1B3F
Black with #7E1B3F
Text Example
Text Example
White with #7E1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1B3F; }
p { color: rgb(126,27,63); }
H1.HeaderClassName
{
color: #7E1B3F;
}
.AnyTagClassName
{
color: #7E1B3F;
}
</style>
background-color css
<style>
a { background-color: #7E1B3F; }
a { background-color: rgb(126,27,63); }
div.DivClassName
{
background-color: #7E1B3F;
}
.BgClassName
{
background-color: #7E1B3F;
}
</style>
border-color css
<style>
span { border-color: #7E1B3F; }
span { border-color: rgb(126,27,63); }
td.TdClassName
{
border-color: #7E1B3F;
}
.TagClassName
{
border-color: #7E1B3F;
}
</style>