Shades of Pompadour #701941
Tints of Pompadour #701941
RGB
CMYK
RGB Variations
Color information
#701941 (or 0x701941) is known color: Pompadour. HEX triplet: 70, 19 and 41. RGB value is (112,25,65). Sum of RGB (Red+Green+Blue) = 112+25+65=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701941 is #8FE6BE. Grayscale: #373737. Windows color (decimal): -9430719 or 4266352. OLE color: 4266352.
HSL color Cylindrical-coordinate representation of color #701941: hue angle of 332.41º 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 #701941 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 65 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.56 |
| HSL | 332.41º | 0.64% | 0.27% | - |
| HSV(B) | 332.41º | 0.78% | 0.44% | - |
| XYZ | 7.98 | 4.52 | 5.45 | - |
| YUV | 55.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 65 | 0 | 0.78 | 0.42 | 0.56 | 332.41 | 0.64 | 0.27 |
| Hex | 70 | 19 | 41 | 0 | 4E | 2A | 38 | 14C | 40 | 1B |
| Octal | 160 | 31 | 101 | 0 | 116 | 52 | 70 | 514 | 100 | 33 |
| Binary | 1110000 | 11001 | 1000001 | 0 | 1001110 | 101010 | 111000 | 101001100 | 1000000 | 11011 |
Color Harmonies of #701941
Complementary color
Monochromatic Colors of #701941
Black with #701941
Text Example
Text Example
White with #701941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701941; }
p { color: rgb(112,25,65); }
H1.HeaderClassName
{
color: #701941;
}
.AnyTagClassName
{
color: #701941;
}
</style>
background-color css
<style>
a { background-color: #701941; }
a { background-color: rgb(112,25,65); }
div.DivClassName
{
background-color: #701941;
}
.BgClassName
{
background-color: #701941;
}
</style>
border-color css
<style>
span { border-color: #701941; }
span { border-color: rgb(112,25,65); }
td.TdClassName
{
border-color: #701941;
}
.TagClassName
{
border-color: #701941;
}
</style>