Shades of Pompadour #721242
Tints of Pompadour #721242
RGB
CMYK
RGB Variations
Color information
#721242 (or 0x721242) is known color: Pompadour. HEX triplet: 72, 12 and 42. RGB value is (114,18,66). Sum of RGB (Red+Green+Blue) = 114+18+66=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721242 is #8DEDBD. Grayscale: #343434. Windows color (decimal): -9301438 or 4330098. OLE color: 4330098.
HSL color Cylindrical-coordinate representation of color #721242: hue angle of 330º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721242 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 66 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.55 |
| HSL | 330º | 0.73% | 0.26% | - |
| HSV(B) | 330º | 0.84% | 0.45% | - |
| XYZ | 8.14 | 4.4 | 5.58 | - |
| YUV | 52.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 66 | 0 | 0.84 | 0.42 | 0.55 | 330 | 0.73 | 0.26 |
| Hex | 72 | 12 | 42 | 0 | 54 | 2A | 37 | 14A | 49 | 1A |
| Octal | 162 | 22 | 102 | 0 | 124 | 52 | 67 | 512 | 111 | 32 |
| Binary | 1110010 | 10010 | 1000010 | 0 | 1010100 | 101010 | 110111 | 101001010 | 1001001 | 11010 |
Color Harmonies of #721242
Complementary color
Monochromatic Colors of #721242
Black with #721242
Text Example
Text Example
White with #721242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721242; }
p { color: rgb(114,18,66); }
H1.HeaderClassName
{
color: #721242;
}
.AnyTagClassName
{
color: #721242;
}
</style>
background-color css
<style>
a { background-color: #721242; }
a { background-color: rgb(114,18,66); }
div.DivClassName
{
background-color: #721242;
}
.BgClassName
{
background-color: #721242;
}
</style>
border-color css
<style>
span { border-color: #721242; }
span { border-color: rgb(114,18,66); }
td.TdClassName
{
border-color: #721242;
}
.TagClassName
{
border-color: #721242;
}
</style>