Shades of Pompadour #700F55
Tints of Pompadour #700F55
RGB
CMYK
RGB Variations
Color information
#700F55 (or 0x700F55) is known color: Pompadour. HEX triplet: 70, 0F and 55. RGB value is (112,15,85). Sum of RGB (Red+Green+Blue) = 112+15+85=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F55 is #8FF0AA. Grayscale: #333333. Windows color (decimal): -9433259 or 5574512. OLE color: 5574512.
HSL color Cylindrical-coordinate representation of color #700F55: hue angle of 316.7º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F55 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 85 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.56 |
| HSL | 316.7º | 0.76% | 0.25% | - |
| HSV(B) | 316.7º | 0.87% | 0.44% | - |
| XYZ | 8.49 | 4.44 | 9 | - |
| YUV | 51.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 85 | 0 | 0.87 | 0.24 | 0.56 | 316.7 | 0.76 | 0.25 |
| Hex | 70 | F | 55 | 0 | 57 | 18 | 38 | 13D | 4C | 19 |
| Octal | 160 | 17 | 125 | 0 | 127 | 30 | 70 | 475 | 114 | 31 |
| Binary | 1110000 | 1111 | 1010101 | 0 | 1010111 | 11000 | 111000 | 100111101 | 1001100 | 11001 |
Color Harmonies of #700F55
Complementary color
Monochromatic Colors of #700F55
Black with #700F55
Text Example
Text Example
White with #700F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F55; }
p { color: rgb(112,15,85); }
H1.HeaderClassName
{
color: #700F55;
}
.AnyTagClassName
{
color: #700F55;
}
</style>
background-color css
<style>
a { background-color: #700F55; }
a { background-color: rgb(112,15,85); }
div.DivClassName
{
background-color: #700F55;
}
.BgClassName
{
background-color: #700F55;
}
</style>
border-color css
<style>
span { border-color: #700F55; }
span { border-color: rgb(112,15,85); }
td.TdClassName
{
border-color: #700F55;
}
.TagClassName
{
border-color: #700F55;
}
</style>