Shades of Pompadour #70193D
Tints of Pompadour #70193D
RGB
CMYK
RGB Variations
Color information
#70193D (or 0x70193D) is known color: Pompadour. HEX triplet: 70, 19 and 3D. RGB value is (112,25,61). Sum of RGB (Red+Green+Blue) = 112+25+61=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193D is #8FE6C2. Grayscale: #373737. Windows color (decimal): -9430723 or 4004208. OLE color: 4004208.
HSL color Cylindrical-coordinate representation of color #70193D: hue angle of 335.17º 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 #70193D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 61 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.56 |
| HSL | 335.17º | 0.64% | 0.27% | - |
| HSV(B) | 335.17º | 0.78% | 0.44% | - |
| XYZ | 7.87 | 4.48 | 4.86 | - |
| YUV | 55.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 61 | 0 | 0.78 | 0.46 | 0.56 | 335.17 | 0.64 | 0.27 |
| Hex | 70 | 19 | 3D | 0 | 4E | 2E | 38 | 14F | 40 | 1B |
| Octal | 160 | 31 | 75 | 0 | 116 | 56 | 70 | 517 | 100 | 33 |
| Binary | 1110000 | 11001 | 111101 | 0 | 1001110 | 101110 | 111000 | 101001111 | 1000000 | 11011 |
Color Harmonies of #70193D
Complementary color
Monochromatic Colors of #70193D
Black with #70193D
Text Example
Text Example
White with #70193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70193D; }
p { color: rgb(112,25,61); }
H1.HeaderClassName
{
color: #70193D;
}
.AnyTagClassName
{
color: #70193D;
}
</style>
background-color css
<style>
a { background-color: #70193D; }
a { background-color: rgb(112,25,61); }
div.DivClassName
{
background-color: #70193D;
}
.BgClassName
{
background-color: #70193D;
}
</style>
border-color css
<style>
span { border-color: #70193D; }
span { border-color: rgb(112,25,61); }
td.TdClassName
{
border-color: #70193D;
}
.TagClassName
{
border-color: #70193D;
}
</style>