Shades of Pompadour #70103C
Tints of Pompadour #70103C
RGB
CMYK
RGB Variations
Color information
#70103C (or 0x70103C) is known color: Pompadour. HEX triplet: 70, 10 and 3C. RGB value is (112,16,60). Sum of RGB (Red+Green+Blue) = 112+16+60=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70103C is #8FEFC3. Grayscale: #313131. Windows color (decimal): -9433028 or 3936368. OLE color: 3936368.
HSL color Cylindrical-coordinate representation of color #70103C: hue angle of 332.5º 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 #70103C is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 60 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.56 |
| HSL | 332.5º | 0.75% | 0.25% | - |
| HSV(B) | 332.5º | 0.86% | 0.44% | - |
| XYZ | 7.68 | 4.14 | 4.67 | - |
| YUV | 49.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 60 | 0 | 0.86 | 0.46 | 0.56 | 332.5 | 0.75 | 0.25 |
| Hex | 70 | 10 | 3C | 0 | 56 | 2E | 38 | 14C | 4B | 19 |
| Octal | 160 | 20 | 74 | 0 | 126 | 56 | 70 | 514 | 113 | 31 |
| Binary | 1110000 | 10000 | 111100 | 0 | 1010110 | 101110 | 111000 | 101001100 | 1001011 | 11001 |
Color Harmonies of #70103C
Complementary color
Monochromatic Colors of #70103C
Black with #70103C
Text Example
Text Example
White with #70103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70103C; }
p { color: rgb(112,16,60); }
H1.HeaderClassName
{
color: #70103C;
}
.AnyTagClassName
{
color: #70103C;
}
</style>
background-color css
<style>
a { background-color: #70103C; }
a { background-color: rgb(112,16,60); }
div.DivClassName
{
background-color: #70103C;
}
.BgClassName
{
background-color: #70103C;
}
</style>
border-color css
<style>
span { border-color: #70103C; }
span { border-color: rgb(112,16,60); }
td.TdClassName
{
border-color: #70103C;
}
.TagClassName
{
border-color: #70103C;
}
</style>