Shades of Red Berry #70191C
Tints of Red Berry #70191C
RGB
CMYK
RGB Variations
Color information
#70191C (or 0x70191C) is known color: Red Berry. HEX triplet: 70, 19 and 1C. RGB value is (112,25,28). Sum of RGB (Red+Green+Blue) = 112+25+28=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70191C is #8FE6E3. Grayscale: #333333. Windows color (decimal): -9430756 or 1841520. OLE color: 1841520.
HSL color Cylindrical-coordinate representation of color #70191C: hue angle of 357.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70191C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 28 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.56 |
| HSL | 357.93º | 0.64% | 0.27% | - |
| HSV(B) | 357.93º | 0.78% | 0.44% | - |
| XYZ | 7.24 | 4.22 | 1.53 | - |
| YUV | 51.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 28 | 0 | 0.78 | 0.75 | 0.56 | 357.93 | 0.64 | 0.27 |
| Hex | 70 | 19 | 1C | 0 | 4E | 4B | 38 | 166 | 40 | 1B |
| Octal | 160 | 31 | 34 | 0 | 116 | 113 | 70 | 546 | 100 | 33 |
| Binary | 1110000 | 11001 | 11100 | 0 | 1001110 | 1001011 | 111000 | 101100110 | 1000000 | 11011 |
Color Harmonies of #70191C
Complementary color
Monochromatic Colors of #70191C
Black with #70191C
Text Example
Text Example
White with #70191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70191C; }
p { color: rgb(112,25,28); }
H1.HeaderClassName
{
color: #70191C;
}
.AnyTagClassName
{
color: #70191C;
}
</style>
background-color css
<style>
a { background-color: #70191C; }
a { background-color: rgb(112,25,28); }
div.DivClassName
{
background-color: #70191C;
}
.BgClassName
{
background-color: #70191C;
}
</style>
border-color css
<style>
span { border-color: #70191C; }
span { border-color: rgb(112,25,28); }
td.TdClassName
{
border-color: #70191C;
}
.TagClassName
{
border-color: #70191C;
}
</style>