Shades of Pompadour #70104E
Tints of Pompadour #70104E
RGB
CMYK
RGB Variations
Color information
#70104E (or 0x70104E) is known color: Pompadour. HEX triplet: 70, 10 and 4E. RGB value is (112,16,78). Sum of RGB (Red+Green+Blue) = 112+16+78=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70104E is #8FEFB1. Grayscale: #333333. Windows color (decimal): -9433010 or 5116016. OLE color: 5116016.
HSL color Cylindrical-coordinate representation of color #70104E: hue angle of 321.25º 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 #70104E is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 78 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.56 |
| HSL | 321.25º | 0.75% | 0.25% | - |
| HSV(B) | 321.25º | 0.86% | 0.44% | - |
| XYZ | 8.24 | 4.37 | 7.62 | - |
| YUV | 51.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 78 | 0 | 0.86 | 0.30 | 0.56 | 321.25 | 0.75 | 0.25 |
| Hex | 70 | 10 | 4E | 0 | 56 | 1E | 38 | 141 | 4B | 19 |
| Octal | 160 | 20 | 116 | 0 | 126 | 36 | 70 | 501 | 113 | 31 |
| Binary | 1110000 | 10000 | 1001110 | 0 | 1010110 | 11110 | 111000 | 101000001 | 1001011 | 11001 |
Color Harmonies of #70104E
Complementary color
Monochromatic Colors of #70104E
Black with #70104E
Text Example
Text Example
White with #70104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70104E; }
p { color: rgb(112,16,78); }
H1.HeaderClassName
{
color: #70104E;
}
.AnyTagClassName
{
color: #70104E;
}
</style>
background-color css
<style>
a { background-color: #70104E; }
a { background-color: rgb(112,16,78); }
div.DivClassName
{
background-color: #70104E;
}
.BgClassName
{
background-color: #70104E;
}
</style>
border-color css
<style>
span { border-color: #70104E; }
span { border-color: rgb(112,16,78); }
td.TdClassName
{
border-color: #70104E;
}
.TagClassName
{
border-color: #70104E;
}
</style>