Shades of Pompadour #70114C
Tints of Pompadour #70114C
RGB
CMYK
RGB Variations
Color information
#70114C (or 0x70114C) is known color: Pompadour. HEX triplet: 70, 11 and 4C. RGB value is (112,17,76). Sum of RGB (Red+Green+Blue) = 112+17+76=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70114C is #8FEEB3. Grayscale: #333333. Windows color (decimal): -9432756 or 4985200. OLE color: 4985200.
HSL color Cylindrical-coordinate representation of color #70114C: hue angle of 322.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70114C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 76 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.56 |
| HSL | 322.74º | 0.74% | 0.25% | - |
| HSV(B) | 322.74º | 0.85% | 0.44% | - |
| XYZ | 8.19 | 4.37 | 7.25 | - |
| YUV | 52.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 76 | 0 | 0.85 | 0.32 | 0.56 | 322.74 | 0.74 | 0.25 |
| Hex | 70 | 11 | 4C | 0 | 55 | 20 | 38 | 143 | 4A | 19 |
| Octal | 160 | 21 | 114 | 0 | 125 | 40 | 70 | 503 | 112 | 31 |
| Binary | 1110000 | 10001 | 1001100 | 0 | 1010101 | 100000 | 111000 | 101000011 | 1001010 | 11001 |
Color Harmonies of #70114C
Complementary color
Monochromatic Colors of #70114C
Black with #70114C
Text Example
Text Example
White with #70114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70114C; }
p { color: rgb(112,17,76); }
H1.HeaderClassName
{
color: #70114C;
}
.AnyTagClassName
{
color: #70114C;
}
</style>
background-color css
<style>
a { background-color: #70114C; }
a { background-color: rgb(112,17,76); }
div.DivClassName
{
background-color: #70114C;
}
.BgClassName
{
background-color: #70114C;
}
</style>
border-color css
<style>
span { border-color: #70114C; }
span { border-color: rgb(112,17,76); }
td.TdClassName
{
border-color: #70114C;
}
.TagClassName
{
border-color: #70114C;
}
</style>