Shades of Pompadour #7E174B
Tints of Pompadour #7E174B
RGB
CMYK
RGB Variations
Color information
#7E174B (or 0x7E174B) is known color: Pompadour. HEX triplet: 7E, 17 and 4B. RGB value is (126,23,75). Sum of RGB (Red+Green+Blue) = 126+23+75=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E174B is #81E8B4. Grayscale: #3B3B3B. Windows color (decimal): -8513717 or 4921214. OLE color: 4921214.
HSL color Cylindrical-coordinate representation of color #7E174B: hue angle of 329.71º 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 #7E174B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 75 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.51 |
| HSL | 329.71º | 0.69% | 0.29% | - |
| HSV(B) | 329.71º | 0.82% | 0.49% | - |
| XYZ | 10.18 | 5.56 | 7.19 | - |
| YUV | 59.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 75 | 0 | 0.82 | 0.40 | 0.51 | 329.71 | 0.69 | 0.29 |
| Hex | 7E | 17 | 4B | 0 | 52 | 28 | 33 | 14A | 45 | 1D |
| Octal | 176 | 27 | 113 | 0 | 122 | 50 | 63 | 512 | 105 | 35 |
| Binary | 1111110 | 10111 | 1001011 | 0 | 1010010 | 101000 | 110011 | 101001010 | 1000101 | 11101 |
Color Harmonies of #7E174B
Complementary color
Monochromatic Colors of #7E174B
Black with #7E174B
Text Example
Text Example
White with #7E174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E174B; }
p { color: rgb(126,23,75); }
H1.HeaderClassName
{
color: #7E174B;
}
.AnyTagClassName
{
color: #7E174B;
}
</style>
background-color css
<style>
a { background-color: #7E174B; }
a { background-color: rgb(126,23,75); }
div.DivClassName
{
background-color: #7E174B;
}
.BgClassName
{
background-color: #7E174B;
}
</style>
border-color css
<style>
span { border-color: #7E174B; }
span { border-color: rgb(126,23,75); }
td.TdClassName
{
border-color: #7E174B;
}
.TagClassName
{
border-color: #7E174B;
}
</style>