Shades of Pompadour #70114D
Tints of Pompadour #70114D
RGB
CMYK
RGB Variations
Color information
#70114D (or 0x70114D) is known color: Pompadour. HEX triplet: 70, 11 and 4D. RGB value is (112,17,77). Sum of RGB (Red+Green+Blue) = 112+17+77=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70114D is #8FEEB2. Grayscale: #343434. Windows color (decimal): -9432755 or 5050736. OLE color: 5050736.
HSL color Cylindrical-coordinate representation of color #70114D: hue angle of 322.11º 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 #70114D is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 77 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.56 |
| HSL | 322.11º | 0.74% | 0.25% | - |
| HSV(B) | 322.11º | 0.85% | 0.44% | - |
| XYZ | 8.22 | 4.38 | 7.43 | - |
| YUV | 52.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 77 | 0 | 0.85 | 0.31 | 0.56 | 322.11 | 0.74 | 0.25 |
| Hex | 70 | 11 | 4D | 0 | 55 | 1F | 38 | 142 | 4A | 19 |
| Octal | 160 | 21 | 115 | 0 | 125 | 37 | 70 | 502 | 112 | 31 |
| Binary | 1110000 | 10001 | 1001101 | 0 | 1010101 | 11111 | 111000 | 101000010 | 1001010 | 11001 |
Color Harmonies of #70114D
Complementary color
Monochromatic Colors of #70114D
Black with #70114D
Text Example
Text Example
White with #70114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70114D; }
p { color: rgb(112,17,77); }
H1.HeaderClassName
{
color: #70114D;
}
.AnyTagClassName
{
color: #70114D;
}
</style>
background-color css
<style>
a { background-color: #70114D; }
a { background-color: rgb(112,17,77); }
div.DivClassName
{
background-color: #70114D;
}
.BgClassName
{
background-color: #70114D;
}
</style>
border-color css
<style>
span { border-color: #70114D; }
span { border-color: rgb(112,17,77); }
td.TdClassName
{
border-color: #70114D;
}
.TagClassName
{
border-color: #70114D;
}
</style>