Shades of Red Berry #701319
Tints of Red Berry #701319
RGB
CMYK
RGB Variations
Color information
#701319 (or 0x701319) is known color: Red Berry. HEX triplet: 70, 13 and 19. RGB value is (112,19,25). Sum of RGB (Red+Green+Blue) = 112+19+25=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701319 is #8FECE6. Grayscale: #2F2F2F. Windows color (decimal): -9432295 or 1643376. OLE color: 1643376.
HSL color Cylindrical-coordinate representation of color #701319: hue angle of 356.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701319 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 25 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.56 |
| HSL | 356.13º | 0.71% | 0.26% | - |
| HSV(B) | 356.13º | 0.83% | 0.44% | - |
| XYZ | 7.09 | 3.98 | 1.31 | - |
| YUV | 47.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 25 | 0 | 0.83 | 0.78 | 0.56 | 356.13 | 0.71 | 0.26 |
| Hex | 70 | 13 | 19 | 0 | 53 | 4E | 38 | 164 | 47 | 1A |
| Octal | 160 | 23 | 31 | 0 | 123 | 116 | 70 | 544 | 107 | 32 |
| Binary | 1110000 | 10011 | 11001 | 0 | 1010011 | 1001110 | 111000 | 101100100 | 1000111 | 11010 |
Color Harmonies of #701319
Complementary color
Monochromatic Colors of #701319
Black with #701319
Text Example
Text Example
White with #701319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701319; }
p { color: rgb(112,19,25); }
H1.HeaderClassName
{
color: #701319;
}
.AnyTagClassName
{
color: #701319;
}
</style>
background-color css
<style>
a { background-color: #701319; }
a { background-color: rgb(112,19,25); }
div.DivClassName
{
background-color: #701319;
}
.BgClassName
{
background-color: #701319;
}
</style>
border-color css
<style>
span { border-color: #701319; }
span { border-color: rgb(112,19,25); }
td.TdClassName
{
border-color: #701319;
}
.TagClassName
{
border-color: #701319;
}
</style>