Shades of Red Berry #70111B
Tints of Red Berry #70111B
RGB
CMYK
RGB Variations
Color information
#70111B (or 0x70111B) is known color: Red Berry. HEX triplet: 70, 11 and 1B. RGB value is (112,17,27). Sum of RGB (Red+Green+Blue) = 112+17+27=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70111B is #8FEEE4. Grayscale: #2E2E2E. Windows color (decimal): -9432805 or 1773936. OLE color: 1773936.
HSL color Cylindrical-coordinate representation of color #70111B: hue angle of 353.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70111B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 27 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.56 |
| HSL | 353.68º | 0.74% | 0.25% | - |
| HSV(B) | 353.68º | 0.85% | 0.44% | - |
| XYZ | 7.08 | 3.92 | 1.42 | - |
| YUV | 46.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 27 | 0 | 0.85 | 0.76 | 0.56 | 353.68 | 0.74 | 0.25 |
| Hex | 70 | 11 | 1B | 0 | 55 | 4C | 38 | 162 | 4A | 19 |
| Octal | 160 | 21 | 33 | 0 | 125 | 114 | 70 | 542 | 112 | 31 |
| Binary | 1110000 | 10001 | 11011 | 0 | 1010101 | 1001100 | 111000 | 101100010 | 1001010 | 11001 |
Color Harmonies of #70111B
Complementary color
Monochromatic Colors of #70111B
Black with #70111B
Text Example
Text Example
White with #70111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70111B; }
p { color: rgb(112,17,27); }
H1.HeaderClassName
{
color: #70111B;
}
.AnyTagClassName
{
color: #70111B;
}
</style>
background-color css
<style>
a { background-color: #70111B; }
a { background-color: rgb(112,17,27); }
div.DivClassName
{
background-color: #70111B;
}
.BgClassName
{
background-color: #70111B;
}
</style>
border-color css
<style>
span { border-color: #70111B; }
span { border-color: rgb(112,17,27); }
td.TdClassName
{
border-color: #70111B;
}
.TagClassName
{
border-color: #70111B;
}
</style>