Shades of Red Berry #70161C
Tints of Red Berry #70161C
RGB
CMYK
RGB Variations
Color information
#70161C (or 0x70161C) is known color: Red Berry. HEX triplet: 70, 16 and 1C. RGB value is (112,22,28). Sum of RGB (Red+Green+Blue) = 112+22+28=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70161C is #8FE9E3. Grayscale: #313131. Windows color (decimal): -9431524 or 1840752. OLE color: 1840752.
HSL color Cylindrical-coordinate representation of color #70161C: hue angle of 356º 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 #70161C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 28 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.56 |
| HSL | 356º | 0.67% | 0.26% | - |
| HSV(B) | 356º | 0.8% | 0.44% | - |
| XYZ | 7.18 | 4.1 | 1.51 | - |
| YUV | 49.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 28 | 0 | 0.80 | 0.75 | 0.56 | 356 | 0.67 | 0.26 |
| Hex | 70 | 16 | 1C | 0 | 50 | 4B | 38 | 164 | 43 | 1A |
| Octal | 160 | 26 | 34 | 0 | 120 | 113 | 70 | 544 | 103 | 32 |
| Binary | 1110000 | 10110 | 11100 | 0 | 1010000 | 1001011 | 111000 | 101100100 | 1000011 | 11010 |
Color Harmonies of #70161C
Complementary color
Monochromatic Colors of #70161C
Black with #70161C
Text Example
Text Example
White with #70161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70161C; }
p { color: rgb(112,22,28); }
H1.HeaderClassName
{
color: #70161C;
}
.AnyTagClassName
{
color: #70161C;
}
</style>
background-color css
<style>
a { background-color: #70161C; }
a { background-color: rgb(112,22,28); }
div.DivClassName
{
background-color: #70161C;
}
.BgClassName
{
background-color: #70161C;
}
</style>
border-color css
<style>
span { border-color: #70161C; }
span { border-color: rgb(112,22,28); }
td.TdClassName
{
border-color: #70161C;
}
.TagClassName
{
border-color: #70161C;
}
</style>