Shades of Pompadour #70134D
Tints of Pompadour #70134D
RGB
CMYK
RGB Variations
Color information
#70134D (or 0x70134D) is known color: Pompadour. HEX triplet: 70, 13 and 4D. RGB value is (112,19,77). Sum of RGB (Red+Green+Blue) = 112+19+77=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70134D is #8FECB2. Grayscale: #353535. Windows color (decimal): -9432243 or 5051248. OLE color: 5051248.
HSL color Cylindrical-coordinate representation of color #70134D: hue angle of 322.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70134D is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 77 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.56 |
| HSL | 322.58º | 0.71% | 0.26% | - |
| HSV(B) | 322.58º | 0.83% | 0.44% | - |
| XYZ | 8.25 | 4.45 | 7.44 | - |
| YUV | 53.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 77 | 0 | 0.83 | 0.31 | 0.56 | 322.58 | 0.71 | 0.26 |
| Hex | 70 | 13 | 4D | 0 | 53 | 1F | 38 | 143 | 47 | 1A |
| Octal | 160 | 23 | 115 | 0 | 123 | 37 | 70 | 503 | 107 | 32 |
| Binary | 1110000 | 10011 | 1001101 | 0 | 1010011 | 11111 | 111000 | 101000011 | 1000111 | 11010 |
Color Harmonies of #70134D
Complementary color
Monochromatic Colors of #70134D
Black with #70134D
Text Example
Text Example
White with #70134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70134D; }
p { color: rgb(112,19,77); }
H1.HeaderClassName
{
color: #70134D;
}
.AnyTagClassName
{
color: #70134D;
}
</style>
background-color css
<style>
a { background-color: #70134D; }
a { background-color: rgb(112,19,77); }
div.DivClassName
{
background-color: #70134D;
}
.BgClassName
{
background-color: #70134D;
}
</style>
border-color css
<style>
span { border-color: #70134D; }
span { border-color: rgb(112,19,77); }
td.TdClassName
{
border-color: #70134D;
}
.TagClassName
{
border-color: #70134D;
}
</style>