Shades of Pompadour #7D1446
Tints of Pompadour #7D1446
RGB
CMYK
RGB Variations
Color information
#7D1446 (or 0x7D1446) is known color: Pompadour. HEX triplet: 7D, 14 and 46. RGB value is (125,20,70). Sum of RGB (Red+Green+Blue) = 125+20+70=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1446 is #82EBB9. Grayscale: #393939. Windows color (decimal): -8580026 or 4592765. OLE color: 4592765.
HSL color Cylindrical-coordinate representation of color #7D1446: hue angle of 331.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1446 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 70 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.51 |
| HSL | 331.43º | 0.72% | 0.28% | - |
| HSV(B) | 331.43º | 0.84% | 0.49% | - |
| XYZ | 9.81 | 5.3 | 6.3 | - |
| YUV | 57.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 70 | 0 | 0.84 | 0.44 | 0.51 | 331.43 | 0.72 | 0.28 |
| Hex | 7D | 14 | 46 | 0 | 54 | 2C | 33 | 14B | 48 | 1C |
| Octal | 175 | 24 | 106 | 0 | 124 | 54 | 63 | 513 | 110 | 34 |
| Binary | 1111101 | 10100 | 1000110 | 0 | 1010100 | 101100 | 110011 | 101001011 | 1001000 | 11100 |
Color Harmonies of #7D1446
Complementary color
Monochromatic Colors of #7D1446
Black with #7D1446
Text Example
Text Example
White with #7D1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1446; }
p { color: rgb(125,20,70); }
H1.HeaderClassName
{
color: #7D1446;
}
.AnyTagClassName
{
color: #7D1446;
}
</style>
background-color css
<style>
a { background-color: #7D1446; }
a { background-color: rgb(125,20,70); }
div.DivClassName
{
background-color: #7D1446;
}
.BgClassName
{
background-color: #7D1446;
}
</style>
border-color css
<style>
span { border-color: #7D1446; }
span { border-color: rgb(125,20,70); }
td.TdClassName
{
border-color: #7D1446;
}
.TagClassName
{
border-color: #7D1446;
}
</style>