Shades of Pompadour #701254
Tints of Pompadour #701254
RGB
CMYK
RGB Variations
Color information
#701254 (or 0x701254) is known color: Pompadour. HEX triplet: 70, 12 and 54. RGB value is (112,18,84). Sum of RGB (Red+Green+Blue) = 112+18+84=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701254 is #8FEDAB. Grayscale: #353535. Windows color (decimal): -9432492 or 5509744. OLE color: 5509744.
HSL color Cylindrical-coordinate representation of color #701254: hue angle of 317.87º 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 #701254 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 84 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.56 |
| HSL | 317.87º | 0.72% | 0.25% | - |
| HSV(B) | 317.87º | 0.84% | 0.44% | - |
| XYZ | 8.5 | 4.52 | 8.81 | - |
| YUV | 53.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 84 | 0 | 0.84 | 0.25 | 0.56 | 317.87 | 0.72 | 0.25 |
| Hex | 70 | 12 | 54 | 0 | 54 | 19 | 38 | 13E | 48 | 19 |
| Octal | 160 | 22 | 124 | 0 | 124 | 31 | 70 | 476 | 110 | 31 |
| Binary | 1110000 | 10010 | 1010100 | 0 | 1010100 | 11001 | 111000 | 100111110 | 1001000 | 11001 |
Color Harmonies of #701254
Complementary color
Monochromatic Colors of #701254
Black with #701254
Text Example
Text Example
White with #701254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701254; }
p { color: rgb(112,18,84); }
H1.HeaderClassName
{
color: #701254;
}
.AnyTagClassName
{
color: #701254;
}
</style>
background-color css
<style>
a { background-color: #701254; }
a { background-color: rgb(112,18,84); }
div.DivClassName
{
background-color: #701254;
}
.BgClassName
{
background-color: #701254;
}
</style>
border-color css
<style>
span { border-color: #701254; }
span { border-color: rgb(112,18,84); }
td.TdClassName
{
border-color: #701254;
}
.TagClassName
{
border-color: #701254;
}
</style>