Shades of Red Berry #701A2B
Tints of Red Berry #701A2B
RGB
CMYK
RGB Variations
Color information
#701A2B (or 0x701A2B) is known color: Red Berry. HEX triplet: 70, 1A and 2B. RGB value is (112,26,43). Sum of RGB (Red+Green+Blue) = 112+26+43=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A2B is #8FE5D4. Grayscale: #353535. Windows color (decimal): -9430485 or 2824816. OLE color: 2824816.
HSL color Cylindrical-coordinate representation of color #701A2B: hue angle of 348.14º 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 #701A2B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 43 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.56 |
| HSL | 348.14º | 0.62% | 0.27% | - |
| HSV(B) | 348.14º | 0.77% | 0.44% | - |
| XYZ | 7.49 | 4.36 | 2.73 | - |
| YUV | 53.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 43 | 0 | 0.77 | 0.62 | 0.56 | 348.14 | 0.62 | 0.27 |
| Hex | 70 | 1A | 2B | 0 | 4D | 3E | 38 | 15C | 3E | 1B |
| Octal | 160 | 32 | 53 | 0 | 115 | 76 | 70 | 534 | 76 | 33 |
| Binary | 1110000 | 11010 | 101011 | 0 | 1001101 | 111110 | 111000 | 101011100 | 111110 | 11011 |
Color Harmonies of #701A2B
Complementary color
Monochromatic Colors of #701A2B
Black with #701A2B
Text Example
Text Example
White with #701A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A2B; }
p { color: rgb(112,26,43); }
H1.HeaderClassName
{
color: #701A2B;
}
.AnyTagClassName
{
color: #701A2B;
}
</style>
background-color css
<style>
a { background-color: #701A2B; }
a { background-color: rgb(112,26,43); }
div.DivClassName
{
background-color: #701A2B;
}
.BgClassName
{
background-color: #701A2B;
}
</style>
border-color css
<style>
span { border-color: #701A2B; }
span { border-color: rgb(112,26,43); }
td.TdClassName
{
border-color: #701A2B;
}
.TagClassName
{
border-color: #701A2B;
}
</style>