Shades of Red Berry #70161E
Tints of Red Berry #70161E
RGB
CMYK
RGB Variations
Color information
#70161E (or 0x70161E) is known color: Red Berry. HEX triplet: 70, 16 and 1E. RGB value is (112,22,30). Sum of RGB (Red+Green+Blue) = 112+22+30=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70161E is #8FE9E1. Grayscale: #313131. Windows color (decimal): -9431522 or 1971824. OLE color: 1971824.
HSL color Cylindrical-coordinate representation of color #70161E: hue angle of 354.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70161E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 30 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.56 |
| HSL | 354.67º | 0.67% | 0.26% | - |
| HSV(B) | 354.67º | 0.8% | 0.44% | - |
| XYZ | 7.2 | 4.11 | 1.64 | - |
| YUV | 49.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 30 | 0 | 0.80 | 0.73 | 0.56 | 354.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 1E | 0 | 50 | 49 | 38 | 163 | 43 | 1A |
| Octal | 160 | 26 | 36 | 0 | 120 | 111 | 70 | 543 | 103 | 32 |
| Binary | 1110000 | 10110 | 11110 | 0 | 1010000 | 1001001 | 111000 | 101100011 | 1000011 | 11010 |
Color Harmonies of #70161E
Complementary color
Monochromatic Colors of #70161E
Black with #70161E
Text Example
Text Example
White with #70161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70161E; }
p { color: rgb(112,22,30); }
H1.HeaderClassName
{
color: #70161E;
}
.AnyTagClassName
{
color: #70161E;
}
</style>
background-color css
<style>
a { background-color: #70161E; }
a { background-color: rgb(112,22,30); }
div.DivClassName
{
background-color: #70161E;
}
.BgClassName
{
background-color: #70161E;
}
</style>
border-color css
<style>
span { border-color: #70161E; }
span { border-color: rgb(112,22,30); }
td.TdClassName
{
border-color: #70161E;
}
.TagClassName
{
border-color: #70161E;
}
</style>