Shades of Red Berry #701920
Tints of Red Berry #701920
RGB
CMYK
RGB Variations
Color information
#701920 (or 0x701920) is known color: Red Berry. HEX triplet: 70, 19 and 20. RGB value is (112,25,32). Sum of RGB (Red+Green+Blue) = 112+25+32=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701920 is #8FE6DF. Grayscale: #333333. Windows color (decimal): -9430752 or 2103664. OLE color: 2103664.
HSL color Cylindrical-coordinate representation of color #701920: hue angle of 355.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701920 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 32 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.56 |
| HSL | 355.17º | 0.64% | 0.27% | - |
| HSV(B) | 355.17º | 0.78% | 0.44% | - |
| XYZ | 7.29 | 4.24 | 1.8 | - |
| YUV | 51.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 32 | 0 | 0.78 | 0.71 | 0.56 | 355.17 | 0.64 | 0.27 |
| Hex | 70 | 19 | 20 | 0 | 4E | 47 | 38 | 163 | 40 | 1B |
| Octal | 160 | 31 | 40 | 0 | 116 | 107 | 70 | 543 | 100 | 33 |
| Binary | 1110000 | 11001 | 100000 | 0 | 1001110 | 1000111 | 111000 | 101100011 | 1000000 | 11011 |
Color Harmonies of #701920
Complementary color
Monochromatic Colors of #701920
Black with #701920
Text Example
Text Example
White with #701920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701920; }
p { color: rgb(112,25,32); }
H1.HeaderClassName
{
color: #701920;
}
.AnyTagClassName
{
color: #701920;
}
</style>
background-color css
<style>
a { background-color: #701920; }
a { background-color: rgb(112,25,32); }
div.DivClassName
{
background-color: #701920;
}
.BgClassName
{
background-color: #701920;
}
</style>
border-color css
<style>
span { border-color: #701920; }
span { border-color: rgb(112,25,32); }
td.TdClassName
{
border-color: #701920;
}
.TagClassName
{
border-color: #701920;
}
</style>