Shades of Red Berry #701121
Tints of Red Berry #701121
RGB
CMYK
RGB Variations
Color information
#701121 (or 0x701121) is known color: Red Berry. HEX triplet: 70, 11 and 21. RGB value is (112,17,33). Sum of RGB (Red+Green+Blue) = 112+17+33=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701121 is #8FEEDE. Grayscale: #2F2F2F. Windows color (decimal): -9432799 or 2167152. OLE color: 2167152.
HSL color Cylindrical-coordinate representation of color #701121: hue angle of 349.89º 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 #701121 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 33 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.56 |
| HSL | 349.89º | 0.74% | 0.25% | - |
| HSV(B) | 349.89º | 0.85% | 0.44% | - |
| XYZ | 7.16 | 3.96 | 1.83 | - |
| YUV | 47.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 33 | 0 | 0.85 | 0.71 | 0.56 | 349.89 | 0.74 | 0.25 |
| Hex | 70 | 11 | 21 | 0 | 55 | 47 | 38 | 15E | 4A | 19 |
| Octal | 160 | 21 | 41 | 0 | 125 | 107 | 70 | 536 | 112 | 31 |
| Binary | 1110000 | 10001 | 100001 | 0 | 1010101 | 1000111 | 111000 | 101011110 | 1001010 | 11001 |
Color Harmonies of #701121
Complementary color
Monochromatic Colors of #701121
Black with #701121
Text Example
Text Example
White with #701121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701121; }
p { color: rgb(112,17,33); }
H1.HeaderClassName
{
color: #701121;
}
.AnyTagClassName
{
color: #701121;
}
</style>
background-color css
<style>
a { background-color: #701121; }
a { background-color: rgb(112,17,33); }
div.DivClassName
{
background-color: #701121;
}
.BgClassName
{
background-color: #701121;
}
</style>
border-color css
<style>
span { border-color: #701121; }
span { border-color: rgb(112,17,33); }
td.TdClassName
{
border-color: #701121;
}
.TagClassName
{
border-color: #701121;
}
</style>