Shades of Pompadour #70224D
Tints of Pompadour #70224D
RGB
CMYK
RGB Variations
Color information
#70224D (or 0x70224D) is known color: Pompadour. HEX triplet: 70, 22 and 4D. RGB value is (112,34,77). Sum of RGB (Red+Green+Blue) = 112+34+77=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70224D is #8FDDB2. Grayscale: #3E3E3E. Windows color (decimal): -9428403 or 5055088. OLE color: 5055088.
HSL color Cylindrical-coordinate representation of color #70224D: hue angle of 326.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70224D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 77 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.56 |
| HSL | 326.92º | 0.53% | 0.29% | - |
| HSV(B) | 326.92º | 0.7% | 0.44% | - |
| XYZ | 8.59 | 5.12 | 7.56 | - |
| YUV | 62.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 77 | 0 | 0.70 | 0.31 | 0.56 | 326.92 | 0.53 | 0.29 |
| Hex | 70 | 22 | 4D | 0 | 46 | 1F | 38 | 147 | 35 | 1D |
| Octal | 160 | 42 | 115 | 0 | 106 | 37 | 70 | 507 | 65 | 35 |
| Binary | 1110000 | 100010 | 1001101 | 0 | 1000110 | 11111 | 111000 | 101000111 | 110101 | 11101 |
Color Harmonies of #70224D
Complementary color
Monochromatic Colors of #70224D
Black with #70224D
Text Example
Text Example
White with #70224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70224D; }
p { color: rgb(112,34,77); }
H1.HeaderClassName
{
color: #70224D;
}
.AnyTagClassName
{
color: #70224D;
}
</style>
background-color css
<style>
a { background-color: #70224D; }
a { background-color: rgb(112,34,77); }
div.DivClassName
{
background-color: #70224D;
}
.BgClassName
{
background-color: #70224D;
}
</style>
border-color css
<style>
span { border-color: #70224D; }
span { border-color: rgb(112,34,77); }
td.TdClassName
{
border-color: #70224D;
}
.TagClassName
{
border-color: #70224D;
}
</style>