Shades of Pompadour #70244D
Tints of Pompadour #70244D
RGB
CMYK
RGB Variations
Color information
#70244D (or 0x70244D) is known color: Pompadour. HEX triplet: 70, 24 and 4D. RGB value is (112,36,77). Sum of RGB (Red+Green+Blue) = 112+36+77=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70244D is #8FDBB2. Grayscale: #3F3F3F. Windows color (decimal): -9427891 or 5055600. OLE color: 5055600.
HSL color Cylindrical-coordinate representation of color #70244D: hue angle of 327.63º 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 #70244D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 77 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.56 |
| HSL | 327.63º | 0.51% | 0.29% | - |
| HSV(B) | 327.63º | 0.68% | 0.44% | - |
| XYZ | 8.65 | 5.24 | 7.58 | - |
| YUV | 63.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 77 | 0 | 0.68 | 0.31 | 0.56 | 327.63 | 0.51 | 0.29 |
| Hex | 70 | 24 | 4D | 0 | 44 | 1F | 38 | 148 | 33 | 1D |
| Octal | 160 | 44 | 115 | 0 | 104 | 37 | 70 | 510 | 63 | 35 |
| Binary | 1110000 | 100100 | 1001101 | 0 | 1000100 | 11111 | 111000 | 101001000 | 110011 | 11101 |
Color Harmonies of #70244D
Complementary color
Monochromatic Colors of #70244D
Black with #70244D
Text Example
Text Example
White with #70244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70244D; }
p { color: rgb(112,36,77); }
H1.HeaderClassName
{
color: #70244D;
}
.AnyTagClassName
{
color: #70244D;
}
</style>
background-color css
<style>
a { background-color: #70244D; }
a { background-color: rgb(112,36,77); }
div.DivClassName
{
background-color: #70244D;
}
.BgClassName
{
background-color: #70244D;
}
</style>
border-color css
<style>
span { border-color: #70244D; }
span { border-color: rgb(112,36,77); }
td.TdClassName
{
border-color: #70244D;
}
.TagClassName
{
border-color: #70244D;
}
</style>