Shades of Pompadour #70194B
Tints of Pompadour #70194B
RGB
CMYK
RGB Variations
Color information
#70194B (or 0x70194B) is known color: Pompadour. HEX triplet: 70, 19 and 4B. RGB value is (112,25,75). Sum of RGB (Red+Green+Blue) = 112+25+75=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70194B is #8FE6B4. Grayscale: #383838. Windows color (decimal): -9430709 or 4921712. OLE color: 4921712.
HSL color Cylindrical-coordinate representation of color #70194B: hue angle of 325.52º 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 #70194B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 75 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.56 |
| HSL | 325.52º | 0.64% | 0.27% | - |
| HSV(B) | 325.52º | 0.78% | 0.44% | - |
| XYZ | 8.3 | 4.65 | 7.12 | - |
| YUV | 56.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 75 | 0 | 0.78 | 0.33 | 0.56 | 325.52 | 0.64 | 0.27 |
| Hex | 70 | 19 | 4B | 0 | 4E | 21 | 38 | 146 | 40 | 1B |
| Octal | 160 | 31 | 113 | 0 | 116 | 41 | 70 | 506 | 100 | 33 |
| Binary | 1110000 | 11001 | 1001011 | 0 | 1001110 | 100001 | 111000 | 101000110 | 1000000 | 11011 |
Color Harmonies of #70194B
Complementary color
Monochromatic Colors of #70194B
Black with #70194B
Text Example
Text Example
White with #70194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70194B; }
p { color: rgb(112,25,75); }
H1.HeaderClassName
{
color: #70194B;
}
.AnyTagClassName
{
color: #70194B;
}
</style>
background-color css
<style>
a { background-color: #70194B; }
a { background-color: rgb(112,25,75); }
div.DivClassName
{
background-color: #70194B;
}
.BgClassName
{
background-color: #70194B;
}
</style>
border-color css
<style>
span { border-color: #70194B; }
span { border-color: rgb(112,25,75); }
td.TdClassName
{
border-color: #70194B;
}
.TagClassName
{
border-color: #70194B;
}
</style>