Shades of Red Berry #701A1D
Tints of Red Berry #701A1D
RGB
CMYK
RGB Variations
Color information
#701A1D (or 0x701A1D) is known color: Red Berry. HEX triplet: 70, 1A and 1D. RGB value is (112,26,29). Sum of RGB (Red+Green+Blue) = 112+26+29=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A1D is #8FE5E2. Grayscale: #343434. Windows color (decimal): -9430499 or 1907312. OLE color: 1907312.
HSL color Cylindrical-coordinate representation of color #701A1D: hue angle of 357.91º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A1D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 29 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.56 |
| HSL | 357.91º | 0.62% | 0.27% | - |
| HSV(B) | 357.91º | 0.77% | 0.44% | - |
| XYZ | 7.27 | 4.27 | 1.6 | - |
| YUV | 52.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 29 | 0 | 0.77 | 0.74 | 0.56 | 357.91 | 0.62 | 0.27 |
| Hex | 70 | 1A | 1D | 0 | 4D | 4A | 38 | 166 | 3E | 1B |
| Octal | 160 | 32 | 35 | 0 | 115 | 112 | 70 | 546 | 76 | 33 |
| Binary | 1110000 | 11010 | 11101 | 0 | 1001101 | 1001010 | 111000 | 101100110 | 111110 | 11011 |
Color Harmonies of #701A1D
Complementary color
Monochromatic Colors of #701A1D
Black with #701A1D
Text Example
Text Example
White with #701A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A1D; }
p { color: rgb(112,26,29); }
H1.HeaderClassName
{
color: #701A1D;
}
.AnyTagClassName
{
color: #701A1D;
}
</style>
background-color css
<style>
a { background-color: #701A1D; }
a { background-color: rgb(112,26,29); }
div.DivClassName
{
background-color: #701A1D;
}
.BgClassName
{
background-color: #701A1D;
}
</style>
border-color css
<style>
span { border-color: #701A1D; }
span { border-color: rgb(112,26,29); }
td.TdClassName
{
border-color: #701A1D;
}
.TagClassName
{
border-color: #701A1D;
}
</style>