Shades of Pompadour #721D4E
Tints of Pompadour #721D4E
RGB
CMYK
RGB Variations
Color information
#721D4E (or 0x721D4E) is known color: Pompadour. HEX triplet: 72, 1D and 4E. RGB value is (114,29,78). Sum of RGB (Red+Green+Blue) = 114+29+78=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D4E is #8DE2B1. Grayscale: #3B3B3B. Windows color (decimal): -9298610 or 5119346. OLE color: 5119346.
HSL color Cylindrical-coordinate representation of color #721D4E: hue angle of 325.41º 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 #721D4E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 78 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.55 |
| HSL | 325.41º | 0.59% | 0.28% | - |
| HSV(B) | 325.41º | 0.75% | 0.45% | - |
| XYZ | 8.75 | 5.01 | 7.71 | - |
| YUV | 60 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 78 | 0 | 0.75 | 0.32 | 0.55 | 325.41 | 0.59 | 0.28 |
| Hex | 72 | 1D | 4E | 0 | 4B | 20 | 37 | 145 | 3B | 1C |
| Octal | 162 | 35 | 116 | 0 | 113 | 40 | 67 | 505 | 73 | 34 |
| Binary | 1110010 | 11101 | 1001110 | 0 | 1001011 | 100000 | 110111 | 101000101 | 111011 | 11100 |
Color Harmonies of #721D4E
Complementary color
Monochromatic Colors of #721D4E
Black with #721D4E
Text Example
Text Example
White with #721D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D4E; }
p { color: rgb(114,29,78); }
H1.HeaderClassName
{
color: #721D4E;
}
.AnyTagClassName
{
color: #721D4E;
}
</style>
background-color css
<style>
a { background-color: #721D4E; }
a { background-color: rgb(114,29,78); }
div.DivClassName
{
background-color: #721D4E;
}
.BgClassName
{
background-color: #721D4E;
}
</style>
border-color css
<style>
span { border-color: #721D4E; }
span { border-color: rgb(114,29,78); }
td.TdClassName
{
border-color: #721D4E;
}
.TagClassName
{
border-color: #721D4E;
}
</style>