Shades of Pompadour #70173B
Tints of Pompadour #70173B
RGB
CMYK
RGB Variations
Color information
#70173B (or 0x70173B) is known color: Pompadour. HEX triplet: 70, 17 and 3B. RGB value is (112,23,59). Sum of RGB (Red+Green+Blue) = 112+23+59=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173B is #8FE8C4. Grayscale: #353535. Windows color (decimal): -9431237 or 3872624. OLE color: 3872624.
HSL color Cylindrical-coordinate representation of color #70173B: hue angle of 335.73º 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 #70173B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 59 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.56 |
| HSL | 335.73º | 0.66% | 0.26% | - |
| HSV(B) | 335.73º | 0.79% | 0.44% | - |
| XYZ | 7.78 | 4.37 | 4.57 | - |
| YUV | 53.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 59 | 0 | 0.79 | 0.47 | 0.56 | 335.73 | 0.66 | 0.26 |
| Hex | 70 | 17 | 3B | 0 | 4F | 2F | 38 | 150 | 42 | 1A |
| Octal | 160 | 27 | 73 | 0 | 117 | 57 | 70 | 520 | 102 | 32 |
| Binary | 1110000 | 10111 | 111011 | 0 | 1001111 | 101111 | 111000 | 101010000 | 1000010 | 11010 |
Color Harmonies of #70173B
Complementary color
Monochromatic Colors of #70173B
Black with #70173B
Text Example
Text Example
White with #70173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70173B; }
p { color: rgb(112,23,59); }
H1.HeaderClassName
{
color: #70173B;
}
.AnyTagClassName
{
color: #70173B;
}
</style>
background-color css
<style>
a { background-color: #70173B; }
a { background-color: rgb(112,23,59); }
div.DivClassName
{
background-color: #70173B;
}
.BgClassName
{
background-color: #70173B;
}
</style>
border-color css
<style>
span { border-color: #70173B; }
span { border-color: rgb(112,23,59); }
td.TdClassName
{
border-color: #70173B;
}
.TagClassName
{
border-color: #70173B;
}
</style>