Shades of Pompadour #70124D
Tints of Pompadour #70124D
RGB
CMYK
RGB Variations
Color information
#70124D (or 0x70124D) is known color: Pompadour. HEX triplet: 70, 12 and 4D. RGB value is (112,18,77). Sum of RGB (Red+Green+Blue) = 112+18+77=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70124D is #8FEDB2. Grayscale: #343434. Windows color (decimal): -9432499 or 5050992. OLE color: 5050992.
HSL color Cylindrical-coordinate representation of color #70124D: hue angle of 322.34º 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 #70124D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 77 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.56 |
| HSL | 322.34º | 0.72% | 0.25% | - |
| HSV(B) | 322.34º | 0.84% | 0.44% | - |
| XYZ | 8.24 | 4.41 | 7.44 | - |
| YUV | 52.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 77 | 0 | 0.84 | 0.31 | 0.56 | 322.34 | 0.72 | 0.25 |
| Hex | 70 | 12 | 4D | 0 | 54 | 1F | 38 | 142 | 48 | 19 |
| Octal | 160 | 22 | 115 | 0 | 124 | 37 | 70 | 502 | 110 | 31 |
| Binary | 1110000 | 10010 | 1001101 | 0 | 1010100 | 11111 | 111000 | 101000010 | 1001000 | 11001 |
Color Harmonies of #70124D
Complementary color
Monochromatic Colors of #70124D
Black with #70124D
Text Example
Text Example
White with #70124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70124D; }
p { color: rgb(112,18,77); }
H1.HeaderClassName
{
color: #70124D;
}
.AnyTagClassName
{
color: #70124D;
}
</style>
background-color css
<style>
a { background-color: #70124D; }
a { background-color: rgb(112,18,77); }
div.DivClassName
{
background-color: #70124D;
}
.BgClassName
{
background-color: #70124D;
}
</style>
border-color css
<style>
span { border-color: #70124D; }
span { border-color: rgb(112,18,77); }
td.TdClassName
{
border-color: #70124D;
}
.TagClassName
{
border-color: #70124D;
}
</style>