Shades of Pompadour #701441
Tints of Pompadour #701441
RGB
CMYK
RGB Variations
Color information
#701441 (or 0x701441) is known color: Pompadour. HEX triplet: 70, 14 and 41. RGB value is (112,20,65). Sum of RGB (Red+Green+Blue) = 112+20+65=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701441 is #8FEBBE. Grayscale: #343434. Windows color (decimal): -9431999 or 4265072. OLE color: 4265072.
HSL color Cylindrical-coordinate representation of color #701441: hue angle of 330.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701441 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 65 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.56 |
| HSL | 330.65º | 0.7% | 0.26% | - |
| HSV(B) | 330.65º | 0.82% | 0.44% | - |
| XYZ | 7.89 | 4.33 | 5.42 | - |
| YUV | 52.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 65 | 0 | 0.82 | 0.42 | 0.56 | 330.65 | 0.7 | 0.26 |
| Hex | 70 | 14 | 41 | 0 | 52 | 2A | 38 | 14B | 46 | 1A |
| Octal | 160 | 24 | 101 | 0 | 122 | 52 | 70 | 513 | 106 | 32 |
| Binary | 1110000 | 10100 | 1000001 | 0 | 1010010 | 101010 | 111000 | 101001011 | 1000110 | 11010 |
Color Harmonies of #701441
Complementary color
Monochromatic Colors of #701441
Black with #701441
Text Example
Text Example
White with #701441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701441; }
p { color: rgb(112,20,65); }
H1.HeaderClassName
{
color: #701441;
}
.AnyTagClassName
{
color: #701441;
}
</style>
background-color css
<style>
a { background-color: #701441; }
a { background-color: rgb(112,20,65); }
div.DivClassName
{
background-color: #701441;
}
.BgClassName
{
background-color: #701441;
}
</style>
border-color css
<style>
span { border-color: #701441; }
span { border-color: rgb(112,20,65); }
td.TdClassName
{
border-color: #701441;
}
.TagClassName
{
border-color: #701441;
}
</style>