Shades of Pompadour #721D40
Tints of Pompadour #721D40
RGB
CMYK
RGB Variations
Color information
#721D40 (or 0x721D40) is known color: Pompadour. HEX triplet: 72, 1D and 40. RGB value is (114,29,64). Sum of RGB (Red+Green+Blue) = 114+29+64=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #721D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D40 is #8DE2BF. Grayscale: #3A3A3A. Windows color (decimal): -9298624 or 4201842. OLE color: 4201842.
HSL color Cylindrical-coordinate representation of color #721D40: hue angle of 335.29º 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 #721D40 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 64 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.55 |
| HSL | 335.29º | 0.59% | 0.28% | - |
| HSV(B) | 335.29º | 0.75% | 0.45% | - |
| XYZ | 8.3 | 4.83 | 5.34 | - |
| YUV | 58.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 64 | 0 | 0.75 | 0.44 | 0.55 | 335.29 | 0.59 | 0.28 |
| Hex | 72 | 1D | 40 | 0 | 4B | 2C | 37 | 14F | 3B | 1C |
| Octal | 162 | 35 | 100 | 0 | 113 | 54 | 67 | 517 | 73 | 34 |
| Binary | 1110010 | 11101 | 1000000 | 0 | 1001011 | 101100 | 110111 | 101001111 | 111011 | 11100 |
Color Harmonies of #721D40
Complementary color
Monochromatic Colors of #721D40
Black with #721D40
Text Example
Text Example
White with #721D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D40; }
p { color: rgb(114,29,64); }
H1.HeaderClassName
{
color: #721D40;
}
.AnyTagClassName
{
color: #721D40;
}
</style>
background-color css
<style>
a { background-color: #721D40; }
a { background-color: rgb(114,29,64); }
div.DivClassName
{
background-color: #721D40;
}
.BgClassName
{
background-color: #721D40;
}
</style>
border-color css
<style>
span { border-color: #721D40; }
span { border-color: rgb(114,29,64); }
td.TdClassName
{
border-color: #721D40;
}
.TagClassName
{
border-color: #721D40;
}
</style>