Shades of Pompadour #701647
Tints of Pompadour #701647
RGB
CMYK
RGB Variations
Color information
#701647 (or 0x701647) is known color: Pompadour. HEX triplet: 70, 16 and 47. RGB value is (112,22,71). Sum of RGB (Red+Green+Blue) = 112+22+71=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701647 is #8FE9B8. Grayscale: #363636. Windows color (decimal): -9431481 or 4658800. OLE color: 4658800.
HSL color Cylindrical-coordinate representation of color #701647: hue angle of 327.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701647 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 71 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.56 |
| HSL | 327.33º | 0.67% | 0.26% | - |
| HSV(B) | 327.33º | 0.8% | 0.44% | - |
| XYZ | 8.11 | 4.47 | 6.4 | - |
| YUV | 54.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 71 | 0 | 0.80 | 0.37 | 0.56 | 327.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 47 | 0 | 50 | 25 | 38 | 147 | 43 | 1A |
| Octal | 160 | 26 | 107 | 0 | 120 | 45 | 70 | 507 | 103 | 32 |
| Binary | 1110000 | 10110 | 1000111 | 0 | 1010000 | 100101 | 111000 | 101000111 | 1000011 | 11010 |
Color Harmonies of #701647
Complementary color
Monochromatic Colors of #701647
Black with #701647
Text Example
Text Example
White with #701647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701647; }
p { color: rgb(112,22,71); }
H1.HeaderClassName
{
color: #701647;
}
.AnyTagClassName
{
color: #701647;
}
</style>
background-color css
<style>
a { background-color: #701647; }
a { background-color: rgb(112,22,71); }
div.DivClassName
{
background-color: #701647;
}
.BgClassName
{
background-color: #701647;
}
</style>
border-color css
<style>
span { border-color: #701647; }
span { border-color: rgb(112,22,71); }
td.TdClassName
{
border-color: #701647;
}
.TagClassName
{
border-color: #701647;
}
</style>