Shades of Red Berry #701317
Tints of Red Berry #701317
RGB
CMYK
RGB Variations
Color information
#701317 (or 0x701317) is known color: Red Berry. HEX triplet: 70, 13 and 17. RGB value is (112,19,23). Sum of RGB (Red+Green+Blue) = 112+19+23=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701317 is #8FECE8. Grayscale: #2F2F2F. Windows color (decimal): -9432297 or 1512304. OLE color: 1512304.
HSL color Cylindrical-coordinate representation of color #701317: hue angle of 357.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701317 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 23 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.56 |
| HSL | 357.42º | 0.71% | 0.26% | - |
| HSV(B) | 357.42º | 0.83% | 0.44% | - |
| XYZ | 7.07 | 3.97 | 1.2 | - |
| YUV | 47.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 23 | 0 | 0.83 | 0.79 | 0.56 | 357.42 | 0.71 | 0.26 |
| Hex | 70 | 13 | 17 | 0 | 53 | 4F | 38 | 165 | 47 | 1A |
| Octal | 160 | 23 | 27 | 0 | 123 | 117 | 70 | 545 | 107 | 32 |
| Binary | 1110000 | 10011 | 10111 | 0 | 1010011 | 1001111 | 111000 | 101100101 | 1000111 | 11010 |
Color Harmonies of #701317
Complementary color
Monochromatic Colors of #701317
Black with #701317
Text Example
Text Example
White with #701317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701317; }
p { color: rgb(112,19,23); }
H1.HeaderClassName
{
color: #701317;
}
.AnyTagClassName
{
color: #701317;
}
</style>
background-color css
<style>
a { background-color: #701317; }
a { background-color: rgb(112,19,23); }
div.DivClassName
{
background-color: #701317;
}
.BgClassName
{
background-color: #701317;
}
</style>
border-color css
<style>
span { border-color: #701317; }
span { border-color: rgb(112,19,23); }
td.TdClassName
{
border-color: #701317;
}
.TagClassName
{
border-color: #701317;
}
</style>