Shades of Pompadour #7E174A
Tints of Pompadour #7E174A
RGB
CMYK
RGB Variations
Color information
#7E174A (or 0x7E174A) is known color: Pompadour. HEX triplet: 7E, 17 and 4A. RGB value is (126,23,74). Sum of RGB (Red+Green+Blue) = 126+23+74=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E174A is #81E8B5. Grayscale: #3B3B3B. Windows color (decimal): -8513718 or 4855678. OLE color: 4855678.
HSL color Cylindrical-coordinate representation of color #7E174A: hue angle of 330.29º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E174A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 74 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.51 |
| HSL | 330.29º | 0.69% | 0.29% | - |
| HSV(B) | 330.29º | 0.82% | 0.49% | - |
| XYZ | 10.15 | 5.54 | 7.01 | - |
| YUV | 59.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 74 | 0 | 0.82 | 0.41 | 0.51 | 330.29 | 0.69 | 0.29 |
| Hex | 7E | 17 | 4A | 0 | 52 | 29 | 33 | 14A | 45 | 1D |
| Octal | 176 | 27 | 112 | 0 | 122 | 51 | 63 | 512 | 105 | 35 |
| Binary | 1111110 | 10111 | 1001010 | 0 | 1010010 | 101001 | 110011 | 101001010 | 1000101 | 11101 |
Color Harmonies of #7E174A
Complementary color
Monochromatic Colors of #7E174A
Black with #7E174A
Text Example
Text Example
White with #7E174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E174A; }
p { color: rgb(126,23,74); }
H1.HeaderClassName
{
color: #7E174A;
}
.AnyTagClassName
{
color: #7E174A;
}
</style>
background-color css
<style>
a { background-color: #7E174A; }
a { background-color: rgb(126,23,74); }
div.DivClassName
{
background-color: #7E174A;
}
.BgClassName
{
background-color: #7E174A;
}
</style>
border-color css
<style>
span { border-color: #7E174A; }
span { border-color: rgb(126,23,74); }
td.TdClassName
{
border-color: #7E174A;
}
.TagClassName
{
border-color: #7E174A;
}
</style>