Shades of Pompadour #721146
Tints of Pompadour #721146
RGB
CMYK
RGB Variations
Color information
#721146 (or 0x721146) is known color: Pompadour. HEX triplet: 72, 11 and 46. RGB value is (114,17,70). Sum of RGB (Red+Green+Blue) = 114+17+70=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721146 is #8DEEB9. Grayscale: #333333. Windows color (decimal): -9301690 or 4591986. OLE color: 4591986.
HSL color Cylindrical-coordinate representation of color #721146: hue angle of 327.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721146 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 70 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.55 |
| HSL | 327.22º | 0.74% | 0.26% | - |
| HSV(B) | 327.22º | 0.85% | 0.45% | - |
| XYZ | 8.25 | 4.42 | 6.21 | - |
| YUV | 52.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 70 | 0 | 0.85 | 0.39 | 0.55 | 327.22 | 0.74 | 0.26 |
| Hex | 72 | 11 | 46 | 0 | 55 | 27 | 37 | 147 | 4A | 1A |
| Octal | 162 | 21 | 106 | 0 | 125 | 47 | 67 | 507 | 112 | 32 |
| Binary | 1110010 | 10001 | 1000110 | 0 | 1010101 | 100111 | 110111 | 101000111 | 1001010 | 11010 |
Color Harmonies of #721146
Complementary color
Monochromatic Colors of #721146
Black with #721146
Text Example
Text Example
White with #721146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721146; }
p { color: rgb(114,17,70); }
H1.HeaderClassName
{
color: #721146;
}
.AnyTagClassName
{
color: #721146;
}
</style>
background-color css
<style>
a { background-color: #721146; }
a { background-color: rgb(114,17,70); }
div.DivClassName
{
background-color: #721146;
}
.BgClassName
{
background-color: #721146;
}
</style>
border-color css
<style>
span { border-color: #721146; }
span { border-color: rgb(114,17,70); }
td.TdClassName
{
border-color: #721146;
}
.TagClassName
{
border-color: #721146;
}
</style>