Shades of Pompadour #70164A
Tints of Pompadour #70164A
RGB
CMYK
RGB Variations
Color information
#70164A (or 0x70164A) is known color: Pompadour. HEX triplet: 70, 16 and 4A. RGB value is (112,22,74). Sum of RGB (Red+Green+Blue) = 112+22+74=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70164A is #8FE9B5. Grayscale: #363636. Windows color (decimal): -9431478 or 4855408. OLE color: 4855408.
HSL color Cylindrical-coordinate representation of color #70164A: hue angle of 325.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70164A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 74 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.56 |
| HSL | 325.33º | 0.67% | 0.26% | - |
| HSV(B) | 325.33º | 0.8% | 0.44% | - |
| XYZ | 8.21 | 4.51 | 6.92 | - |
| YUV | 54.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 74 | 0 | 0.80 | 0.34 | 0.56 | 325.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 4A | 0 | 50 | 22 | 38 | 145 | 43 | 1A |
| Octal | 160 | 26 | 112 | 0 | 120 | 42 | 70 | 505 | 103 | 32 |
| Binary | 1110000 | 10110 | 1001010 | 0 | 1010000 | 100010 | 111000 | 101000101 | 1000011 | 11010 |
Color Harmonies of #70164A
Complementary color
Monochromatic Colors of #70164A
Black with #70164A
Text Example
Text Example
White with #70164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70164A; }
p { color: rgb(112,22,74); }
H1.HeaderClassName
{
color: #70164A;
}
.AnyTagClassName
{
color: #70164A;
}
</style>
background-color css
<style>
a { background-color: #70164A; }
a { background-color: rgb(112,22,74); }
div.DivClassName
{
background-color: #70164A;
}
.BgClassName
{
background-color: #70164A;
}
</style>
border-color css
<style>
span { border-color: #70164A; }
span { border-color: rgb(112,22,74); }
td.TdClassName
{
border-color: #70164A;
}
.TagClassName
{
border-color: #70164A;
}
</style>