Shades of Red Berry #70161B
Tints of Red Berry #70161B
RGB
CMYK
RGB Variations
Color information
#70161B (or 0x70161B) is known color: Red Berry. HEX triplet: 70, 16 and 1B. RGB value is (112,22,27). Sum of RGB (Red+Green+Blue) = 112+22+27=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70161B is #8FE9E4. Grayscale: #313131. Windows color (decimal): -9431525 or 1775216. OLE color: 1775216.
HSL color Cylindrical-coordinate representation of color #70161B: hue angle of 356.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 #70161B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 27 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.56 |
| HSL | 356.67º | 0.67% | 0.26% | - |
| HSV(B) | 356.67º | 0.8% | 0.44% | - |
| XYZ | 7.17 | 4.1 | 1.45 | - |
| YUV | 49.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 27 | 0 | 0.80 | 0.76 | 0.56 | 356.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 1B | 0 | 50 | 4C | 38 | 165 | 43 | 1A |
| Octal | 160 | 26 | 33 | 0 | 120 | 114 | 70 | 545 | 103 | 32 |
| Binary | 1110000 | 10110 | 11011 | 0 | 1010000 | 1001100 | 111000 | 101100101 | 1000011 | 11010 |
Color Harmonies of #70161B
Complementary color
Monochromatic Colors of #70161B
Black with #70161B
Text Example
Text Example
White with #70161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70161B; }
p { color: rgb(112,22,27); }
H1.HeaderClassName
{
color: #70161B;
}
.AnyTagClassName
{
color: #70161B;
}
</style>
background-color css
<style>
a { background-color: #70161B; }
a { background-color: rgb(112,22,27); }
div.DivClassName
{
background-color: #70161B;
}
.BgClassName
{
background-color: #70161B;
}
</style>
border-color css
<style>
span { border-color: #70161B; }
span { border-color: rgb(112,22,27); }
td.TdClassName
{
border-color: #70161B;
}
.TagClassName
{
border-color: #70161B;
}
</style>