Shades of Red Berry #701E20
Tints of Red Berry #701E20
RGB
CMYK
RGB Variations
Color information
#701E20 (or 0x701E20) is known color: Red Berry. HEX triplet: 70, 1E and 20. RGB value is (112,30,32). Sum of RGB (Red+Green+Blue) = 112+30+32=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #701E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E20 is #8FE1DF. Grayscale: #363636. Windows color (decimal): -9429472 or 2104944. OLE color: 2104944.
HSL color Cylindrical-coordinate representation of color #701E20: hue angle of 358.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E20 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 32 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.56 |
| HSL | 358.54º | 0.58% | 0.28% | - |
| HSV(B) | 358.54º | 0.73% | 0.44% | - |
| XYZ | 7.41 | 4.48 | 1.84 | - |
| YUV | 54.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 32 | 0 | 0.73 | 0.71 | 0.56 | 358.54 | 0.58 | 0.28 |
| Hex | 70 | 1E | 20 | 0 | 49 | 47 | 38 | 167 | 3A | 1C |
| Octal | 160 | 36 | 40 | 0 | 111 | 107 | 70 | 547 | 72 | 34 |
| Binary | 1110000 | 11110 | 100000 | 0 | 1001001 | 1000111 | 111000 | 101100111 | 111010 | 11100 |
Color Harmonies of #701E20
Complementary color
Monochromatic Colors of #701E20
Black with #701E20
Text Example
Text Example
White with #701E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E20; }
p { color: rgb(112,30,32); }
H1.HeaderClassName
{
color: #701E20;
}
.AnyTagClassName
{
color: #701E20;
}
</style>
background-color css
<style>
a { background-color: #701E20; }
a { background-color: rgb(112,30,32); }
div.DivClassName
{
background-color: #701E20;
}
.BgClassName
{
background-color: #701E20;
}
</style>
border-color css
<style>
span { border-color: #701E20; }
span { border-color: rgb(112,30,32); }
td.TdClassName
{
border-color: #701E20;
}
.TagClassName
{
border-color: #701E20;
}
</style>