Shades of Pompadour #70173E
Tints of Pompadour #70173E
RGB
CMYK
RGB Variations
Color information
#70173E (or 0x70173E) is known color: Pompadour. HEX triplet: 70, 17 and 3E. RGB value is (112,23,62). Sum of RGB (Red+Green+Blue) = 112+23+62=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173E is #8FE8C1. Grayscale: #353535. Windows color (decimal): -9431234 or 4069232. OLE color: 4069232.
HSL color Cylindrical-coordinate representation of color #70173E: hue angle of 333.71º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70173E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 62 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.56 |
| HSL | 333.71º | 0.66% | 0.26% | - |
| HSV(B) | 333.71º | 0.79% | 0.44% | - |
| XYZ | 7.86 | 4.41 | 4.99 | - |
| YUV | 54.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 62 | 0 | 0.79 | 0.45 | 0.56 | 333.71 | 0.66 | 0.26 |
| Hex | 70 | 17 | 3E | 0 | 4F | 2D | 38 | 14E | 42 | 1A |
| Octal | 160 | 27 | 76 | 0 | 117 | 55 | 70 | 516 | 102 | 32 |
| Binary | 1110000 | 10111 | 111110 | 0 | 1001111 | 101101 | 111000 | 101001110 | 1000010 | 11010 |
Color Harmonies of #70173E
Complementary color
Monochromatic Colors of #70173E
Black with #70173E
Text Example
Text Example
White with #70173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70173E; }
p { color: rgb(112,23,62); }
H1.HeaderClassName
{
color: #70173E;
}
.AnyTagClassName
{
color: #70173E;
}
</style>
background-color css
<style>
a { background-color: #70173E; }
a { background-color: rgb(112,23,62); }
div.DivClassName
{
background-color: #70173E;
}
.BgClassName
{
background-color: #70173E;
}
</style>
border-color css
<style>
span { border-color: #70173E; }
span { border-color: rgb(112,23,62); }
td.TdClassName
{
border-color: #70173E;
}
.TagClassName
{
border-color: #70173E;
}
</style>