Shades of Red Berry #701F20
Tints of Red Berry #701F20
RGB
CMYK
RGB Variations
Color information
#701F20 (or 0x701F20) is known color: Red Berry. HEX triplet: 70, 1F and 20. RGB value is (112,31,32). Sum of RGB (Red+Green+Blue) = 112+31+32=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F20 is #8FE0DF. Grayscale: #373737. Windows color (decimal): -9429216 or 2105200. OLE color: 2105200.
HSL color Cylindrical-coordinate representation of color #701F20: hue angle of 359.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F20 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 32 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.56 |
| HSL | 359.26º | 0.57% | 0.28% | - |
| HSV(B) | 359.26º | 0.72% | 0.44% | - |
| XYZ | 7.43 | 4.53 | 1.85 | - |
| YUV | 55.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 32 | 0 | 0.72 | 0.71 | 0.56 | 359.26 | 0.57 | 0.28 |
| Hex | 70 | 1F | 20 | 0 | 48 | 47 | 38 | 167 | 39 | 1C |
| Octal | 160 | 37 | 40 | 0 | 110 | 107 | 70 | 547 | 71 | 34 |
| Binary | 1110000 | 11111 | 100000 | 0 | 1001000 | 1000111 | 111000 | 101100111 | 111001 | 11100 |
Color Harmonies of #701F20
Complementary color
Monochromatic Colors of #701F20
Black with #701F20
Text Example
Text Example
White with #701F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F20; }
p { color: rgb(112,31,32); }
H1.HeaderClassName
{
color: #701F20;
}
.AnyTagClassName
{
color: #701F20;
}
</style>
background-color css
<style>
a { background-color: #701F20; }
a { background-color: rgb(112,31,32); }
div.DivClassName
{
background-color: #701F20;
}
.BgClassName
{
background-color: #701F20;
}
</style>
border-color css
<style>
span { border-color: #701F20; }
span { border-color: rgb(112,31,32); }
td.TdClassName
{
border-color: #701F20;
}
.TagClassName
{
border-color: #701F20;
}
</style>