Shades of Pompadour #70124A
Tints of Pompadour #70124A
RGB
CMYK
RGB Variations
Color information
#70124A (or 0x70124A) is known color: Pompadour. HEX triplet: 70, 12 and 4A. RGB value is (112,18,74). Sum of RGB (Red+Green+Blue) = 112+18+74=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70124A is #8FEDB5. Grayscale: #343434. Windows color (decimal): -9432502 or 4854384. OLE color: 4854384.
HSL color Cylindrical-coordinate representation of color #70124A: hue angle of 324.26º 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 #70124A is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 74 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.56 |
| HSL | 324.26º | 0.72% | 0.25% | - |
| HSV(B) | 324.26º | 0.84% | 0.44% | - |
| XYZ | 8.13 | 4.37 | 6.89 | - |
| YUV | 52.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 74 | 0 | 0.84 | 0.34 | 0.56 | 324.26 | 0.72 | 0.25 |
| Hex | 70 | 12 | 4A | 0 | 54 | 22 | 38 | 144 | 48 | 19 |
| Octal | 160 | 22 | 112 | 0 | 124 | 42 | 70 | 504 | 110 | 31 |
| Binary | 1110000 | 10010 | 1001010 | 0 | 1010100 | 100010 | 111000 | 101000100 | 1001000 | 11001 |
Color Harmonies of #70124A
Complementary color
Monochromatic Colors of #70124A
Black with #70124A
Text Example
Text Example
White with #70124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70124A; }
p { color: rgb(112,18,74); }
H1.HeaderClassName
{
color: #70124A;
}
.AnyTagClassName
{
color: #70124A;
}
</style>
background-color css
<style>
a { background-color: #70124A; }
a { background-color: rgb(112,18,74); }
div.DivClassName
{
background-color: #70124A;
}
.BgClassName
{
background-color: #70124A;
}
</style>
border-color css
<style>
span { border-color: #70124A; }
span { border-color: rgb(112,18,74); }
td.TdClassName
{
border-color: #70124A;
}
.TagClassName
{
border-color: #70124A;
}
</style>