Shades of Pompadour #7D134A
Tints of Pompadour #7D134A
RGB
CMYK
RGB Variations
Color information
#7D134A (or 0x7D134A) is known color: Pompadour. HEX triplet: 7D, 13 and 4A. RGB value is (125,19,74). Sum of RGB (Red+Green+Blue) = 125+19+74=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D134A is #82ECB5. Grayscale: #383838. Windows color (decimal): -8580278 or 4854653. OLE color: 4854653.
HSL color Cylindrical-coordinate representation of color #7D134A: hue angle of 328.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D134A is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 74 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.51 |
| HSL | 328.87º | 0.74% | 0.28% | - |
| HSV(B) | 328.87º | 0.85% | 0.49% | - |
| XYZ | 9.93 | 5.32 | 6.98 | - |
| YUV | 56.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 74 | 0 | 0.85 | 0.41 | 0.51 | 328.87 | 0.74 | 0.28 |
| Hex | 7D | 13 | 4A | 0 | 55 | 29 | 33 | 149 | 4A | 1C |
| Octal | 175 | 23 | 112 | 0 | 125 | 51 | 63 | 511 | 112 | 34 |
| Binary | 1111101 | 10011 | 1001010 | 0 | 1010101 | 101001 | 110011 | 101001001 | 1001010 | 11100 |
Color Harmonies of #7D134A
Complementary color
Monochromatic Colors of #7D134A
Black with #7D134A
Text Example
Text Example
White with #7D134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D134A; }
p { color: rgb(125,19,74); }
H1.HeaderClassName
{
color: #7D134A;
}
.AnyTagClassName
{
color: #7D134A;
}
</style>
background-color css
<style>
a { background-color: #7D134A; }
a { background-color: rgb(125,19,74); }
div.DivClassName
{
background-color: #7D134A;
}
.BgClassName
{
background-color: #7D134A;
}
</style>
border-color css
<style>
span { border-color: #7D134A; }
span { border-color: rgb(125,19,74); }
td.TdClassName
{
border-color: #7D134A;
}
.TagClassName
{
border-color: #7D134A;
}
</style>