Shades of Red Berry #701F2B
Tints of Red Berry #701F2B
RGB
CMYK
RGB Variations
Color information
#701F2B (or 0x701F2B) is known color: Red Berry. HEX triplet: 70, 1F and 2B. RGB value is (112,31,43). Sum of RGB (Red+Green+Blue) = 112+31+43=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F2B is #8FE0D4. Grayscale: #383838. Windows color (decimal): -9429205 or 2826096. OLE color: 2826096.
HSL color Cylindrical-coordinate representation of color #701F2B: hue angle of 351.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F2B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 43 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.56 |
| HSL | 351.11º | 0.57% | 0.28% | - |
| HSV(B) | 351.11º | 0.72% | 0.44% | - |
| XYZ | 7.61 | 4.6 | 2.77 | - |
| YUV | 56.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 43 | 0 | 0.72 | 0.62 | 0.56 | 351.11 | 0.57 | 0.28 |
| Hex | 70 | 1F | 2B | 0 | 48 | 3E | 38 | 15F | 39 | 1C |
| Octal | 160 | 37 | 53 | 0 | 110 | 76 | 70 | 537 | 71 | 34 |
| Binary | 1110000 | 11111 | 101011 | 0 | 1001000 | 111110 | 111000 | 101011111 | 111001 | 11100 |
Color Harmonies of #701F2B
Complementary color
Monochromatic Colors of #701F2B
Black with #701F2B
Text Example
Text Example
White with #701F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F2B; }
p { color: rgb(112,31,43); }
H1.HeaderClassName
{
color: #701F2B;
}
.AnyTagClassName
{
color: #701F2B;
}
</style>
background-color css
<style>
a { background-color: #701F2B; }
a { background-color: rgb(112,31,43); }
div.DivClassName
{
background-color: #701F2B;
}
.BgClassName
{
background-color: #701F2B;
}
</style>
border-color css
<style>
span { border-color: #701F2B; }
span { border-color: rgb(112,31,43); }
td.TdClassName
{
border-color: #701F2B;
}
.TagClassName
{
border-color: #701F2B;
}
</style>