Shades of Red Berry #70131C
Tints of Red Berry #70131C
RGB
CMYK
RGB Variations
Color information
#70131C (or 0x70131C) is known color: Red Berry. HEX triplet: 70, 13 and 1C. RGB value is (112,19,28). Sum of RGB (Red+Green+Blue) = 112+19+28=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70131C is #8FECE3. Grayscale: #2F2F2F. Windows color (decimal): -9432292 or 1839984. OLE color: 1839984.
HSL color Cylindrical-coordinate representation of color #70131C: hue angle of 354.19º 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 #70131C is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 28 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.56 |
| HSL | 354.19º | 0.71% | 0.26% | - |
| HSV(B) | 354.19º | 0.83% | 0.44% | - |
| XYZ | 7.12 | 3.99 | 1.49 | - |
| YUV | 47.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 28 | 0 | 0.83 | 0.75 | 0.56 | 354.19 | 0.71 | 0.26 |
| Hex | 70 | 13 | 1C | 0 | 53 | 4B | 38 | 162 | 47 | 1A |
| Octal | 160 | 23 | 34 | 0 | 123 | 113 | 70 | 542 | 107 | 32 |
| Binary | 1110000 | 10011 | 11100 | 0 | 1010011 | 1001011 | 111000 | 101100010 | 1000111 | 11010 |
Color Harmonies of #70131C
Complementary color
Monochromatic Colors of #70131C
Black with #70131C
Text Example
Text Example
White with #70131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70131C; }
p { color: rgb(112,19,28); }
H1.HeaderClassName
{
color: #70131C;
}
.AnyTagClassName
{
color: #70131C;
}
</style>
background-color css
<style>
a { background-color: #70131C; }
a { background-color: rgb(112,19,28); }
div.DivClassName
{
background-color: #70131C;
}
.BgClassName
{
background-color: #70131C;
}
</style>
border-color css
<style>
span { border-color: #70131C; }
span { border-color: rgb(112,19,28); }
td.TdClassName
{
border-color: #70131C;
}
.TagClassName
{
border-color: #70131C;
}
</style>