Shades of Pompadour #721542
Tints of Pompadour #721542
RGB
CMYK
RGB Variations
Color information
#721542 (or 0x721542) is known color: Pompadour. HEX triplet: 72, 15 and 42. RGB value is (114,21,66). Sum of RGB (Red+Green+Blue) = 114+21+66=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721542 is #8DEABD. Grayscale: #353535. Windows color (decimal): -9300670 or 4330866. OLE color: 4330866.
HSL color Cylindrical-coordinate representation of color #721542: hue angle of 330.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721542 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 66 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.55 |
| HSL | 330.97º | 0.69% | 0.26% | - |
| HSV(B) | 330.97º | 0.82% | 0.45% | - |
| XYZ | 8.19 | 4.51 | 5.59 | - |
| YUV | 53.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 66 | 0 | 0.82 | 0.42 | 0.55 | 330.97 | 0.69 | 0.26 |
| Hex | 72 | 15 | 42 | 0 | 52 | 2A | 37 | 14B | 45 | 1A |
| Octal | 162 | 25 | 102 | 0 | 122 | 52 | 67 | 513 | 105 | 32 |
| Binary | 1110010 | 10101 | 1000010 | 0 | 1010010 | 101010 | 110111 | 101001011 | 1000101 | 11010 |
Color Harmonies of #721542
Complementary color
Monochromatic Colors of #721542
Black with #721542
Text Example
Text Example
White with #721542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721542; }
p { color: rgb(114,21,66); }
H1.HeaderClassName
{
color: #721542;
}
.AnyTagClassName
{
color: #721542;
}
</style>
background-color css
<style>
a { background-color: #721542; }
a { background-color: rgb(114,21,66); }
div.DivClassName
{
background-color: #721542;
}
.BgClassName
{
background-color: #721542;
}
</style>
border-color css
<style>
span { border-color: #721542; }
span { border-color: rgb(114,21,66); }
td.TdClassName
{
border-color: #721542;
}
.TagClassName
{
border-color: #721542;
}
</style>