Shades of Pompadour #701341
Tints of Pompadour #701341
RGB
CMYK
RGB Variations
Color information
#701341 (or 0x701341) is known color: Pompadour. HEX triplet: 70, 13 and 41. RGB value is (112,19,65). Sum of RGB (Red+Green+Blue) = 112+19+65=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #701341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701341 is #8FECBE. Grayscale: #333333. Windows color (decimal): -9432255 or 4264816. OLE color: 4264816.
HSL color Cylindrical-coordinate representation of color #701341: hue angle of 330.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701341 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 65 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.56 |
| HSL | 330.32º | 0.71% | 0.26% | - |
| HSV(B) | 330.32º | 0.83% | 0.44% | - |
| XYZ | 7.87 | 4.29 | 5.41 | - |
| YUV | 52.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 65 | 0 | 0.83 | 0.42 | 0.56 | 330.32 | 0.71 | 0.26 |
| Hex | 70 | 13 | 41 | 0 | 53 | 2A | 38 | 14A | 47 | 1A |
| Octal | 160 | 23 | 101 | 0 | 123 | 52 | 70 | 512 | 107 | 32 |
| Binary | 1110000 | 10011 | 1000001 | 0 | 1010011 | 101010 | 111000 | 101001010 | 1000111 | 11010 |
Color Harmonies of #701341
Complementary color
Monochromatic Colors of #701341
Black with #701341
Text Example
Text Example
White with #701341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701341; }
p { color: rgb(112,19,65); }
H1.HeaderClassName
{
color: #701341;
}
.AnyTagClassName
{
color: #701341;
}
</style>
background-color css
<style>
a { background-color: #701341; }
a { background-color: rgb(112,19,65); }
div.DivClassName
{
background-color: #701341;
}
.BgClassName
{
background-color: #701341;
}
</style>
border-color css
<style>
span { border-color: #701341; }
span { border-color: rgb(112,19,65); }
td.TdClassName
{
border-color: #701341;
}
.TagClassName
{
border-color: #701341;
}
</style>