Shades of Pompadour #722142
Tints of Pompadour #722142
RGB
CMYK
RGB Variations
Color information
#722142 (or 0x722142) is known color: Pompadour. HEX triplet: 72, 21 and 42. RGB value is (114,33,66). Sum of RGB (Red+Green+Blue) = 114+33+66=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #722142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722142 is #8DDEBD. Grayscale: #3C3C3C. Windows color (decimal): -9297598 or 4333938. OLE color: 4333938.
HSL color Cylindrical-coordinate representation of color #722142: hue angle of 335.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722142 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 66 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.55 |
| HSL | 335.56º | 0.55% | 0.29% | - |
| HSV(B) | 335.56º | 0.71% | 0.45% | - |
| XYZ | 8.47 | 5.06 | 5.68 | - |
| YUV | 60.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 66 | 0 | 0.71 | 0.42 | 0.55 | 335.56 | 0.55 | 0.29 |
| Hex | 72 | 21 | 42 | 0 | 47 | 2A | 37 | 150 | 37 | 1D |
| Octal | 162 | 41 | 102 | 0 | 107 | 52 | 67 | 520 | 67 | 35 |
| Binary | 1110010 | 100001 | 1000010 | 0 | 1000111 | 101010 | 110111 | 101010000 | 110111 | 11101 |
Color Harmonies of #722142
Complementary color
Monochromatic Colors of #722142
Black with #722142
Text Example
Text Example
White with #722142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722142; }
p { color: rgb(114,33,66); }
H1.HeaderClassName
{
color: #722142;
}
.AnyTagClassName
{
color: #722142;
}
</style>
background-color css
<style>
a { background-color: #722142; }
a { background-color: rgb(114,33,66); }
div.DivClassName
{
background-color: #722142;
}
.BgClassName
{
background-color: #722142;
}
</style>
border-color css
<style>
span { border-color: #722142; }
span { border-color: rgb(114,33,66); }
td.TdClassName
{
border-color: #722142;
}
.TagClassName
{
border-color: #722142;
}
</style>