Shades of Pompadour #700F53
Tints of Pompadour #700F53
RGB
CMYK
RGB Variations
Color information
#700F53 (or 0x700F53) is known color: Pompadour. HEX triplet: 70, 0F and 53. RGB value is (112,15,83). Sum of RGB (Red+Green+Blue) = 112+15+83=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F53 is #8FF0AC. Grayscale: #333333. Windows color (decimal): -9433261 or 5443440. OLE color: 5443440.
HSL color Cylindrical-coordinate representation of color #700F53: hue angle of 317.94º 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 #700F53 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 83 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.56 |
| HSL | 317.94º | 0.76% | 0.25% | - |
| HSV(B) | 317.94º | 0.87% | 0.44% | - |
| XYZ | 8.41 | 4.41 | 8.59 | - |
| YUV | 51.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 83 | 0 | 0.87 | 0.26 | 0.56 | 317.94 | 0.76 | 0.25 |
| Hex | 70 | F | 53 | 0 | 57 | 1A | 38 | 13E | 4C | 19 |
| Octal | 160 | 17 | 123 | 0 | 127 | 32 | 70 | 476 | 114 | 31 |
| Binary | 1110000 | 1111 | 1010011 | 0 | 1010111 | 11010 | 111000 | 100111110 | 1001100 | 11001 |
Color Harmonies of #700F53
Complementary color
Monochromatic Colors of #700F53
Black with #700F53
Text Example
Text Example
White with #700F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F53; }
p { color: rgb(112,15,83); }
H1.HeaderClassName
{
color: #700F53;
}
.AnyTagClassName
{
color: #700F53;
}
</style>
background-color css
<style>
a { background-color: #700F53; }
a { background-color: rgb(112,15,83); }
div.DivClassName
{
background-color: #700F53;
}
.BgClassName
{
background-color: #700F53;
}
</style>
border-color css
<style>
span { border-color: #700F53; }
span { border-color: rgb(112,15,83); }
td.TdClassName
{
border-color: #700F53;
}
.TagClassName
{
border-color: #700F53;
}
</style>