Shades of Pompadour #70193F
Tints of Pompadour #70193F
RGB
CMYK
RGB Variations
Color information
#70193F (or 0x70193F) is known color: Pompadour. HEX triplet: 70, 19 and 3F. RGB value is (112,25,63). Sum of RGB (Red+Green+Blue) = 112+25+63=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #70193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193F is #8FE6C0. Grayscale: #373737. Windows color (decimal): -9430721 or 4135280. OLE color: 4135280.
HSL color Cylindrical-coordinate representation of color #70193F: hue angle of 333.79º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70193F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 63 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.56 |
| HSL | 333.79º | 0.64% | 0.27% | - |
| HSV(B) | 333.79º | 0.78% | 0.44% | - |
| XYZ | 7.93 | 4.5 | 5.15 | - |
| YUV | 55.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 63 | 0 | 0.78 | 0.44 | 0.56 | 333.79 | 0.64 | 0.27 |
| Hex | 70 | 19 | 3F | 0 | 4E | 2C | 38 | 14E | 40 | 1B |
| Octal | 160 | 31 | 77 | 0 | 116 | 54 | 70 | 516 | 100 | 33 |
| Binary | 1110000 | 11001 | 111111 | 0 | 1001110 | 101100 | 111000 | 101001110 | 1000000 | 11011 |
Color Harmonies of #70193F
Complementary color
Monochromatic Colors of #70193F
Black with #70193F
Text Example
Text Example
White with #70193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70193F; }
p { color: rgb(112,25,63); }
H1.HeaderClassName
{
color: #70193F;
}
.AnyTagClassName
{
color: #70193F;
}
</style>
background-color css
<style>
a { background-color: #70193F; }
a { background-color: rgb(112,25,63); }
div.DivClassName
{
background-color: #70193F;
}
.BgClassName
{
background-color: #70193F;
}
</style>
border-color css
<style>
span { border-color: #70193F; }
span { border-color: rgb(112,25,63); }
td.TdClassName
{
border-color: #70193F;
}
.TagClassName
{
border-color: #70193F;
}
</style>