Shades of Red Berry #701126
Tints of Red Berry #701126
RGB
CMYK
RGB Variations
Color information
#701126 (or 0x701126) is known color: Red Berry. HEX triplet: 70, 11 and 26. RGB value is (112,17,38). Sum of RGB (Red+Green+Blue) = 112+17+38=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701126 is #8FEED9. Grayscale: #2F2F2F. Windows color (decimal): -9432794 or 2494832. OLE color: 2494832.
HSL color Cylindrical-coordinate representation of color #701126: hue angle of 346.74º 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 #701126 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 38 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.56 |
| HSL | 346.74º | 0.74% | 0.25% | - |
| HSV(B) | 346.74º | 0.85% | 0.44% | - |
| XYZ | 7.23 | 3.99 | 2.22 | - |
| YUV | 47.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 38 | 0 | 0.85 | 0.66 | 0.56 | 346.74 | 0.74 | 0.25 |
| Hex | 70 | 11 | 26 | 0 | 55 | 42 | 38 | 15B | 4A | 19 |
| Octal | 160 | 21 | 46 | 0 | 125 | 102 | 70 | 533 | 112 | 31 |
| Binary | 1110000 | 10001 | 100110 | 0 | 1010101 | 1000010 | 111000 | 101011011 | 1001010 | 11001 |
Color Harmonies of #701126
Complementary color
Monochromatic Colors of #701126
Black with #701126
Text Example
Text Example
White with #701126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701126; }
p { color: rgb(112,17,38); }
H1.HeaderClassName
{
color: #701126;
}
.AnyTagClassName
{
color: #701126;
}
</style>
background-color css
<style>
a { background-color: #701126; }
a { background-color: rgb(112,17,38); }
div.DivClassName
{
background-color: #701126;
}
.BgClassName
{
background-color: #701126;
}
</style>
border-color css
<style>
span { border-color: #701126; }
span { border-color: rgb(112,17,38); }
td.TdClassName
{
border-color: #701126;
}
.TagClassName
{
border-color: #701126;
}
</style>