Shades of Pompadour #721D47
Tints of Pompadour #721D47
RGB
CMYK
RGB Variations
Color information
#721D47 (or 0x721D47) is known color: Pompadour. HEX triplet: 72, 1D and 47. RGB value is (114,29,71). Sum of RGB (Red+Green+Blue) = 114+29+71=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #721D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D47 is #8DE2B8. Grayscale: #3B3B3B. Windows color (decimal): -9298617 or 4660594. OLE color: 4660594.
HSL color Cylindrical-coordinate representation of color #721D47: hue angle of 330.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D47 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 71 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.55 |
| HSL | 330.35º | 0.59% | 0.28% | - |
| HSV(B) | 330.35º | 0.75% | 0.45% | - |
| XYZ | 8.52 | 4.91 | 6.46 | - |
| YUV | 59.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 71 | 0 | 0.75 | 0.38 | 0.55 | 330.35 | 0.59 | 0.28 |
| Hex | 72 | 1D | 47 | 0 | 4B | 26 | 37 | 14A | 3B | 1C |
| Octal | 162 | 35 | 107 | 0 | 113 | 46 | 67 | 512 | 73 | 34 |
| Binary | 1110010 | 11101 | 1000111 | 0 | 1001011 | 100110 | 110111 | 101001010 | 111011 | 11100 |
Color Harmonies of #721D47
Complementary color
Monochromatic Colors of #721D47
Black with #721D47
Text Example
Text Example
White with #721D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D47; }
p { color: rgb(114,29,71); }
H1.HeaderClassName
{
color: #721D47;
}
.AnyTagClassName
{
color: #721D47;
}
</style>
background-color css
<style>
a { background-color: #721D47; }
a { background-color: rgb(114,29,71); }
div.DivClassName
{
background-color: #721D47;
}
.BgClassName
{
background-color: #721D47;
}
</style>
border-color css
<style>
span { border-color: #721D47; }
span { border-color: rgb(114,29,71); }
td.TdClassName
{
border-color: #721D47;
}
.TagClassName
{
border-color: #721D47;
}
</style>