Shades of Pompadour #70163E
Tints of Pompadour #70163E
RGB
CMYK
RGB Variations
Color information
#70163E (or 0x70163E) is known color: Pompadour. HEX triplet: 70, 16 and 3E. RGB value is (112,22,62). Sum of RGB (Red+Green+Blue) = 112+22+62=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70163E is #8FE9C1. Grayscale: #353535. Windows color (decimal): -9431490 or 4068976. OLE color: 4068976.
HSL color Cylindrical-coordinate representation of color #70163E: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70163E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 62 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.56 |
| HSL | 333.33º | 0.67% | 0.26% | - |
| HSV(B) | 333.33º | 0.8% | 0.44% | - |
| XYZ | 7.84 | 4.37 | 4.99 | - |
| YUV | 53.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 62 | 0 | 0.80 | 0.45 | 0.56 | 333.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 3E | 0 | 50 | 2D | 38 | 14D | 43 | 1A |
| Octal | 160 | 26 | 76 | 0 | 120 | 55 | 70 | 515 | 103 | 32 |
| Binary | 1110000 | 10110 | 111110 | 0 | 1010000 | 101101 | 111000 | 101001101 | 1000011 | 11010 |
Color Harmonies of #70163E
Complementary color
Monochromatic Colors of #70163E
Black with #70163E
Text Example
Text Example
White with #70163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70163E; }
p { color: rgb(112,22,62); }
H1.HeaderClassName
{
color: #70163E;
}
.AnyTagClassName
{
color: #70163E;
}
</style>
background-color css
<style>
a { background-color: #70163E; }
a { background-color: rgb(112,22,62); }
div.DivClassName
{
background-color: #70163E;
}
.BgClassName
{
background-color: #70163E;
}
</style>
border-color css
<style>
span { border-color: #70163E; }
span { border-color: rgb(112,22,62); }
td.TdClassName
{
border-color: #70163E;
}
.TagClassName
{
border-color: #70163E;
}
</style>