Shades of Pompadour #721D55
Tints of Pompadour #721D55
RGB
CMYK
RGB Variations
Color information
#721D55 (or 0x721D55) is known color: Pompadour. HEX triplet: 72, 1D and 55. RGB value is (114,29,85). Sum of RGB (Red+Green+Blue) = 114+29+85=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #721D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D55 is #8DE2AA. Grayscale: #3C3C3C. Windows color (decimal): -9298603 or 5578098. OLE color: 5578098.
HSL color Cylindrical-coordinate representation of color #721D55: hue angle of 320.47º 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 #721D55 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 85 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.55 |
| HSL | 320.47º | 0.59% | 0.28% | - |
| HSV(B) | 320.47º | 0.75% | 0.45% | - |
| XYZ | 9.02 | 5.11 | 9.11 | - |
| YUV | 60.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 85 | 0 | 0.75 | 0.25 | 0.55 | 320.47 | 0.59 | 0.28 |
| Hex | 72 | 1D | 55 | 0 | 4B | 19 | 37 | 140 | 3B | 1C |
| Octal | 162 | 35 | 125 | 0 | 113 | 31 | 67 | 500 | 73 | 34 |
| Binary | 1110010 | 11101 | 1010101 | 0 | 1001011 | 11001 | 110111 | 101000000 | 111011 | 11100 |
Color Harmonies of #721D55
Complementary color
Monochromatic Colors of #721D55
Black with #721D55
Text Example
Text Example
White with #721D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D55; }
p { color: rgb(114,29,85); }
H1.HeaderClassName
{
color: #721D55;
}
.AnyTagClassName
{
color: #721D55;
}
</style>
background-color css
<style>
a { background-color: #721D55; }
a { background-color: rgb(114,29,85); }
div.DivClassName
{
background-color: #721D55;
}
.BgClassName
{
background-color: #721D55;
}
</style>
border-color css
<style>
span { border-color: #721D55; }
span { border-color: rgb(114,29,85); }
td.TdClassName
{
border-color: #721D55;
}
.TagClassName
{
border-color: #721D55;
}
</style>