Shades of Pompadour #721E47
Tints of Pompadour #721E47
RGB
CMYK
RGB Variations
Color information
#721E47 (or 0x721E47) is known color: Pompadour. HEX triplet: 72, 1E and 47. RGB value is (114,30,71). Sum of RGB (Red+Green+Blue) = 114+30+71=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E47 is #8DE1B8. Grayscale: #3B3B3B. Windows color (decimal): -9298361 or 4660850. OLE color: 4660850.
HSL color Cylindrical-coordinate representation of color #721E47: hue angle of 330.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E47 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 71 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.55 |
| HSL | 330.71º | 0.58% | 0.28% | - |
| HSV(B) | 330.71º | 0.74% | 0.45% | - |
| XYZ | 8.54 | 4.96 | 6.47 | - |
| YUV | 59.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 71 | 0 | 0.74 | 0.38 | 0.55 | 330.71 | 0.58 | 0.28 |
| Hex | 72 | 1E | 47 | 0 | 4A | 26 | 37 | 14B | 3A | 1C |
| Octal | 162 | 36 | 107 | 0 | 112 | 46 | 67 | 513 | 72 | 34 |
| Binary | 1110010 | 11110 | 1000111 | 0 | 1001010 | 100110 | 110111 | 101001011 | 111010 | 11100 |
Color Harmonies of #721E47
Complementary color
Monochromatic Colors of #721E47
Black with #721E47
Text Example
Text Example
White with #721E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E47; }
p { color: rgb(114,30,71); }
H1.HeaderClassName
{
color: #721E47;
}
.AnyTagClassName
{
color: #721E47;
}
</style>
background-color css
<style>
a { background-color: #721E47; }
a { background-color: rgb(114,30,71); }
div.DivClassName
{
background-color: #721E47;
}
.BgClassName
{
background-color: #721E47;
}
</style>
border-color css
<style>
span { border-color: #721E47; }
span { border-color: rgb(114,30,71); }
td.TdClassName
{
border-color: #721E47;
}
.TagClassName
{
border-color: #721E47;
}
</style>