Shades of Red Berry #70171A
Tints of Red Berry #70171A
RGB
CMYK
RGB Variations
Color information
#70171A (or 0x70171A) is known color: Red Berry. HEX triplet: 70, 17 and 1A. RGB value is (112,23,26). Sum of RGB (Red+Green+Blue) = 112+23+26=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70171A is #8FE8E5. Grayscale: #323232. Windows color (decimal): -9431270 or 1709936. OLE color: 1709936.
HSL color Cylindrical-coordinate representation of color #70171A: hue angle of 357.98º 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 #70171A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 26 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.56 |
| HSL | 357.98º | 0.66% | 0.26% | - |
| HSV(B) | 357.98º | 0.79% | 0.44% | - |
| XYZ | 7.17 | 4.13 | 1.4 | - |
| YUV | 49.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 26 | 0 | 0.79 | 0.77 | 0.56 | 357.98 | 0.66 | 0.26 |
| Hex | 70 | 17 | 1A | 0 | 4F | 4D | 38 | 166 | 42 | 1A |
| Octal | 160 | 27 | 32 | 0 | 117 | 115 | 70 | 546 | 102 | 32 |
| Binary | 1110000 | 10111 | 11010 | 0 | 1001111 | 1001101 | 111000 | 101100110 | 1000010 | 11010 |
Color Harmonies of #70171A
Complementary color
Monochromatic Colors of #70171A
Black with #70171A
Text Example
Text Example
White with #70171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70171A; }
p { color: rgb(112,23,26); }
H1.HeaderClassName
{
color: #70171A;
}
.AnyTagClassName
{
color: #70171A;
}
</style>
background-color css
<style>
a { background-color: #70171A; }
a { background-color: rgb(112,23,26); }
div.DivClassName
{
background-color: #70171A;
}
.BgClassName
{
background-color: #70171A;
}
</style>
border-color css
<style>
span { border-color: #70171A; }
span { border-color: rgb(112,23,26); }
td.TdClassName
{
border-color: #70171A;
}
.TagClassName
{
border-color: #70171A;
}
</style>