Shades of Pompadour #70103D
Tints of Pompadour #70103D
RGB
CMYK
RGB Variations
Color information
#70103D (or 0x70103D) is known color: Pompadour. HEX triplet: 70, 10 and 3D. RGB value is (112,16,61). Sum of RGB (Red+Green+Blue) = 112+16+61=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70103D is #8FEFC2. Grayscale: #313131. Windows color (decimal): -9433027 or 4001904. OLE color: 4001904.
HSL color Cylindrical-coordinate representation of color #70103D: hue angle of 331.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70103D is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 61 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.56 |
| HSL | 331.88º | 0.75% | 0.25% | - |
| HSV(B) | 331.88º | 0.86% | 0.44% | - |
| XYZ | 7.71 | 4.15 | 4.81 | - |
| YUV | 49.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 61 | 0 | 0.86 | 0.46 | 0.56 | 331.88 | 0.75 | 0.25 |
| Hex | 70 | 10 | 3D | 0 | 56 | 2E | 38 | 14C | 4B | 19 |
| Octal | 160 | 20 | 75 | 0 | 126 | 56 | 70 | 514 | 113 | 31 |
| Binary | 1110000 | 10000 | 111101 | 0 | 1010110 | 101110 | 111000 | 101001100 | 1001011 | 11001 |
Color Harmonies of #70103D
Complementary color
Monochromatic Colors of #70103D
Black with #70103D
Text Example
Text Example
White with #70103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70103D; }
p { color: rgb(112,16,61); }
H1.HeaderClassName
{
color: #70103D;
}
.AnyTagClassName
{
color: #70103D;
}
</style>
background-color css
<style>
a { background-color: #70103D; }
a { background-color: rgb(112,16,61); }
div.DivClassName
{
background-color: #70103D;
}
.BgClassName
{
background-color: #70103D;
}
</style>
border-color css
<style>
span { border-color: #70103D; }
span { border-color: rgb(112,16,61); }
td.TdClassName
{
border-color: #70103D;
}
.TagClassName
{
border-color: #70103D;
}
</style>