Shades of Red Berry #70142B
Tints of Red Berry #70142B
RGB
CMYK
RGB Variations
Color information
#70142B (or 0x70142B) is known color: Red Berry. HEX triplet: 70, 14 and 2B. RGB value is (112,20,43). Sum of RGB (Red+Green+Blue) = 112+20+43=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70142B is #8FEBD4. Grayscale: #323232. Windows color (decimal): -9432021 or 2823280. OLE color: 2823280.
HSL color Cylindrical-coordinate representation of color #70142B: hue angle of 345º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70142B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 43 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.56 |
| HSL | 345º | 0.7% | 0.26% | - |
| HSV(B) | 345º | 0.82% | 0.44% | - |
| XYZ | 7.37 | 4.12 | 2.69 | - |
| YUV | 50.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 43 | 0 | 0.82 | 0.62 | 0.56 | 345 | 0.7 | 0.26 |
| Hex | 70 | 14 | 2B | 0 | 52 | 3E | 38 | 159 | 46 | 1A |
| Octal | 160 | 24 | 53 | 0 | 122 | 76 | 70 | 531 | 106 | 32 |
| Binary | 1110000 | 10100 | 101011 | 0 | 1010010 | 111110 | 111000 | 101011001 | 1000110 | 11010 |
Color Harmonies of #70142B
Complementary color
Monochromatic Colors of #70142B
Black with #70142B
Text Example
Text Example
White with #70142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70142B; }
p { color: rgb(112,20,43); }
H1.HeaderClassName
{
color: #70142B;
}
.AnyTagClassName
{
color: #70142B;
}
</style>
background-color css
<style>
a { background-color: #70142B; }
a { background-color: rgb(112,20,43); }
div.DivClassName
{
background-color: #70142B;
}
.BgClassName
{
background-color: #70142B;
}
</style>
border-color css
<style>
span { border-color: #70142B; }
span { border-color: rgb(112,20,43); }
td.TdClassName
{
border-color: #70142B;
}
.TagClassName
{
border-color: #70142B;
}
</style>