Shades of Pompadour #720F41
Tints of Pompadour #720F41
RGB
CMYK
RGB Variations
Color information
#720F41 (or 0x720F41) is known color: Pompadour. HEX triplet: 72, 0F and 41. RGB value is (114,15,65). Sum of RGB (Red+Green+Blue) = 114+15+65=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #720F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F41 is #8DF0BE. Grayscale: #323232. Windows color (decimal): -9302207 or 4263794. OLE color: 4263794.
HSL color Cylindrical-coordinate representation of color #720F41: hue angle of 329.7º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F41 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 65 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.55 |
| HSL | 329.7º | 0.77% | 0.25% | - |
| HSV(B) | 329.7º | 0.87% | 0.45% | - |
| XYZ | 8.06 | 4.3 | 5.41 | - |
| YUV | 50.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 65 | 0 | 0.87 | 0.43 | 0.55 | 329.7 | 0.77 | 0.25 |
| Hex | 72 | F | 41 | 0 | 57 | 2B | 37 | 14A | 4D | 19 |
| Octal | 162 | 17 | 101 | 0 | 127 | 53 | 67 | 512 | 115 | 31 |
| Binary | 1110010 | 1111 | 1000001 | 0 | 1010111 | 101011 | 110111 | 101001010 | 1001101 | 11001 |
Color Harmonies of #720F41
Complementary color
Monochromatic Colors of #720F41
Black with #720F41
Text Example
Text Example
White with #720F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F41; }
p { color: rgb(114,15,65); }
H1.HeaderClassName
{
color: #720F41;
}
.AnyTagClassName
{
color: #720F41;
}
</style>
background-color css
<style>
a { background-color: #720F41; }
a { background-color: rgb(114,15,65); }
div.DivClassName
{
background-color: #720F41;
}
.BgClassName
{
background-color: #720F41;
}
</style>
border-color css
<style>
span { border-color: #720F41; }
span { border-color: rgb(114,15,65); }
td.TdClassName
{
border-color: #720F41;
}
.TagClassName
{
border-color: #720F41;
}
</style>