Shades of Red Berry #701D2B
Tints of Red Berry #701D2B
RGB
CMYK
RGB Variations
Color information
#701D2B (or 0x701D2B) is known color: Red Berry. HEX triplet: 70, 1D and 2B. RGB value is (112,29,43). Sum of RGB (Red+Green+Blue) = 112+29+43=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D2B is #8FE2D4. Grayscale: #373737. Windows color (decimal): -9429717 or 2825584. OLE color: 2825584.
HSL color Cylindrical-coordinate representation of color #701D2B: hue angle of 349.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D2B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 43 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.56 |
| HSL | 349.88º | 0.59% | 0.28% | - |
| HSV(B) | 349.88º | 0.74% | 0.44% | - |
| XYZ | 7.56 | 4.5 | 2.76 | - |
| YUV | 55.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 43 | 0 | 0.74 | 0.62 | 0.56 | 349.88 | 0.59 | 0.28 |
| Hex | 70 | 1D | 2B | 0 | 4A | 3E | 38 | 15E | 3B | 1C |
| Octal | 160 | 35 | 53 | 0 | 112 | 76 | 70 | 536 | 73 | 34 |
| Binary | 1110000 | 11101 | 101011 | 0 | 1001010 | 111110 | 111000 | 101011110 | 111011 | 11100 |
Color Harmonies of #701D2B
Complementary color
Monochromatic Colors of #701D2B
Black with #701D2B
Text Example
Text Example
White with #701D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D2B; }
p { color: rgb(112,29,43); }
H1.HeaderClassName
{
color: #701D2B;
}
.AnyTagClassName
{
color: #701D2B;
}
</style>
background-color css
<style>
a { background-color: #701D2B; }
a { background-color: rgb(112,29,43); }
div.DivClassName
{
background-color: #701D2B;
}
.BgClassName
{
background-color: #701D2B;
}
</style>
border-color css
<style>
span { border-color: #701D2B; }
span { border-color: rgb(112,29,43); }
td.TdClassName
{
border-color: #701D2B;
}
.TagClassName
{
border-color: #701D2B;
}
</style>