Shades of Pompadour #70173D
Tints of Pompadour #70173D
RGB
CMYK
RGB Variations
Color information
#70173D (or 0x70173D) is known color: Pompadour. HEX triplet: 70, 17 and 3D. RGB value is (112,23,61). Sum of RGB (Red+Green+Blue) = 112+23+61=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173D is #8FE8C2. Grayscale: #353535. Windows color (decimal): -9431235 or 4003696. OLE color: 4003696.
HSL color Cylindrical-coordinate representation of color #70173D: hue angle of 334.38º 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 #70173D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 61 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.56 |
| HSL | 334.38º | 0.66% | 0.26% | - |
| HSV(B) | 334.38º | 0.79% | 0.44% | - |
| XYZ | 7.83 | 4.39 | 4.85 | - |
| YUV | 53.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 61 | 0 | 0.79 | 0.46 | 0.56 | 334.38 | 0.66 | 0.26 |
| Hex | 70 | 17 | 3D | 0 | 4F | 2E | 38 | 14E | 42 | 1A |
| Octal | 160 | 27 | 75 | 0 | 117 | 56 | 70 | 516 | 102 | 32 |
| Binary | 1110000 | 10111 | 111101 | 0 | 1001111 | 101110 | 111000 | 101001110 | 1000010 | 11010 |
Color Harmonies of #70173D
Complementary color
Monochromatic Colors of #70173D
Black with #70173D
Text Example
Text Example
White with #70173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70173D; }
p { color: rgb(112,23,61); }
H1.HeaderClassName
{
color: #70173D;
}
.AnyTagClassName
{
color: #70173D;
}
</style>
background-color css
<style>
a { background-color: #70173D; }
a { background-color: rgb(112,23,61); }
div.DivClassName
{
background-color: #70173D;
}
.BgClassName
{
background-color: #70173D;
}
</style>
border-color css
<style>
span { border-color: #70173D; }
span { border-color: rgb(112,23,61); }
td.TdClassName
{
border-color: #70173D;
}
.TagClassName
{
border-color: #70173D;
}
</style>