Shades of Pompadour #721C4E
Tints of Pompadour #721C4E
RGB
CMYK
RGB Variations
Color information
#721C4E (or 0x721C4E) is known color: Pompadour. HEX triplet: 72, 1C and 4E. RGB value is (114,28,78). Sum of RGB (Red+Green+Blue) = 114+28+78=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C4E is #8DE3B1. Grayscale: #3B3B3B. Windows color (decimal): -9298866 or 5119090. OLE color: 5119090.
HSL color Cylindrical-coordinate representation of color #721C4E: hue angle of 325.12º degrees, saturation: 0.61, 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 #721C4E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 78 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.55 |
| HSL | 325.12º | 0.61% | 0.28% | - |
| HSV(B) | 325.12º | 0.75% | 0.45% | - |
| XYZ | 8.73 | 4.96 | 7.7 | - |
| YUV | 59.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 78 | 0 | 0.75 | 0.32 | 0.55 | 325.12 | 0.61 | 0.28 |
| Hex | 72 | 1C | 4E | 0 | 4B | 20 | 37 | 145 | 3D | 1C |
| Octal | 162 | 34 | 116 | 0 | 113 | 40 | 67 | 505 | 75 | 34 |
| Binary | 1110010 | 11100 | 1001110 | 0 | 1001011 | 100000 | 110111 | 101000101 | 111101 | 11100 |
Color Harmonies of #721C4E
Complementary color
Monochromatic Colors of #721C4E
Black with #721C4E
Text Example
Text Example
White with #721C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C4E; }
p { color: rgb(114,28,78); }
H1.HeaderClassName
{
color: #721C4E;
}
.AnyTagClassName
{
color: #721C4E;
}
</style>
background-color css
<style>
a { background-color: #721C4E; }
a { background-color: rgb(114,28,78); }
div.DivClassName
{
background-color: #721C4E;
}
.BgClassName
{
background-color: #721C4E;
}
</style>
border-color css
<style>
span { border-color: #721C4E; }
span { border-color: rgb(114,28,78); }
td.TdClassName
{
border-color: #721C4E;
}
.TagClassName
{
border-color: #721C4E;
}
</style>