Shades of Red Berry #701B21
Tints of Red Berry #701B21
RGB
CMYK
RGB Variations
Color information
#701B21 (or 0x701B21) is known color: Red Berry. HEX triplet: 70, 1B and 21. RGB value is (112,27,33). Sum of RGB (Red+Green+Blue) = 112+27+33=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B21 is #8FE4DE. Grayscale: #353535. Windows color (decimal): -9430239 or 2169712. OLE color: 2169712.
HSL color Cylindrical-coordinate representation of color #701B21: hue angle of 355.76º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B21 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 33 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.56 |
| HSL | 355.76º | 0.61% | 0.27% | - |
| HSV(B) | 355.76º | 0.76% | 0.44% | - |
| XYZ | 7.35 | 4.34 | 1.89 | - |
| YUV | 53.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 33 | 0 | 0.76 | 0.71 | 0.56 | 355.76 | 0.61 | 0.27 |
| Hex | 70 | 1B | 21 | 0 | 4C | 47 | 38 | 164 | 3D | 1B |
| Octal | 160 | 33 | 41 | 0 | 114 | 107 | 70 | 544 | 75 | 33 |
| Binary | 1110000 | 11011 | 100001 | 0 | 1001100 | 1000111 | 111000 | 101100100 | 111101 | 11011 |
Color Harmonies of #701B21
Complementary color
Monochromatic Colors of #701B21
Black with #701B21
Text Example
Text Example
White with #701B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B21; }
p { color: rgb(112,27,33); }
H1.HeaderClassName
{
color: #701B21;
}
.AnyTagClassName
{
color: #701B21;
}
</style>
background-color css
<style>
a { background-color: #701B21; }
a { background-color: rgb(112,27,33); }
div.DivClassName
{
background-color: #701B21;
}
.BgClassName
{
background-color: #701B21;
}
</style>
border-color css
<style>
span { border-color: #701B21; }
span { border-color: rgb(112,27,33); }
td.TdClassName
{
border-color: #701B21;
}
.TagClassName
{
border-color: #701B21;
}
</style>