Shades of Pompadour #701144
Tints of Pompadour #701144
RGB
CMYK
RGB Variations
Color information
#701144 (or 0x701144) is known color: Pompadour. HEX triplet: 70, 11 and 44. RGB value is (112,17,68). Sum of RGB (Red+Green+Blue) = 112+17+68=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701144 is #8FEEBB. Grayscale: #333333. Windows color (decimal): -9432764 or 4460912. OLE color: 4460912.
HSL color Cylindrical-coordinate representation of color #701144: hue angle of 327.79º 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 #701144 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 68 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.56 |
| HSL | 327.79º | 0.74% | 0.25% | - |
| HSV(B) | 327.79º | 0.85% | 0.44% | - |
| XYZ | 7.93 | 4.26 | 5.87 | - |
| YUV | 51.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 68 | 0 | 0.85 | 0.39 | 0.56 | 327.79 | 0.74 | 0.25 |
| Hex | 70 | 11 | 44 | 0 | 55 | 27 | 38 | 148 | 4A | 19 |
| Octal | 160 | 21 | 104 | 0 | 125 | 47 | 70 | 510 | 112 | 31 |
| Binary | 1110000 | 10001 | 1000100 | 0 | 1010101 | 100111 | 111000 | 101001000 | 1001010 | 11001 |
Color Harmonies of #701144
Complementary color
Monochromatic Colors of #701144
Black with #701144
Text Example
Text Example
White with #701144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701144; }
p { color: rgb(112,17,68); }
H1.HeaderClassName
{
color: #701144;
}
.AnyTagClassName
{
color: #701144;
}
</style>
background-color css
<style>
a { background-color: #701144; }
a { background-color: rgb(112,17,68); }
div.DivClassName
{
background-color: #701144;
}
.BgClassName
{
background-color: #701144;
}
</style>
border-color css
<style>
span { border-color: #701144; }
span { border-color: rgb(112,17,68); }
td.TdClassName
{
border-color: #701144;
}
.TagClassName
{
border-color: #701144;
}
</style>