Shades of Pompadour #70124E
Tints of Pompadour #70124E
RGB
CMYK
RGB Variations
Color information
#70124E (or 0x70124E) is known color: Pompadour. HEX triplet: 70, 12 and 4E. RGB value is (112,18,78). Sum of RGB (Red+Green+Blue) = 112+18+78=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70124E is #8FEDB1. Grayscale: #343434. Windows color (decimal): -9432498 or 5116528. OLE color: 5116528.
HSL color Cylindrical-coordinate representation of color #70124E: hue angle of 321.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70124E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 78 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.56 |
| HSL | 321.7º | 0.72% | 0.25% | - |
| HSV(B) | 321.7º | 0.84% | 0.44% | - |
| XYZ | 8.27 | 4.43 | 7.63 | - |
| YUV | 52.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 78 | 0 | 0.84 | 0.30 | 0.56 | 321.7 | 0.72 | 0.25 |
| Hex | 70 | 12 | 4E | 0 | 54 | 1E | 38 | 142 | 48 | 19 |
| Octal | 160 | 22 | 116 | 0 | 124 | 36 | 70 | 502 | 110 | 31 |
| Binary | 1110000 | 10010 | 1001110 | 0 | 1010100 | 11110 | 111000 | 101000010 | 1001000 | 11001 |
Color Harmonies of #70124E
Complementary color
Monochromatic Colors of #70124E
Black with #70124E
Text Example
Text Example
White with #70124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70124E; }
p { color: rgb(112,18,78); }
H1.HeaderClassName
{
color: #70124E;
}
.AnyTagClassName
{
color: #70124E;
}
</style>
background-color css
<style>
a { background-color: #70124E; }
a { background-color: rgb(112,18,78); }
div.DivClassName
{
background-color: #70124E;
}
.BgClassName
{
background-color: #70124E;
}
</style>
border-color css
<style>
span { border-color: #70124E; }
span { border-color: rgb(112,18,78); }
td.TdClassName
{
border-color: #70124E;
}
.TagClassName
{
border-color: #70124E;
}
</style>