Shades of Pompadour #70204C
Tints of Pompadour #70204C
RGB
CMYK
RGB Variations
Color information
#70204C (or 0x70204C) is known color: Pompadour. HEX triplet: 70, 20 and 4C. RGB value is (112,32,76). Sum of RGB (Red+Green+Blue) = 112+32+76=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70204C is #8FDFB3. Grayscale: #3C3C3C. Windows color (decimal): -9428916 or 4989040. OLE color: 4989040.
HSL color Cylindrical-coordinate representation of color #70204C: hue angle of 327º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70204C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 76 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.56 |
| HSL | 327º | 0.56% | 0.28% | - |
| HSV(B) | 327º | 0.71% | 0.44% | - |
| XYZ | 8.5 | 5 | 7.35 | - |
| YUV | 60.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 76 | 0 | 0.71 | 0.32 | 0.56 | 327 | 0.56 | 0.28 |
| Hex | 70 | 20 | 4C | 0 | 47 | 20 | 38 | 147 | 38 | 1C |
| Octal | 160 | 40 | 114 | 0 | 107 | 40 | 70 | 507 | 70 | 34 |
| Binary | 1110000 | 100000 | 1001100 | 0 | 1000111 | 100000 | 111000 | 101000111 | 111000 | 11100 |
Color Harmonies of #70204C
Complementary color
Monochromatic Colors of #70204C
Black with #70204C
Text Example
Text Example
White with #70204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70204C; }
p { color: rgb(112,32,76); }
H1.HeaderClassName
{
color: #70204C;
}
.AnyTagClassName
{
color: #70204C;
}
</style>
background-color css
<style>
a { background-color: #70204C; }
a { background-color: rgb(112,32,76); }
div.DivClassName
{
background-color: #70204C;
}
.BgClassName
{
background-color: #70204C;
}
</style>
border-color css
<style>
span { border-color: #70204C; }
span { border-color: rgb(112,32,76); }
td.TdClassName
{
border-color: #70204C;
}
.TagClassName
{
border-color: #70204C;
}
</style>