Shades of Pompadour #70124F
Tints of Pompadour #70124F
RGB
CMYK
RGB Variations
Color information
#70124F (or 0x70124F) is known color: Pompadour. HEX triplet: 70, 12 and 4F. RGB value is (112,18,79). Sum of RGB (Red+Green+Blue) = 112+18+79=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70124F is #8FEDB0. Grayscale: #343434. Windows color (decimal): -9432497 or 5182064. OLE color: 5182064.
HSL color Cylindrical-coordinate representation of color #70124F: hue angle of 321.06º 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 #70124F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 79 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.56 |
| HSL | 321.06º | 0.72% | 0.25% | - |
| HSV(B) | 321.06º | 0.84% | 0.44% | - |
| XYZ | 8.31 | 4.44 | 7.82 | - |
| YUV | 53.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 79 | 0 | 0.84 | 0.29 | 0.56 | 321.06 | 0.72 | 0.25 |
| Hex | 70 | 12 | 4F | 0 | 54 | 1D | 38 | 141 | 48 | 19 |
| Octal | 160 | 22 | 117 | 0 | 124 | 35 | 70 | 501 | 110 | 31 |
| Binary | 1110000 | 10010 | 1001111 | 0 | 1010100 | 11101 | 111000 | 101000001 | 1001000 | 11001 |
Color Harmonies of #70124F
Complementary color
Monochromatic Colors of #70124F
Black with #70124F
Text Example
Text Example
White with #70124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70124F; }
p { color: rgb(112,18,79); }
H1.HeaderClassName
{
color: #70124F;
}
.AnyTagClassName
{
color: #70124F;
}
</style>
background-color css
<style>
a { background-color: #70124F; }
a { background-color: rgb(112,18,79); }
div.DivClassName
{
background-color: #70124F;
}
.BgClassName
{
background-color: #70124F;
}
</style>
border-color css
<style>
span { border-color: #70124F; }
span { border-color: rgb(112,18,79); }
td.TdClassName
{
border-color: #70124F;
}
.TagClassName
{
border-color: #70124F;
}
</style>