Shades of Pompadour #701751
Tints of Pompadour #701751
RGB
CMYK
RGB Variations
Color information
#701751 (or 0x701751) is known color: Pompadour. HEX triplet: 70, 17 and 51. RGB value is (112,23,81). Sum of RGB (Red+Green+Blue) = 112+23+81=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701751 is #8FE8AE. Grayscale: #383838. Windows color (decimal): -9431215 or 5314416. OLE color: 5314416.
HSL color Cylindrical-coordinate representation of color #701751: hue angle of 320.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701751 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 81 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.56 |
| HSL | 320.9º | 0.66% | 0.26% | - |
| HSV(B) | 320.9º | 0.79% | 0.44% | - |
| XYZ | 8.47 | 4.65 | 8.24 | - |
| YUV | 56.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 81 | 0 | 0.79 | 0.28 | 0.56 | 320.9 | 0.66 | 0.26 |
| Hex | 70 | 17 | 51 | 0 | 4F | 1C | 38 | 141 | 42 | 1A |
| Octal | 160 | 27 | 121 | 0 | 117 | 34 | 70 | 501 | 102 | 32 |
| Binary | 1110000 | 10111 | 1010001 | 0 | 1001111 | 11100 | 111000 | 101000001 | 1000010 | 11010 |
Color Harmonies of #701751
Complementary color
Monochromatic Colors of #701751
Black with #701751
Text Example
Text Example
White with #701751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701751; }
p { color: rgb(112,23,81); }
H1.HeaderClassName
{
color: #701751;
}
.AnyTagClassName
{
color: #701751;
}
</style>
background-color css
<style>
a { background-color: #701751; }
a { background-color: rgb(112,23,81); }
div.DivClassName
{
background-color: #701751;
}
.BgClassName
{
background-color: #701751;
}
</style>
border-color css
<style>
span { border-color: #701751; }
span { border-color: rgb(112,23,81); }
td.TdClassName
{
border-color: #701751;
}
.TagClassName
{
border-color: #701751;
}
</style>