Shades of Pompadour #72104C
Tints of Pompadour #72104C
RGB
CMYK
RGB Variations
Color information
#72104C (or 0x72104C) is known color: Pompadour. HEX triplet: 72, 10 and 4C. RGB value is (114,16,76). Sum of RGB (Red+Green+Blue) = 114+16+76=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72104C is #8DEFB3. Grayscale: #333333. Windows color (decimal): -9301940 or 4984946. OLE color: 4984946.
HSL color Cylindrical-coordinate representation of color #72104C: hue angle of 323.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72104C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 76 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.55 |
| HSL | 323.27º | 0.75% | 0.25% | - |
| HSV(B) | 323.27º | 0.86% | 0.45% | - |
| XYZ | 8.43 | 4.47 | 7.26 | - |
| YUV | 52.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 76 | 0 | 0.86 | 0.33 | 0.55 | 323.27 | 0.75 | 0.25 |
| Hex | 72 | 10 | 4C | 0 | 56 | 21 | 37 | 143 | 4B | 19 |
| Octal | 162 | 20 | 114 | 0 | 126 | 41 | 67 | 503 | 113 | 31 |
| Binary | 1110010 | 10000 | 1001100 | 0 | 1010110 | 100001 | 110111 | 101000011 | 1001011 | 11001 |
Color Harmonies of #72104C
Complementary color
Monochromatic Colors of #72104C
Black with #72104C
Text Example
Text Example
White with #72104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72104C; }
p { color: rgb(114,16,76); }
H1.HeaderClassName
{
color: #72104C;
}
.AnyTagClassName
{
color: #72104C;
}
</style>
background-color css
<style>
a { background-color: #72104C; }
a { background-color: rgb(114,16,76); }
div.DivClassName
{
background-color: #72104C;
}
.BgClassName
{
background-color: #72104C;
}
</style>
border-color css
<style>
span { border-color: #72104C; }
span { border-color: rgb(114,16,76); }
td.TdClassName
{
border-color: #72104C;
}
.TagClassName
{
border-color: #72104C;
}
</style>