Shades of Pompadour #701946
Tints of Pompadour #701946
RGB
CMYK
RGB Variations
Color information
#701946 (or 0x701946) is known color: Pompadour. HEX triplet: 70, 19 and 46. RGB value is (112,25,70). Sum of RGB (Red+Green+Blue) = 112+25+70=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701946 is #8FE6B9. Grayscale: #383838. Windows color (decimal): -9430714 or 4594032. OLE color: 4594032.
HSL color Cylindrical-coordinate representation of color #701946: hue angle of 328.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701946 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 70 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.56 |
| HSL | 328.97º | 0.64% | 0.27% | - |
| HSV(B) | 328.97º | 0.78% | 0.44% | - |
| XYZ | 8.14 | 4.58 | 6.25 | - |
| YUV | 56.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 70 | 0 | 0.78 | 0.38 | 0.56 | 328.97 | 0.64 | 0.27 |
| Hex | 70 | 19 | 46 | 0 | 4E | 26 | 38 | 149 | 40 | 1B |
| Octal | 160 | 31 | 106 | 0 | 116 | 46 | 70 | 511 | 100 | 33 |
| Binary | 1110000 | 11001 | 1000110 | 0 | 1001110 | 100110 | 111000 | 101001001 | 1000000 | 11011 |
Color Harmonies of #701946
Complementary color
Monochromatic Colors of #701946
Black with #701946
Text Example
Text Example
White with #701946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701946; }
p { color: rgb(112,25,70); }
H1.HeaderClassName
{
color: #701946;
}
.AnyTagClassName
{
color: #701946;
}
</style>
background-color css
<style>
a { background-color: #701946; }
a { background-color: rgb(112,25,70); }
div.DivClassName
{
background-color: #701946;
}
.BgClassName
{
background-color: #701946;
}
</style>
border-color css
<style>
span { border-color: #701946; }
span { border-color: rgb(112,25,70); }
td.TdClassName
{
border-color: #701946;
}
.TagClassName
{
border-color: #701946;
}
</style>