Shades of Pompadour #70184B
Tints of Pompadour #70184B
RGB
CMYK
RGB Variations
Color information
#70184B (or 0x70184B) is known color: Pompadour. HEX triplet: 70, 18 and 4B. RGB value is (112,24,75). Sum of RGB (Red+Green+Blue) = 112+24+75=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70184B is #8FE7B4. Grayscale: #383838. Windows color (decimal): -9430965 or 4921456. OLE color: 4921456.
HSL color Cylindrical-coordinate representation of color #70184B: hue angle of 325.23º 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 #70184B is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 75 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.56 |
| HSL | 325.23º | 0.65% | 0.27% | - |
| HSV(B) | 325.23º | 0.79% | 0.44% | - |
| XYZ | 8.28 | 4.61 | 7.11 | - |
| YUV | 56.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 75 | 0 | 0.79 | 0.33 | 0.56 | 325.23 | 0.65 | 0.27 |
| Hex | 70 | 18 | 4B | 0 | 4F | 21 | 38 | 145 | 41 | 1B |
| Octal | 160 | 30 | 113 | 0 | 117 | 41 | 70 | 505 | 101 | 33 |
| Binary | 1110000 | 11000 | 1001011 | 0 | 1001111 | 100001 | 111000 | 101000101 | 1000001 | 11011 |
Color Harmonies of #70184B
Complementary color
Monochromatic Colors of #70184B
Black with #70184B
Text Example
Text Example
White with #70184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70184B; }
p { color: rgb(112,24,75); }
H1.HeaderClassName
{
color: #70184B;
}
.AnyTagClassName
{
color: #70184B;
}
</style>
background-color css
<style>
a { background-color: #70184B; }
a { background-color: rgb(112,24,75); }
div.DivClassName
{
background-color: #70184B;
}
.BgClassName
{
background-color: #70184B;
}
</style>
border-color css
<style>
span { border-color: #70184B; }
span { border-color: rgb(112,24,75); }
td.TdClassName
{
border-color: #70184B;
}
.TagClassName
{
border-color: #70184B;
}
</style>