Shades of Red Berry #701122
Tints of Red Berry #701122
RGB
CMYK
RGB Variations
Color information
#701122 (or 0x701122) is known color: Red Berry. HEX triplet: 70, 11 and 22. RGB value is (112,17,34). Sum of RGB (Red+Green+Blue) = 112+17+34=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701122 is #8FEEDD. Grayscale: #2F2F2F. Windows color (decimal): -9432798 or 2232688. OLE color: 2232688.
HSL color Cylindrical-coordinate representation of color #701122: hue angle of 349.26º 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 #701122 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 34 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.56 |
| HSL | 349.26º | 0.74% | 0.25% | - |
| HSV(B) | 349.26º | 0.85% | 0.44% | - |
| XYZ | 7.17 | 3.96 | 1.9 | - |
| YUV | 47.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 34 | 0 | 0.85 | 0.70 | 0.56 | 349.26 | 0.74 | 0.25 |
| Hex | 70 | 11 | 22 | 0 | 55 | 46 | 38 | 15D | 4A | 19 |
| Octal | 160 | 21 | 42 | 0 | 125 | 106 | 70 | 535 | 112 | 31 |
| Binary | 1110000 | 10001 | 100010 | 0 | 1010101 | 1000110 | 111000 | 101011101 | 1001010 | 11001 |
Color Harmonies of #701122
Complementary color
Monochromatic Colors of #701122
Black with #701122
Text Example
Text Example
White with #701122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701122; }
p { color: rgb(112,17,34); }
H1.HeaderClassName
{
color: #701122;
}
.AnyTagClassName
{
color: #701122;
}
</style>
background-color css
<style>
a { background-color: #701122; }
a { background-color: rgb(112,17,34); }
div.DivClassName
{
background-color: #701122;
}
.BgClassName
{
background-color: #701122;
}
</style>
border-color css
<style>
span { border-color: #701122; }
span { border-color: rgb(112,17,34); }
td.TdClassName
{
border-color: #701122;
}
.TagClassName
{
border-color: #701122;
}
</style>