Shades of Red Berry #701E29
Tints of Red Berry #701E29
RGB
CMYK
RGB Variations
Color information
#701E29 (or 0x701E29) is known color: Red Berry. HEX triplet: 70, 1E and 29. RGB value is (112,30,41). Sum of RGB (Red+Green+Blue) = 112+30+41=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E29 is #8FE1D6. Grayscale: #373737. Windows color (decimal): -9429463 or 2694768. OLE color: 2694768.
HSL color Cylindrical-coordinate representation of color #701E29: hue angle of 351.95º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E29 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 41 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.56 |
| HSL | 351.95º | 0.58% | 0.28% | - |
| HSV(B) | 351.95º | 0.73% | 0.44% | - |
| XYZ | 7.55 | 4.53 | 2.58 | - |
| YUV | 55.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 41 | 0 | 0.73 | 0.63 | 0.56 | 351.95 | 0.58 | 0.28 |
| Hex | 70 | 1E | 29 | 0 | 49 | 3F | 38 | 160 | 3A | 1C |
| Octal | 160 | 36 | 51 | 0 | 111 | 77 | 70 | 540 | 72 | 34 |
| Binary | 1110000 | 11110 | 101001 | 0 | 1001001 | 111111 | 111000 | 101100000 | 111010 | 11100 |
Color Harmonies of #701E29
Complementary color
Monochromatic Colors of #701E29
Black with #701E29
Text Example
Text Example
White with #701E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E29; }
p { color: rgb(112,30,41); }
H1.HeaderClassName
{
color: #701E29;
}
.AnyTagClassName
{
color: #701E29;
}
</style>
background-color css
<style>
a { background-color: #701E29; }
a { background-color: rgb(112,30,41); }
div.DivClassName
{
background-color: #701E29;
}
.BgClassName
{
background-color: #701E29;
}
</style>
border-color css
<style>
span { border-color: #701E29; }
span { border-color: rgb(112,30,41); }
td.TdClassName
{
border-color: #701E29;
}
.TagClassName
{
border-color: #701E29;
}
</style>