Shades of Pompadour #702047
Tints of Pompadour #702047
RGB
CMYK
RGB Variations
Color information
#702047 (or 0x702047) is known color: Pompadour. HEX triplet: 70, 20 and 47. RGB value is (112,32,71). Sum of RGB (Red+Green+Blue) = 112+32+71=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702047 is #8FDFB8. Grayscale: #3C3C3C. Windows color (decimal): -9428921 or 4661360. OLE color: 4661360.
HSL color Cylindrical-coordinate representation of color #702047: hue angle of 330.75º 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 #702047 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 71 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.56 |
| HSL | 330.75º | 0.56% | 0.28% | - |
| HSV(B) | 330.75º | 0.71% | 0.44% | - |
| XYZ | 8.34 | 4.93 | 6.47 | - |
| YUV | 60.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 71 | 0 | 0.71 | 0.37 | 0.56 | 330.75 | 0.56 | 0.28 |
| Hex | 70 | 20 | 47 | 0 | 47 | 25 | 38 | 14B | 38 | 1C |
| Octal | 160 | 40 | 107 | 0 | 107 | 45 | 70 | 513 | 70 | 34 |
| Binary | 1110000 | 100000 | 1000111 | 0 | 1000111 | 100101 | 111000 | 101001011 | 111000 | 11100 |
Color Harmonies of #702047
Complementary color
Monochromatic Colors of #702047
Black with #702047
Text Example
Text Example
White with #702047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702047; }
p { color: rgb(112,32,71); }
H1.HeaderClassName
{
color: #702047;
}
.AnyTagClassName
{
color: #702047;
}
</style>
background-color css
<style>
a { background-color: #702047; }
a { background-color: rgb(112,32,71); }
div.DivClassName
{
background-color: #702047;
}
.BgClassName
{
background-color: #702047;
}
</style>
border-color css
<style>
span { border-color: #702047; }
span { border-color: rgb(112,32,71); }
td.TdClassName
{
border-color: #702047;
}
.TagClassName
{
border-color: #702047;
}
</style>