Shades of Pompadour #70114B
Tints of Pompadour #70114B
RGB
CMYK
RGB Variations
Color information
#70114B (or 0x70114B) is known color: Pompadour. HEX triplet: 70, 11 and 4B. RGB value is (112,17,75). Sum of RGB (Red+Green+Blue) = 112+17+75=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70114B is #8FEEB4. Grayscale: #333333. Windows color (decimal): -9432757 or 4919664. OLE color: 4919664.
HSL color Cylindrical-coordinate representation of color #70114B: hue angle of 323.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70114B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 75 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.56 |
| HSL | 323.37º | 0.74% | 0.25% | - |
| HSV(B) | 323.37º | 0.85% | 0.44% | - |
| XYZ | 8.15 | 4.35 | 7.07 | - |
| YUV | 52.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 75 | 0 | 0.85 | 0.33 | 0.56 | 323.37 | 0.74 | 0.25 |
| Hex | 70 | 11 | 4B | 0 | 55 | 21 | 38 | 143 | 4A | 19 |
| Octal | 160 | 21 | 113 | 0 | 125 | 41 | 70 | 503 | 112 | 31 |
| Binary | 1110000 | 10001 | 1001011 | 0 | 1010101 | 100001 | 111000 | 101000011 | 1001010 | 11001 |
Color Harmonies of #70114B
Complementary color
Monochromatic Colors of #70114B
Black with #70114B
Text Example
Text Example
White with #70114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70114B; }
p { color: rgb(112,17,75); }
H1.HeaderClassName
{
color: #70114B;
}
.AnyTagClassName
{
color: #70114B;
}
</style>
background-color css
<style>
a { background-color: #70114B; }
a { background-color: rgb(112,17,75); }
div.DivClassName
{
background-color: #70114B;
}
.BgClassName
{
background-color: #70114B;
}
</style>
border-color css
<style>
span { border-color: #70114B; }
span { border-color: rgb(112,17,75); }
td.TdClassName
{
border-color: #70114B;
}
.TagClassName
{
border-color: #70114B;
}
</style>