Shades of Pompadour #701250
Tints of Pompadour #701250
RGB
CMYK
RGB Variations
Color information
#701250 (or 0x701250) is known color: Pompadour. HEX triplet: 70, 12 and 50. RGB value is (112,18,80). Sum of RGB (Red+Green+Blue) = 112+18+80=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701250 is #8FEDAF. Grayscale: #353535. Windows color (decimal): -9432496 or 5247600. OLE color: 5247600.
HSL color Cylindrical-coordinate representation of color #701250: hue angle of 320.43º 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 #701250 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 80 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.56 |
| HSL | 320.43º | 0.72% | 0.25% | - |
| HSV(B) | 320.43º | 0.84% | 0.44% | - |
| XYZ | 8.35 | 4.46 | 8.01 | - |
| YUV | 53.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 80 | 0 | 0.84 | 0.29 | 0.56 | 320.43 | 0.72 | 0.25 |
| Hex | 70 | 12 | 50 | 0 | 54 | 1D | 38 | 140 | 48 | 19 |
| Octal | 160 | 22 | 120 | 0 | 124 | 35 | 70 | 500 | 110 | 31 |
| Binary | 1110000 | 10010 | 1010000 | 0 | 1010100 | 11101 | 111000 | 101000000 | 1001000 | 11001 |
Color Harmonies of #701250
Complementary color
Monochromatic Colors of #701250
Black with #701250
Text Example
Text Example
White with #701250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701250; }
p { color: rgb(112,18,80); }
H1.HeaderClassName
{
color: #701250;
}
.AnyTagClassName
{
color: #701250;
}
</style>
background-color css
<style>
a { background-color: #701250; }
a { background-color: rgb(112,18,80); }
div.DivClassName
{
background-color: #701250;
}
.BgClassName
{
background-color: #701250;
}
</style>
border-color css
<style>
span { border-color: #701250; }
span { border-color: rgb(112,18,80); }
td.TdClassName
{
border-color: #701250;
}
.TagClassName
{
border-color: #701250;
}
</style>