Shades of Pompadour #701241
Tints of Pompadour #701241
RGB
CMYK
RGB Variations
Color information
#701241 (or 0x701241) is known color: Pompadour. HEX triplet: 70, 12 and 41. RGB value is (112,18,65). Sum of RGB (Red+Green+Blue) = 112+18+65=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701241 is #8FEDBE. Grayscale: #333333. Windows color (decimal): -9432511 or 4264560. OLE color: 4264560.
HSL color Cylindrical-coordinate representation of color #701241: hue angle of 330º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701241 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 65 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.56 |
| HSL | 330º | 0.72% | 0.25% | - |
| HSV(B) | 330º | 0.84% | 0.44% | - |
| XYZ | 7.85 | 4.26 | 5.41 | - |
| YUV | 51.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 65 | 0 | 0.84 | 0.42 | 0.56 | 330 | 0.72 | 0.25 |
| Hex | 70 | 12 | 41 | 0 | 54 | 2A | 38 | 14A | 48 | 19 |
| Octal | 160 | 22 | 101 | 0 | 124 | 52 | 70 | 512 | 110 | 31 |
| Binary | 1110000 | 10010 | 1000001 | 0 | 1010100 | 101010 | 111000 | 101001010 | 1001000 | 11001 |
Color Harmonies of #701241
Complementary color
Monochromatic Colors of #701241
Black with #701241
Text Example
Text Example
White with #701241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701241; }
p { color: rgb(112,18,65); }
H1.HeaderClassName
{
color: #701241;
}
.AnyTagClassName
{
color: #701241;
}
</style>
background-color css
<style>
a { background-color: #701241; }
a { background-color: rgb(112,18,65); }
div.DivClassName
{
background-color: #701241;
}
.BgClassName
{
background-color: #701241;
}
</style>
border-color css
<style>
span { border-color: #701241; }
span { border-color: rgb(112,18,65); }
td.TdClassName
{
border-color: #701241;
}
.TagClassName
{
border-color: #701241;
}
</style>