Shades of Pompadour #70163B
Tints of Pompadour #70163B
RGB
CMYK
RGB Variations
Color information
#70163B (or 0x70163B) is known color: Pompadour. HEX triplet: 70, 16 and 3B. RGB value is (112,22,59). Sum of RGB (Red+Green+Blue) = 112+22+59=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70163B is #8FE9C4. Grayscale: #353535. Windows color (decimal): -9431493 or 3872368. OLE color: 3872368.
HSL color Cylindrical-coordinate representation of color #70163B: hue angle of 335.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 #70163B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 59 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.56 |
| HSL | 335.33º | 0.67% | 0.26% | - |
| HSV(B) | 335.33º | 0.8% | 0.44% | - |
| XYZ | 7.76 | 4.33 | 4.57 | - |
| YUV | 53.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 59 | 0 | 0.80 | 0.47 | 0.56 | 335.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 3B | 0 | 50 | 2F | 38 | 14F | 43 | 1A |
| Octal | 160 | 26 | 73 | 0 | 120 | 57 | 70 | 517 | 103 | 32 |
| Binary | 1110000 | 10110 | 111011 | 0 | 1010000 | 101111 | 111000 | 101001111 | 1000011 | 11010 |
Color Harmonies of #70163B
Complementary color
Monochromatic Colors of #70163B
Black with #70163B
Text Example
Text Example
White with #70163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70163B; }
p { color: rgb(112,22,59); }
H1.HeaderClassName
{
color: #70163B;
}
.AnyTagClassName
{
color: #70163B;
}
</style>
background-color css
<style>
a { background-color: #70163B; }
a { background-color: rgb(112,22,59); }
div.DivClassName
{
background-color: #70163B;
}
.BgClassName
{
background-color: #70163B;
}
</style>
border-color css
<style>
span { border-color: #70163B; }
span { border-color: rgb(112,22,59); }
td.TdClassName
{
border-color: #70163B;
}
.TagClassName
{
border-color: #70163B;
}
</style>