Shades of Red Berry #701720
Tints of Red Berry #701720
RGB
CMYK
RGB Variations
Color information
#701720 (or 0x701720) is known color: Red Berry. HEX triplet: 70, 17 and 20. RGB value is (112,23,32). Sum of RGB (Red+Green+Blue) = 112+23+32=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701720 is #8FE8DF. Grayscale: #323232. Windows color (decimal): -9431264 or 2103152. OLE color: 2103152.
HSL color Cylindrical-coordinate representation of color #701720: hue angle of 353.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701720 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 32 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.56 |
| HSL | 353.93º | 0.66% | 0.26% | - |
| HSV(B) | 353.93º | 0.79% | 0.44% | - |
| XYZ | 7.25 | 4.16 | 1.79 | - |
| YUV | 50.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 32 | 0 | 0.79 | 0.71 | 0.56 | 353.93 | 0.66 | 0.26 |
| Hex | 70 | 17 | 20 | 0 | 4F | 47 | 38 | 162 | 42 | 1A |
| Octal | 160 | 27 | 40 | 0 | 117 | 107 | 70 | 542 | 102 | 32 |
| Binary | 1110000 | 10111 | 100000 | 0 | 1001111 | 1000111 | 111000 | 101100010 | 1000010 | 11010 |
Color Harmonies of #701720
Complementary color
Monochromatic Colors of #701720
Black with #701720
Text Example
Text Example
White with #701720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701720; }
p { color: rgb(112,23,32); }
H1.HeaderClassName
{
color: #701720;
}
.AnyTagClassName
{
color: #701720;
}
</style>
background-color css
<style>
a { background-color: #701720; }
a { background-color: rgb(112,23,32); }
div.DivClassName
{
background-color: #701720;
}
.BgClassName
{
background-color: #701720;
}
</style>
border-color css
<style>
span { border-color: #701720; }
span { border-color: rgb(112,23,32); }
td.TdClassName
{
border-color: #701720;
}
.TagClassName
{
border-color: #701720;
}
</style>