Shades of Red Berry #701125
Tints of Red Berry #701125
RGB
CMYK
RGB Variations
Color information
#701125 (or 0x701125) is known color: Red Berry. HEX triplet: 70, 11 and 25. RGB value is (112,17,37). Sum of RGB (Red+Green+Blue) = 112+17+37=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #701125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701125 is #8FEEDA. Grayscale: #2F2F2F. Windows color (decimal): -9432795 or 2429296. OLE color: 2429296.
HSL color Cylindrical-coordinate representation of color #701125: hue angle of 347.37º 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 #701125 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 37 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.56 |
| HSL | 347.37º | 0.74% | 0.25% | - |
| HSV(B) | 347.37º | 0.85% | 0.44% | - |
| XYZ | 7.22 | 3.98 | 2.14 | - |
| YUV | 47.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 37 | 0 | 0.85 | 0.67 | 0.56 | 347.37 | 0.74 | 0.25 |
| Hex | 70 | 11 | 25 | 0 | 55 | 43 | 38 | 15B | 4A | 19 |
| Octal | 160 | 21 | 45 | 0 | 125 | 103 | 70 | 533 | 112 | 31 |
| Binary | 1110000 | 10001 | 100101 | 0 | 1010101 | 1000011 | 111000 | 101011011 | 1001010 | 11001 |
Color Harmonies of #701125
Complementary color
Monochromatic Colors of #701125
Black with #701125
Text Example
Text Example
White with #701125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701125; }
p { color: rgb(112,17,37); }
H1.HeaderClassName
{
color: #701125;
}
.AnyTagClassName
{
color: #701125;
}
</style>
background-color css
<style>
a { background-color: #701125; }
a { background-color: rgb(112,17,37); }
div.DivClassName
{
background-color: #701125;
}
.BgClassName
{
background-color: #701125;
}
</style>
border-color css
<style>
span { border-color: #701125; }
span { border-color: rgb(112,17,37); }
td.TdClassName
{
border-color: #701125;
}
.TagClassName
{
border-color: #701125;
}
</style>