Shades of Pompadour #701153
Tints of Pompadour #701153
RGB
CMYK
RGB Variations
Color information
#701153 (or 0x701153) is known color: Pompadour. HEX triplet: 70, 11 and 53. RGB value is (112,17,83). Sum of RGB (Red+Green+Blue) = 112+17+83=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #701153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701153 is #8FEEAC. Grayscale: #343434. Windows color (decimal): -9432749 or 5443952. OLE color: 5443952.
HSL color Cylindrical-coordinate representation of color #701153: hue angle of 318.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701153 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 83 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.56 |
| HSL | 318.32º | 0.74% | 0.25% | - |
| HSV(B) | 318.32º | 0.85% | 0.44% | - |
| XYZ | 8.44 | 4.47 | 8.6 | - |
| YUV | 52.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 83 | 0 | 0.85 | 0.26 | 0.56 | 318.32 | 0.74 | 0.25 |
| Hex | 70 | 11 | 53 | 0 | 55 | 1A | 38 | 13E | 4A | 19 |
| Octal | 160 | 21 | 123 | 0 | 125 | 32 | 70 | 476 | 112 | 31 |
| Binary | 1110000 | 10001 | 1010011 | 0 | 1010101 | 11010 | 111000 | 100111110 | 1001010 | 11001 |
Color Harmonies of #701153
Complementary color
Monochromatic Colors of #701153
Black with #701153
Text Example
Text Example
White with #701153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701153; }
p { color: rgb(112,17,83); }
H1.HeaderClassName
{
color: #701153;
}
.AnyTagClassName
{
color: #701153;
}
</style>
background-color css
<style>
a { background-color: #701153; }
a { background-color: rgb(112,17,83); }
div.DivClassName
{
background-color: #701153;
}
.BgClassName
{
background-color: #701153;
}
</style>
border-color css
<style>
span { border-color: #701153; }
span { border-color: rgb(112,17,83); }
td.TdClassName
{
border-color: #701153;
}
.TagClassName
{
border-color: #701153;
}
</style>