Shades of Pompadour #7D154B
Tints of Pompadour #7D154B
RGB
CMYK
RGB Variations
Color information
#7D154B (or 0x7D154B) is known color: Pompadour. HEX triplet: 7D, 15 and 4B. RGB value is (125,21,75). Sum of RGB (Red+Green+Blue) = 125+21+75=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D154B is #82EAB4. Grayscale: #3A3A3A. Windows color (decimal): -8579765 or 4920701. OLE color: 4920701.
HSL color Cylindrical-coordinate representation of color #7D154B: hue angle of 328.85º 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 #7D154B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 75 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.51 |
| HSL | 328.85º | 0.71% | 0.29% | - |
| HSV(B) | 328.85º | 0.83% | 0.49% | - |
| XYZ | 10 | 5.4 | 7.17 | - |
| YUV | 58.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 75 | 0 | 0.83 | 0.40 | 0.51 | 328.85 | 0.71 | 0.29 |
| Hex | 7D | 15 | 4B | 0 | 53 | 28 | 33 | 149 | 47 | 1D |
| Octal | 175 | 25 | 113 | 0 | 123 | 50 | 63 | 511 | 107 | 35 |
| Binary | 1111101 | 10101 | 1001011 | 0 | 1010011 | 101000 | 110011 | 101001001 | 1000111 | 11101 |
Color Harmonies of #7D154B
Complementary color
Monochromatic Colors of #7D154B
Black with #7D154B
Text Example
Text Example
White with #7D154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D154B; }
p { color: rgb(125,21,75); }
H1.HeaderClassName
{
color: #7D154B;
}
.AnyTagClassName
{
color: #7D154B;
}
</style>
background-color css
<style>
a { background-color: #7D154B; }
a { background-color: rgb(125,21,75); }
div.DivClassName
{
background-color: #7D154B;
}
.BgClassName
{
background-color: #7D154B;
}
</style>
border-color css
<style>
span { border-color: #7D154B; }
span { border-color: rgb(125,21,75); }
td.TdClassName
{
border-color: #7D154B;
}
.TagClassName
{
border-color: #7D154B;
}
</style>