Shades of Pompadour #70194E
Tints of Pompadour #70194E
RGB
CMYK
RGB Variations
Color information
#70194E (or 0x70194E) is known color: Pompadour. HEX triplet: 70, 19 and 4E. RGB value is (112,25,78). Sum of RGB (Red+Green+Blue) = 112+25+78=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70194E is #8FE6B1. Grayscale: #383838. Windows color (decimal): -9430706 or 5118320. OLE color: 5118320.
HSL color Cylindrical-coordinate representation of color #70194E: hue angle of 323.45º 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 #70194E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 78 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.56 |
| HSL | 323.45º | 0.64% | 0.27% | - |
| HSV(B) | 323.45º | 0.78% | 0.44% | - |
| XYZ | 8.4 | 4.69 | 7.67 | - |
| YUV | 57.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 78 | 0 | 0.78 | 0.30 | 0.56 | 323.45 | 0.64 | 0.27 |
| Hex | 70 | 19 | 4E | 0 | 4E | 1E | 38 | 143 | 40 | 1B |
| Octal | 160 | 31 | 116 | 0 | 116 | 36 | 70 | 503 | 100 | 33 |
| Binary | 1110000 | 11001 | 1001110 | 0 | 1001110 | 11110 | 111000 | 101000011 | 1000000 | 11011 |
Color Harmonies of #70194E
Complementary color
Monochromatic Colors of #70194E
Black with #70194E
Text Example
Text Example
White with #70194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70194E; }
p { color: rgb(112,25,78); }
H1.HeaderClassName
{
color: #70194E;
}
.AnyTagClassName
{
color: #70194E;
}
</style>
background-color css
<style>
a { background-color: #70194E; }
a { background-color: rgb(112,25,78); }
div.DivClassName
{
background-color: #70194E;
}
.BgClassName
{
background-color: #70194E;
}
</style>
border-color css
<style>
span { border-color: #70194E; }
span { border-color: rgb(112,25,78); }
td.TdClassName
{
border-color: #70194E;
}
.TagClassName
{
border-color: #70194E;
}
</style>