Shades of Red Berry #701116
Tints of Red Berry #701116
RGB
CMYK
RGB Variations
Color information
#701116 (or 0x701116) is known color: Red Berry. HEX triplet: 70, 11 and 16. RGB value is (112,17,22). Sum of RGB (Red+Green+Blue) = 112+17+22=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701116 is #8FEEE9. Grayscale: #2E2E2E. Windows color (decimal): -9432810 or 1446256. OLE color: 1446256.
HSL color Cylindrical-coordinate representation of color #701116: hue angle of 356.84º 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 #701116 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 22 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.56 |
| HSL | 356.84º | 0.74% | 0.25% | - |
| HSV(B) | 356.84º | 0.85% | 0.44% | - |
| XYZ | 7.03 | 3.9 | 1.14 | - |
| YUV | 45.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 22 | 0 | 0.85 | 0.80 | 0.56 | 356.84 | 0.74 | 0.25 |
| Hex | 70 | 11 | 16 | 0 | 55 | 50 | 38 | 165 | 4A | 19 |
| Octal | 160 | 21 | 26 | 0 | 125 | 120 | 70 | 545 | 112 | 31 |
| Binary | 1110000 | 10001 | 10110 | 0 | 1010101 | 1010000 | 111000 | 101100101 | 1001010 | 11001 |
Color Harmonies of #701116
Complementary color
Monochromatic Colors of #701116
Black with #701116
Text Example
Text Example
White with #701116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701116; }
p { color: rgb(112,17,22); }
H1.HeaderClassName
{
color: #701116;
}
.AnyTagClassName
{
color: #701116;
}
</style>
background-color css
<style>
a { background-color: #701116; }
a { background-color: rgb(112,17,22); }
div.DivClassName
{
background-color: #701116;
}
.BgClassName
{
background-color: #701116;
}
</style>
border-color css
<style>
span { border-color: #701116; }
span { border-color: rgb(112,17,22); }
td.TdClassName
{
border-color: #701116;
}
.TagClassName
{
border-color: #701116;
}
</style>