Shades of Pompadour #70124C
Tints of Pompadour #70124C
RGB
CMYK
RGB Variations
Color information
#70124C (or 0x70124C) is known color: Pompadour. HEX triplet: 70, 12 and 4C. RGB value is (112,18,76). Sum of RGB (Red+Green+Blue) = 112+18+76=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70124C is #8FEDB3. Grayscale: #343434. Windows color (decimal): -9432500 or 4985456. OLE color: 4985456.
HSL color Cylindrical-coordinate representation of color #70124C: hue angle of 322.98º 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 #70124C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 76 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.56 |
| HSL | 322.98º | 0.72% | 0.25% | - |
| HSV(B) | 322.98º | 0.84% | 0.44% | - |
| XYZ | 8.2 | 4.4 | 7.25 | - |
| YUV | 52.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 76 | 0 | 0.84 | 0.32 | 0.56 | 322.98 | 0.72 | 0.25 |
| Hex | 70 | 12 | 4C | 0 | 54 | 20 | 38 | 143 | 48 | 19 |
| Octal | 160 | 22 | 114 | 0 | 124 | 40 | 70 | 503 | 110 | 31 |
| Binary | 1110000 | 10010 | 1001100 | 0 | 1010100 | 100000 | 111000 | 101000011 | 1001000 | 11001 |
Color Harmonies of #70124C
Complementary color
Monochromatic Colors of #70124C
Black with #70124C
Text Example
Text Example
White with #70124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70124C; }
p { color: rgb(112,18,76); }
H1.HeaderClassName
{
color: #70124C;
}
.AnyTagClassName
{
color: #70124C;
}
</style>
background-color css
<style>
a { background-color: #70124C; }
a { background-color: rgb(112,18,76); }
div.DivClassName
{
background-color: #70124C;
}
.BgClassName
{
background-color: #70124C;
}
</style>
border-color css
<style>
span { border-color: #70124C; }
span { border-color: rgb(112,18,76); }
td.TdClassName
{
border-color: #70124C;
}
.TagClassName
{
border-color: #70124C;
}
</style>