Shades of Pompadour #70113A
Tints of Pompadour #70113A
RGB
CMYK
RGB Variations
Color information
#70113A (or 0x70113A) is known color: Pompadour. HEX triplet: 70, 11 and 3A. RGB value is (112,17,58). Sum of RGB (Red+Green+Blue) = 112+17+58=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70113A is #8FEEC5. Grayscale: #323232. Windows color (decimal): -9432774 or 3805552. OLE color: 3805552.
HSL color Cylindrical-coordinate representation of color #70113A: hue angle of 334.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70113A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 58 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.56 |
| HSL | 334.11º | 0.74% | 0.25% | - |
| HSV(B) | 334.11º | 0.85% | 0.44% | - |
| XYZ | 7.65 | 4.15 | 4.4 | - |
| YUV | 50.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 58 | 0 | 0.85 | 0.48 | 0.56 | 334.11 | 0.74 | 0.25 |
| Hex | 70 | 11 | 3A | 0 | 55 | 30 | 38 | 14E | 4A | 19 |
| Octal | 160 | 21 | 72 | 0 | 125 | 60 | 70 | 516 | 112 | 31 |
| Binary | 1110000 | 10001 | 111010 | 0 | 1010101 | 110000 | 111000 | 101001110 | 1001010 | 11001 |
Color Harmonies of #70113A
Complementary color
Monochromatic Colors of #70113A
Black with #70113A
Text Example
Text Example
White with #70113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70113A; }
p { color: rgb(112,17,58); }
H1.HeaderClassName
{
color: #70113A;
}
.AnyTagClassName
{
color: #70113A;
}
</style>
background-color css
<style>
a { background-color: #70113A; }
a { background-color: rgb(112,17,58); }
div.DivClassName
{
background-color: #70113A;
}
.BgClassName
{
background-color: #70113A;
}
</style>
border-color css
<style>
span { border-color: #70113A; }
span { border-color: rgb(112,17,58); }
td.TdClassName
{
border-color: #70113A;
}
.TagClassName
{
border-color: #70113A;
}
</style>