Shades of Red Berry #701823
Tints of Red Berry #701823
RGB
CMYK
RGB Variations
Color information
#701823 (or 0x701823) is known color: Red Berry. HEX triplet: 70, 18 and 23. RGB value is (112,24,35). Sum of RGB (Red+Green+Blue) = 112+24+35=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701823 is #8FE7DC. Grayscale: #333333. Windows color (decimal): -9431005 or 2300016. OLE color: 2300016.
HSL color Cylindrical-coordinate representation of color #701823: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701823 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 35 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.56 |
| HSL | 352.5º | 0.65% | 0.27% | - |
| HSV(B) | 352.5º | 0.79% | 0.44% | - |
| XYZ | 7.31 | 4.22 | 2.02 | - |
| YUV | 51.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 35 | 0 | 0.79 | 0.69 | 0.56 | 352.5 | 0.65 | 0.27 |
| Hex | 70 | 18 | 23 | 0 | 4F | 45 | 38 | 160 | 41 | 1B |
| Octal | 160 | 30 | 43 | 0 | 117 | 105 | 70 | 540 | 101 | 33 |
| Binary | 1110000 | 11000 | 100011 | 0 | 1001111 | 1000101 | 111000 | 101100000 | 1000001 | 11011 |
Color Harmonies of #701823
Complementary color
Monochromatic Colors of #701823
Black with #701823
Text Example
Text Example
White with #701823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701823; }
p { color: rgb(112,24,35); }
H1.HeaderClassName
{
color: #701823;
}
.AnyTagClassName
{
color: #701823;
}
</style>
background-color css
<style>
a { background-color: #701823; }
a { background-color: rgb(112,24,35); }
div.DivClassName
{
background-color: #701823;
}
.BgClassName
{
background-color: #701823;
}
</style>
border-color css
<style>
span { border-color: #701823; }
span { border-color: rgb(112,24,35); }
td.TdClassName
{
border-color: #701823;
}
.TagClassName
{
border-color: #701823;
}
</style>