Shades of Pompadour #701354
Tints of Pompadour #701354
RGB
CMYK
RGB Variations
Color information
#701354 (or 0x701354) is known color: Pompadour. HEX triplet: 70, 13 and 54. RGB value is (112,19,84). Sum of RGB (Red+Green+Blue) = 112+19+84=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701354 is #8FECAB. Grayscale: #363636. Windows color (decimal): -9432236 or 5510000. OLE color: 5510000.
HSL color Cylindrical-coordinate representation of color #701354: hue angle of 318.06º 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 #701354 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 84 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.56 |
| HSL | 318.06º | 0.71% | 0.26% | - |
| HSV(B) | 318.06º | 0.83% | 0.44% | - |
| XYZ | 8.52 | 4.55 | 8.82 | - |
| YUV | 54.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 84 | 0 | 0.83 | 0.25 | 0.56 | 318.06 | 0.71 | 0.26 |
| Hex | 70 | 13 | 54 | 0 | 53 | 19 | 38 | 13E | 47 | 1A |
| Octal | 160 | 23 | 124 | 0 | 123 | 31 | 70 | 476 | 107 | 32 |
| Binary | 1110000 | 10011 | 1010100 | 0 | 1010011 | 11001 | 111000 | 100111110 | 1000111 | 11010 |
Color Harmonies of #701354
Complementary color
Monochromatic Colors of #701354
Black with #701354
Text Example
Text Example
White with #701354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701354; }
p { color: rgb(112,19,84); }
H1.HeaderClassName
{
color: #701354;
}
.AnyTagClassName
{
color: #701354;
}
</style>
background-color css
<style>
a { background-color: #701354; }
a { background-color: rgb(112,19,84); }
div.DivClassName
{
background-color: #701354;
}
.BgClassName
{
background-color: #701354;
}
</style>
border-color css
<style>
span { border-color: #701354; }
span { border-color: rgb(112,19,84); }
td.TdClassName
{
border-color: #701354;
}
.TagClassName
{
border-color: #701354;
}
</style>