Shades of Pompadour #720F40
Tints of Pompadour #720F40
RGB
CMYK
RGB Variations
Color information
#720F40 (or 0x720F40) is known color: Pompadour. HEX triplet: 72, 0F and 40. RGB value is (114,15,64). Sum of RGB (Red+Green+Blue) = 114+15+64=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F40 is #8DF0BF. Grayscale: #323232. Windows color (decimal): -9302208 or 4198258. OLE color: 4198258.
HSL color Cylindrical-coordinate representation of color #720F40: hue angle of 330.3º 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 #720F40 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 64 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.55 |
| HSL | 330.3º | 0.77% | 0.25% | - |
| HSV(B) | 330.3º | 0.87% | 0.45% | - |
| XYZ | 8.04 | 4.29 | 5.25 | - |
| YUV | 50.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 64 | 0 | 0.87 | 0.44 | 0.55 | 330.3 | 0.77 | 0.25 |
| Hex | 72 | F | 40 | 0 | 57 | 2C | 37 | 14A | 4D | 19 |
| Octal | 162 | 17 | 100 | 0 | 127 | 54 | 67 | 512 | 115 | 31 |
| Binary | 1110010 | 1111 | 1000000 | 0 | 1010111 | 101100 | 110111 | 101001010 | 1001101 | 11001 |
Color Harmonies of #720F40
Complementary color
Monochromatic Colors of #720F40
Black with #720F40
Text Example
Text Example
White with #720F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F40; }
p { color: rgb(114,15,64); }
H1.HeaderClassName
{
color: #720F40;
}
.AnyTagClassName
{
color: #720F40;
}
</style>
background-color css
<style>
a { background-color: #720F40; }
a { background-color: rgb(114,15,64); }
div.DivClassName
{
background-color: #720F40;
}
.BgClassName
{
background-color: #720F40;
}
</style>
border-color css
<style>
span { border-color: #720F40; }
span { border-color: rgb(114,15,64); }
td.TdClassName
{
border-color: #720F40;
}
.TagClassName
{
border-color: #720F40;
}
</style>