Shades of Red Berry #70171B
Tints of Red Berry #70171B
RGB
CMYK
RGB Variations
Color information
#70171B (or 0x70171B) is known color: Red Berry. HEX triplet: 70, 17 and 1B. RGB value is (112,23,27). Sum of RGB (Red+Green+Blue) = 112+23+27=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70171B is #8FE8E4. Grayscale: #323232. Windows color (decimal): -9431269 or 1775472. OLE color: 1775472.
HSL color Cylindrical-coordinate representation of color #70171B: hue angle of 357.3º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70171B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 27 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.56 |
| HSL | 357.3º | 0.66% | 0.26% | - |
| HSV(B) | 357.3º | 0.79% | 0.44% | - |
| XYZ | 7.19 | 4.14 | 1.46 | - |
| YUV | 50.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 27 | 0 | 0.79 | 0.76 | 0.56 | 357.3 | 0.66 | 0.26 |
| Hex | 70 | 17 | 1B | 0 | 4F | 4C | 38 | 165 | 42 | 1A |
| Octal | 160 | 27 | 33 | 0 | 117 | 114 | 70 | 545 | 102 | 32 |
| Binary | 1110000 | 10111 | 11011 | 0 | 1001111 | 1001100 | 111000 | 101100101 | 1000010 | 11010 |
Color Harmonies of #70171B
Complementary color
Monochromatic Colors of #70171B
Black with #70171B
Text Example
Text Example
White with #70171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70171B; }
p { color: rgb(112,23,27); }
H1.HeaderClassName
{
color: #70171B;
}
.AnyTagClassName
{
color: #70171B;
}
</style>
background-color css
<style>
a { background-color: #70171B; }
a { background-color: rgb(112,23,27); }
div.DivClassName
{
background-color: #70171B;
}
.BgClassName
{
background-color: #70171B;
}
</style>
border-color css
<style>
span { border-color: #70171B; }
span { border-color: rgb(112,23,27); }
td.TdClassName
{
border-color: #70171B;
}
.TagClassName
{
border-color: #70171B;
}
</style>