Shades of Pompadour #70244E
Tints of Pompadour #70244E
RGB
CMYK
RGB Variations
Color information
#70244E (or 0x70244E) is known color: Pompadour. HEX triplet: 70, 24 and 4E. RGB value is (112,36,78). Sum of RGB (Red+Green+Blue) = 112+36+78=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70244E is #8FDBB1. Grayscale: #3F3F3F. Windows color (decimal): -9427890 or 5121136. OLE color: 5121136.
HSL color Cylindrical-coordinate representation of color #70244E: hue angle of 326.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70244E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 78 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.56 |
| HSL | 326.84º | 0.51% | 0.29% | - |
| HSV(B) | 326.84º | 0.68% | 0.44% | - |
| XYZ | 8.69 | 5.26 | 7.76 | - |
| YUV | 63.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 78 | 0 | 0.68 | 0.30 | 0.56 | 326.84 | 0.51 | 0.29 |
| Hex | 70 | 24 | 4E | 0 | 44 | 1E | 38 | 147 | 33 | 1D |
| Octal | 160 | 44 | 116 | 0 | 104 | 36 | 70 | 507 | 63 | 35 |
| Binary | 1110000 | 100100 | 1001110 | 0 | 1000100 | 11110 | 111000 | 101000111 | 110011 | 11101 |
Color Harmonies of #70244E
Complementary color
Monochromatic Colors of #70244E
Black with #70244E
Text Example
Text Example
White with #70244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70244E; }
p { color: rgb(112,36,78); }
H1.HeaderClassName
{
color: #70244E;
}
.AnyTagClassName
{
color: #70244E;
}
</style>
background-color css
<style>
a { background-color: #70244E; }
a { background-color: rgb(112,36,78); }
div.DivClassName
{
background-color: #70244E;
}
.BgClassName
{
background-color: #70244E;
}
</style>
border-color css
<style>
span { border-color: #70244E; }
span { border-color: rgb(112,36,78); }
td.TdClassName
{
border-color: #70244E;
}
.TagClassName
{
border-color: #70244E;
}
</style>