Shades of Red Berry #70202C
Tints of Red Berry #70202C
RGB
CMYK
RGB Variations
Color information
#70202C (or 0x70202C) is known color: Red Berry. HEX triplet: 70, 20 and 2C. RGB value is (112,32,44). Sum of RGB (Red+Green+Blue) = 112+32+44=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70202C is #8FDFD3. Grayscale: #393939. Windows color (decimal): -9428948 or 2891888. OLE color: 2891888.
HSL color Cylindrical-coordinate representation of color #70202C: hue angle of 351º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70202C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 44 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.56 |
| HSL | 351º | 0.56% | 0.28% | - |
| HSV(B) | 351º | 0.71% | 0.44% | - |
| XYZ | 7.65 | 4.66 | 2.88 | - |
| YUV | 57.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 44 | 0 | 0.71 | 0.61 | 0.56 | 351 | 0.56 | 0.28 |
| Hex | 70 | 20 | 2C | 0 | 47 | 3D | 38 | 15F | 38 | 1C |
| Octal | 160 | 40 | 54 | 0 | 107 | 75 | 70 | 537 | 70 | 34 |
| Binary | 1110000 | 100000 | 101100 | 0 | 1000111 | 111101 | 111000 | 101011111 | 111000 | 11100 |
Color Harmonies of #70202C
Complementary color
Monochromatic Colors of #70202C
Black with #70202C
Text Example
Text Example
White with #70202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70202C; }
p { color: rgb(112,32,44); }
H1.HeaderClassName
{
color: #70202C;
}
.AnyTagClassName
{
color: #70202C;
}
</style>
background-color css
<style>
a { background-color: #70202C; }
a { background-color: rgb(112,32,44); }
div.DivClassName
{
background-color: #70202C;
}
.BgClassName
{
background-color: #70202C;
}
</style>
border-color css
<style>
span { border-color: #70202C; }
span { border-color: rgb(112,32,44); }
td.TdClassName
{
border-color: #70202C;
}
.TagClassName
{
border-color: #70202C;
}
</style>