Shades of Red Berry #70141A
Tints of Red Berry #70141A
RGB
CMYK
RGB Variations
Color information
#70141A (or 0x70141A) is known color: Red Berry. HEX triplet: 70, 14 and 1A. RGB value is (112,20,26). Sum of RGB (Red+Green+Blue) = 112+20+26=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141A is #8FEBE5. Grayscale: #303030. Windows color (decimal): -9432038 or 1709168. OLE color: 1709168.
HSL color Cylindrical-coordinate representation of color #70141A: hue angle of 356.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70141A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 26 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.56 |
| HSL | 356.09º | 0.7% | 0.26% | - |
| HSV(B) | 356.09º | 0.82% | 0.44% | - |
| XYZ | 7.12 | 4.02 | 1.38 | - |
| YUV | 48.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 26 | 0 | 0.82 | 0.77 | 0.56 | 356.09 | 0.7 | 0.26 |
| Hex | 70 | 14 | 1A | 0 | 52 | 4D | 38 | 164 | 46 | 1A |
| Octal | 160 | 24 | 32 | 0 | 122 | 115 | 70 | 544 | 106 | 32 |
| Binary | 1110000 | 10100 | 11010 | 0 | 1010010 | 1001101 | 111000 | 101100100 | 1000110 | 11010 |
Color Harmonies of #70141A
Complementary color
Monochromatic Colors of #70141A
Black with #70141A
Text Example
Text Example
White with #70141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70141A; }
p { color: rgb(112,20,26); }
H1.HeaderClassName
{
color: #70141A;
}
.AnyTagClassName
{
color: #70141A;
}
</style>
background-color css
<style>
a { background-color: #70141A; }
a { background-color: rgb(112,20,26); }
div.DivClassName
{
background-color: #70141A;
}
.BgClassName
{
background-color: #70141A;
}
</style>
border-color css
<style>
span { border-color: #70141A; }
span { border-color: rgb(112,20,26); }
td.TdClassName
{
border-color: #70141A;
}
.TagClassName
{
border-color: #70141A;
}
</style>