Shades of Red Berry #701623
Tints of Red Berry #701623
RGB
CMYK
RGB Variations
Color information
#701623 (or 0x701623) is known color: Red Berry. HEX triplet: 70, 16 and 23. RGB value is (112,22,35). Sum of RGB (Red+Green+Blue) = 112+22+35=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701623 is #8FE9DC. Grayscale: #323232. Windows color (decimal): -9431517 or 2299504. OLE color: 2299504.
HSL color Cylindrical-coordinate representation of color #701623: hue angle of 351.33º 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 #701623 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 35 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.56 |
| HSL | 351.33º | 0.67% | 0.26% | - |
| HSV(B) | 351.33º | 0.8% | 0.44% | - |
| XYZ | 7.27 | 4.14 | 2.01 | - |
| YUV | 50.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 35 | 0 | 0.80 | 0.69 | 0.56 | 351.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 23 | 0 | 50 | 45 | 38 | 15F | 43 | 1A |
| Octal | 160 | 26 | 43 | 0 | 120 | 105 | 70 | 537 | 103 | 32 |
| Binary | 1110000 | 10110 | 100011 | 0 | 1010000 | 1000101 | 111000 | 101011111 | 1000011 | 11010 |
Color Harmonies of #701623
Complementary color
Monochromatic Colors of #701623
Black with #701623
Text Example
Text Example
White with #701623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701623; }
p { color: rgb(112,22,35); }
H1.HeaderClassName
{
color: #701623;
}
.AnyTagClassName
{
color: #701623;
}
</style>
background-color css
<style>
a { background-color: #701623; }
a { background-color: rgb(112,22,35); }
div.DivClassName
{
background-color: #701623;
}
.BgClassName
{
background-color: #701623;
}
</style>
border-color css
<style>
span { border-color: #701623; }
span { border-color: rgb(112,22,35); }
td.TdClassName
{
border-color: #701623;
}
.TagClassName
{
border-color: #701623;
}
</style>