Shades of Red Berry #701721
Tints of Red Berry #701721
RGB
CMYK
RGB Variations
Color information
#701721 (or 0x701721) is known color: Red Berry. HEX triplet: 70, 17 and 21. RGB value is (112,23,33). Sum of RGB (Red+Green+Blue) = 112+23+33=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701721 is #8FE8DE. Grayscale: #323232. Windows color (decimal): -9431263 or 2168688. OLE color: 2168688.
HSL color Cylindrical-coordinate representation of color #701721: hue angle of 353.26º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701721 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 33 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.56 |
| HSL | 353.26º | 0.66% | 0.26% | - |
| HSV(B) | 353.26º | 0.79% | 0.44% | - |
| XYZ | 7.26 | 4.17 | 1.86 | - |
| YUV | 50.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 33 | 0 | 0.79 | 0.71 | 0.56 | 353.26 | 0.66 | 0.26 |
| Hex | 70 | 17 | 21 | 0 | 4F | 47 | 38 | 161 | 42 | 1A |
| Octal | 160 | 27 | 41 | 0 | 117 | 107 | 70 | 541 | 102 | 32 |
| Binary | 1110000 | 10111 | 100001 | 0 | 1001111 | 1000111 | 111000 | 101100001 | 1000010 | 11010 |
Color Harmonies of #701721
Complementary color
Monochromatic Colors of #701721
Black with #701721
Text Example
Text Example
White with #701721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701721; }
p { color: rgb(112,23,33); }
H1.HeaderClassName
{
color: #701721;
}
.AnyTagClassName
{
color: #701721;
}
</style>
background-color css
<style>
a { background-color: #701721; }
a { background-color: rgb(112,23,33); }
div.DivClassName
{
background-color: #701721;
}
.BgClassName
{
background-color: #701721;
}
</style>
border-color css
<style>
span { border-color: #701721; }
span { border-color: rgb(112,23,33); }
td.TdClassName
{
border-color: #701721;
}
.TagClassName
{
border-color: #701721;
}
</style>