Shades of Pompadour #70224C
Tints of Pompadour #70224C
RGB
CMYK
RGB Variations
Color information
#70224C (or 0x70224C) is known color: Pompadour. HEX triplet: 70, 22 and 4C. RGB value is (112,34,76). Sum of RGB (Red+Green+Blue) = 112+34+76=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70224C is #8FDDB3. Grayscale: #3E3E3E. Windows color (decimal): -9428404 or 4989552. OLE color: 4989552.
HSL color Cylindrical-coordinate representation of color #70224C: hue angle of 327.69º 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 #70224C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 76 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.56 |
| HSL | 327.69º | 0.53% | 0.29% | - |
| HSV(B) | 327.69º | 0.7% | 0.44% | - |
| XYZ | 8.56 | 5.11 | 7.37 | - |
| YUV | 62.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 76 | 0 | 0.70 | 0.32 | 0.56 | 327.69 | 0.53 | 0.29 |
| Hex | 70 | 22 | 4C | 0 | 46 | 20 | 38 | 148 | 35 | 1D |
| Octal | 160 | 42 | 114 | 0 | 106 | 40 | 70 | 510 | 65 | 35 |
| Binary | 1110000 | 100010 | 1001100 | 0 | 1000110 | 100000 | 111000 | 101001000 | 110101 | 11101 |
Color Harmonies of #70224C
Complementary color
Monochromatic Colors of #70224C
Black with #70224C
Text Example
Text Example
White with #70224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70224C; }
p { color: rgb(112,34,76); }
H1.HeaderClassName
{
color: #70224C;
}
.AnyTagClassName
{
color: #70224C;
}
</style>
background-color css
<style>
a { background-color: #70224C; }
a { background-color: rgb(112,34,76); }
div.DivClassName
{
background-color: #70224C;
}
.BgClassName
{
background-color: #70224C;
}
</style>
border-color css
<style>
span { border-color: #70224C; }
span { border-color: rgb(112,34,76); }
td.TdClassName
{
border-color: #70224C;
}
.TagClassName
{
border-color: #70224C;
}
</style>