Shades of Pompadour #70144A
Tints of Pompadour #70144A
RGB
CMYK
RGB Variations
Color information
#70144A (or 0x70144A) is known color: Pompadour. HEX triplet: 70, 14 and 4A. RGB value is (112,20,74). Sum of RGB (Red+Green+Blue) = 112+20+74=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70144A is #8FEBB5. Grayscale: #353535. Windows color (decimal): -9431990 or 4854896. OLE color: 4854896.
HSL color Cylindrical-coordinate representation of color #70144A: hue angle of 324.78º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70144A is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 74 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.56 |
| HSL | 324.78º | 0.7% | 0.26% | - |
| HSV(B) | 324.78º | 0.82% | 0.44% | - |
| XYZ | 8.17 | 4.44 | 6.9 | - |
| YUV | 53.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 74 | 0 | 0.82 | 0.34 | 0.56 | 324.78 | 0.7 | 0.26 |
| Hex | 70 | 14 | 4A | 0 | 52 | 22 | 38 | 145 | 46 | 1A |
| Octal | 160 | 24 | 112 | 0 | 122 | 42 | 70 | 505 | 106 | 32 |
| Binary | 1110000 | 10100 | 1001010 | 0 | 1010010 | 100010 | 111000 | 101000101 | 1000110 | 11010 |
Color Harmonies of #70144A
Complementary color
Monochromatic Colors of #70144A
Black with #70144A
Text Example
Text Example
White with #70144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70144A; }
p { color: rgb(112,20,74); }
H1.HeaderClassName
{
color: #70144A;
}
.AnyTagClassName
{
color: #70144A;
}
</style>
background-color css
<style>
a { background-color: #70144A; }
a { background-color: rgb(112,20,74); }
div.DivClassName
{
background-color: #70144A;
}
.BgClassName
{
background-color: #70144A;
}
</style>
border-color css
<style>
span { border-color: #70144A; }
span { border-color: rgb(112,20,74); }
td.TdClassName
{
border-color: #70144A;
}
.TagClassName
{
border-color: #70144A;
}
</style>