Shades of Pompadour #720F42
Tints of Pompadour #720F42
RGB
CMYK
RGB Variations
Color information
#720F42 (or 0x720F42) is known color: Pompadour. HEX triplet: 72, 0F and 42. RGB value is (114,15,66). Sum of RGB (Red+Green+Blue) = 114+15+66=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #720F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F42 is #8DF0BD. Grayscale: #323232. Windows color (decimal): -9302206 or 4329330. OLE color: 4329330.
HSL color Cylindrical-coordinate representation of color #720F42: hue angle of 329.09º 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 #720F42 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 66 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.55 |
| HSL | 329.09º | 0.77% | 0.25% | - |
| HSV(B) | 329.09º | 0.87% | 0.45% | - |
| XYZ | 8.09 | 4.31 | 5.56 | - |
| YUV | 50.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 66 | 0 | 0.87 | 0.42 | 0.55 | 329.09 | 0.77 | 0.25 |
| Hex | 72 | F | 42 | 0 | 57 | 2A | 37 | 149 | 4D | 19 |
| Octal | 162 | 17 | 102 | 0 | 127 | 52 | 67 | 511 | 115 | 31 |
| Binary | 1110010 | 1111 | 1000010 | 0 | 1010111 | 101010 | 110111 | 101001001 | 1001101 | 11001 |
Color Harmonies of #720F42
Complementary color
Monochromatic Colors of #720F42
Black with #720F42
Text Example
Text Example
White with #720F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F42; }
p { color: rgb(114,15,66); }
H1.HeaderClassName
{
color: #720F42;
}
.AnyTagClassName
{
color: #720F42;
}
</style>
background-color css
<style>
a { background-color: #720F42; }
a { background-color: rgb(114,15,66); }
div.DivClassName
{
background-color: #720F42;
}
.BgClassName
{
background-color: #720F42;
}
</style>
border-color css
<style>
span { border-color: #720F42; }
span { border-color: rgb(114,15,66); }
td.TdClassName
{
border-color: #720F42;
}
.TagClassName
{
border-color: #720F42;
}
</style>