Shades of Pompadour #70184C
Tints of Pompadour #70184C
RGB
CMYK
RGB Variations
Color information
#70184C (or 0x70184C) is known color: Pompadour. HEX triplet: 70, 18 and 4C. RGB value is (112,24,76). Sum of RGB (Red+Green+Blue) = 112+24+76=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70184C is #8FE7B3. Grayscale: #383838. Windows color (decimal): -9430964 or 4986992. OLE color: 4986992.
HSL color Cylindrical-coordinate representation of color #70184C: hue angle of 324.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70184C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 76 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.56 |
| HSL | 324.55º | 0.65% | 0.27% | - |
| HSV(B) | 324.55º | 0.79% | 0.44% | - |
| XYZ | 8.31 | 4.62 | 7.29 | - |
| YUV | 56.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 76 | 0 | 0.79 | 0.32 | 0.56 | 324.55 | 0.65 | 0.27 |
| Hex | 70 | 18 | 4C | 0 | 4F | 20 | 38 | 145 | 41 | 1B |
| Octal | 160 | 30 | 114 | 0 | 117 | 40 | 70 | 505 | 101 | 33 |
| Binary | 1110000 | 11000 | 1001100 | 0 | 1001111 | 100000 | 111000 | 101000101 | 1000001 | 11011 |
Color Harmonies of #70184C
Complementary color
Monochromatic Colors of #70184C
Black with #70184C
Text Example
Text Example
White with #70184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70184C; }
p { color: rgb(112,24,76); }
H1.HeaderClassName
{
color: #70184C;
}
.AnyTagClassName
{
color: #70184C;
}
</style>
background-color css
<style>
a { background-color: #70184C; }
a { background-color: rgb(112,24,76); }
div.DivClassName
{
background-color: #70184C;
}
.BgClassName
{
background-color: #70184C;
}
</style>
border-color css
<style>
span { border-color: #70184C; }
span { border-color: rgb(112,24,76); }
td.TdClassName
{
border-color: #70184C;
}
.TagClassName
{
border-color: #70184C;
}
</style>