Shades of Pompadour #70104C
Tints of Pompadour #70104C
RGB
CMYK
RGB Variations
Color information
#70104C (or 0x70104C) is known color: Pompadour. HEX triplet: 70, 10 and 4C. RGB value is (112,16,76). Sum of RGB (Red+Green+Blue) = 112+16+76=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70104C is #8FEFB3. Grayscale: #333333. Windows color (decimal): -9433012 or 4984944. OLE color: 4984944.
HSL color Cylindrical-coordinate representation of color #70104C: hue angle of 322.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70104C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 76 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.56 |
| HSL | 322.5º | 0.75% | 0.25% | - |
| HSV(B) | 322.5º | 0.86% | 0.44% | - |
| XYZ | 8.17 | 4.34 | 7.24 | - |
| YUV | 51.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 76 | 0 | 0.86 | 0.32 | 0.56 | 322.5 | 0.75 | 0.25 |
| Hex | 70 | 10 | 4C | 0 | 56 | 20 | 38 | 142 | 4B | 19 |
| Octal | 160 | 20 | 114 | 0 | 126 | 40 | 70 | 502 | 113 | 31 |
| Binary | 1110000 | 10000 | 1001100 | 0 | 1010110 | 100000 | 111000 | 101000010 | 1001011 | 11001 |
Color Harmonies of #70104C
Complementary color
Monochromatic Colors of #70104C
Black with #70104C
Text Example
Text Example
White with #70104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70104C; }
p { color: rgb(112,16,76); }
H1.HeaderClassName
{
color: #70104C;
}
.AnyTagClassName
{
color: #70104C;
}
</style>
background-color css
<style>
a { background-color: #70104C; }
a { background-color: rgb(112,16,76); }
div.DivClassName
{
background-color: #70104C;
}
.BgClassName
{
background-color: #70104C;
}
</style>
border-color css
<style>
span { border-color: #70104C; }
span { border-color: rgb(112,16,76); }
td.TdClassName
{
border-color: #70104C;
}
.TagClassName
{
border-color: #70104C;
}
</style>