Shades of Pompadour #7E153D
Tints of Pompadour #7E153D
RGB
CMYK
RGB Variations
Color information
#7E153D (or 0x7E153D) is known color: Pompadour. HEX triplet: 7E, 15 and 3D. RGB value is (126,21,61). Sum of RGB (Red+Green+Blue) = 126+21+61=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E153D is #81EAC2. Grayscale: #383838. Windows color (decimal): -8514243 or 4003198. OLE color: 4003198.
HSL color Cylindrical-coordinate representation of color #7E153D: hue angle of 337.14º 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 #7E153D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 61 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.51 |
| HSL | 337.14º | 0.71% | 0.29% | - |
| HSV(B) | 337.14º | 0.83% | 0.49% | - |
| XYZ | 9.71 | 5.31 | 4.93 | - |
| YUV | 56.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 61 | 0 | 0.83 | 0.52 | 0.51 | 337.14 | 0.71 | 0.29 |
| Hex | 7E | 15 | 3D | 0 | 53 | 34 | 33 | 151 | 47 | 1D |
| Octal | 176 | 25 | 75 | 0 | 123 | 64 | 63 | 521 | 107 | 35 |
| Binary | 1111110 | 10101 | 111101 | 0 | 1010011 | 110100 | 110011 | 101010001 | 1000111 | 11101 |
Color Harmonies of #7E153D
Complementary color
Monochromatic Colors of #7E153D
Black with #7E153D
Text Example
Text Example
White with #7E153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E153D; }
p { color: rgb(126,21,61); }
H1.HeaderClassName
{
color: #7E153D;
}
.AnyTagClassName
{
color: #7E153D;
}
</style>
background-color css
<style>
a { background-color: #7E153D; }
a { background-color: rgb(126,21,61); }
div.DivClassName
{
background-color: #7E153D;
}
.BgClassName
{
background-color: #7E153D;
}
</style>
border-color css
<style>
span { border-color: #7E153D; }
span { border-color: rgb(126,21,61); }
td.TdClassName
{
border-color: #7E153D;
}
.TagClassName
{
border-color: #7E153D;
}
</style>