Shades of Pompadour #7D154A
Tints of Pompadour #7D154A
RGB
CMYK
RGB Variations
Color information
#7D154A (or 0x7D154A) is known color: Pompadour. HEX triplet: 7D, 15 and 4A. RGB value is (125,21,74). Sum of RGB (Red+Green+Blue) = 125+21+74=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D154A is #82EAB5. Grayscale: #3A3A3A. Windows color (decimal): -8579766 or 4855165. OLE color: 4855165.
HSL color Cylindrical-coordinate representation of color #7D154A: hue angle of 329.42º 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 #7D154A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 74 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.51 |
| HSL | 329.42º | 0.71% | 0.29% | - |
| HSV(B) | 329.42º | 0.83% | 0.49% | - |
| XYZ | 9.96 | 5.39 | 6.99 | - |
| YUV | 58.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 74 | 0 | 0.83 | 0.41 | 0.51 | 329.42 | 0.71 | 0.29 |
| Hex | 7D | 15 | 4A | 0 | 53 | 29 | 33 | 149 | 47 | 1D |
| Octal | 175 | 25 | 112 | 0 | 123 | 51 | 63 | 511 | 107 | 35 |
| Binary | 1111101 | 10101 | 1001010 | 0 | 1010011 | 101001 | 110011 | 101001001 | 1000111 | 11101 |
Color Harmonies of #7D154A
Complementary color
Monochromatic Colors of #7D154A
Black with #7D154A
Text Example
Text Example
White with #7D154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D154A; }
p { color: rgb(125,21,74); }
H1.HeaderClassName
{
color: #7D154A;
}
.AnyTagClassName
{
color: #7D154A;
}
</style>
background-color css
<style>
a { background-color: #7D154A; }
a { background-color: rgb(125,21,74); }
div.DivClassName
{
background-color: #7D154A;
}
.BgClassName
{
background-color: #7D154A;
}
</style>
border-color css
<style>
span { border-color: #7D154A; }
span { border-color: rgb(125,21,74); }
td.TdClassName
{
border-color: #7D154A;
}
.TagClassName
{
border-color: #7D154A;
}
</style>