Shades of Pompadour #70144D
Tints of Pompadour #70144D
RGB
CMYK
RGB Variations
Color information
#70144D (or 0x70144D) is known color: Pompadour. HEX triplet: 70, 14 and 4D. RGB value is (112,20,77). Sum of RGB (Red+Green+Blue) = 112+20+77=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70144D is #8FEBB2. Grayscale: #353535. Windows color (decimal): -9431987 or 5051504. OLE color: 5051504.
HSL color Cylindrical-coordinate representation of color #70144D: hue angle of 322.83º 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 #70144D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 77 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.56 |
| HSL | 322.83º | 0.7% | 0.26% | - |
| HSV(B) | 322.83º | 0.82% | 0.44% | - |
| XYZ | 8.27 | 4.48 | 7.45 | - |
| YUV | 54.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 77 | 0 | 0.82 | 0.31 | 0.56 | 322.83 | 0.7 | 0.26 |
| Hex | 70 | 14 | 4D | 0 | 52 | 1F | 38 | 143 | 46 | 1A |
| Octal | 160 | 24 | 115 | 0 | 122 | 37 | 70 | 503 | 106 | 32 |
| Binary | 1110000 | 10100 | 1001101 | 0 | 1010010 | 11111 | 111000 | 101000011 | 1000110 | 11010 |
Color Harmonies of #70144D
Complementary color
Monochromatic Colors of #70144D
Black with #70144D
Text Example
Text Example
White with #70144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70144D; }
p { color: rgb(112,20,77); }
H1.HeaderClassName
{
color: #70144D;
}
.AnyTagClassName
{
color: #70144D;
}
</style>
background-color css
<style>
a { background-color: #70144D; }
a { background-color: rgb(112,20,77); }
div.DivClassName
{
background-color: #70144D;
}
.BgClassName
{
background-color: #70144D;
}
</style>
border-color css
<style>
span { border-color: #70144D; }
span { border-color: rgb(112,20,77); }
td.TdClassName
{
border-color: #70144D;
}
.TagClassName
{
border-color: #70144D;
}
</style>