Shades of Red Berry #701621
Tints of Red Berry #701621
RGB
CMYK
RGB Variations
Color information
#701621 (or 0x701621) is known color: Red Berry. HEX triplet: 70, 16 and 21. RGB value is (112,22,33). Sum of RGB (Red+Green+Blue) = 112+22+33=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701621 is #8FE9DE. Grayscale: #323232. Windows color (decimal): -9431519 or 2168432. OLE color: 2168432.
HSL color Cylindrical-coordinate representation of color #701621: hue angle of 352.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701621 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 33 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.56 |
| HSL | 352.67º | 0.67% | 0.26% | - |
| HSV(B) | 352.67º | 0.8% | 0.44% | - |
| XYZ | 7.24 | 4.13 | 1.85 | - |
| YUV | 50.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 33 | 0 | 0.80 | 0.71 | 0.56 | 352.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 21 | 0 | 50 | 47 | 38 | 161 | 43 | 1A |
| Octal | 160 | 26 | 41 | 0 | 120 | 107 | 70 | 541 | 103 | 32 |
| Binary | 1110000 | 10110 | 100001 | 0 | 1010000 | 1000111 | 111000 | 101100001 | 1000011 | 11010 |
Color Harmonies of #701621
Complementary color
Monochromatic Colors of #701621
Black with #701621
Text Example
Text Example
White with #701621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701621; }
p { color: rgb(112,22,33); }
H1.HeaderClassName
{
color: #701621;
}
.AnyTagClassName
{
color: #701621;
}
</style>
background-color css
<style>
a { background-color: #701621; }
a { background-color: rgb(112,22,33); }
div.DivClassName
{
background-color: #701621;
}
.BgClassName
{
background-color: #701621;
}
</style>
border-color css
<style>
span { border-color: #701621; }
span { border-color: rgb(112,22,33); }
td.TdClassName
{
border-color: #701621;
}
.TagClassName
{
border-color: #701621;
}
</style>