Shades of Red Berry #701426
Tints of Red Berry #701426
RGB
CMYK
RGB Variations
Color information
#701426 (or 0x701426) is known color: Red Berry. HEX triplet: 70, 14 and 26. RGB value is (112,20,38). Sum of RGB (Red+Green+Blue) = 112+20+38=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #701426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701426 is #8FEBD9. Grayscale: #313131. Windows color (decimal): -9432026 or 2495600. OLE color: 2495600.
HSL color Cylindrical-coordinate representation of color #701426: hue angle of 348.26º 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 #701426 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 38 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.56 |
| HSL | 348.26º | 0.7% | 0.26% | - |
| HSV(B) | 348.26º | 0.82% | 0.44% | - |
| XYZ | 7.28 | 4.08 | 2.24 | - |
| YUV | 49.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 38 | 0 | 0.82 | 0.66 | 0.56 | 348.26 | 0.7 | 0.26 |
| Hex | 70 | 14 | 26 | 0 | 52 | 42 | 38 | 15C | 46 | 1A |
| Octal | 160 | 24 | 46 | 0 | 122 | 102 | 70 | 534 | 106 | 32 |
| Binary | 1110000 | 10100 | 100110 | 0 | 1010010 | 1000010 | 111000 | 101011100 | 1000110 | 11010 |
Color Harmonies of #701426
Complementary color
Monochromatic Colors of #701426
Black with #701426
Text Example
Text Example
White with #701426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701426; }
p { color: rgb(112,20,38); }
H1.HeaderClassName
{
color: #701426;
}
.AnyTagClassName
{
color: #701426;
}
</style>
background-color css
<style>
a { background-color: #701426; }
a { background-color: rgb(112,20,38); }
div.DivClassName
{
background-color: #701426;
}
.BgClassName
{
background-color: #701426;
}
</style>
border-color css
<style>
span { border-color: #701426; }
span { border-color: rgb(112,20,38); }
td.TdClassName
{
border-color: #701426;
}
.TagClassName
{
border-color: #701426;
}
</style>