Shades of Red Berry #701729
Tints of Red Berry #701729
RGB
CMYK
RGB Variations
Color information
#701729 (or 0x701729) is known color: Red Berry. HEX triplet: 70, 17 and 29. RGB value is (112,23,41). Sum of RGB (Red+Green+Blue) = 112+23+41=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #701729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701729 is #8FE8D6. Grayscale: #333333. Windows color (decimal): -9431255 or 2692976. OLE color: 2692976.
HSL color Cylindrical-coordinate representation of color #701729: hue angle of 347.87º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701729 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 41 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.56 |
| HSL | 347.87º | 0.66% | 0.26% | - |
| HSV(B) | 347.87º | 0.79% | 0.44% | - |
| XYZ | 7.39 | 4.22 | 2.52 | - |
| YUV | 51.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 41 | 0 | 0.79 | 0.63 | 0.56 | 347.87 | 0.66 | 0.26 |
| Hex | 70 | 17 | 29 | 0 | 4F | 3F | 38 | 15C | 42 | 1A |
| Octal | 160 | 27 | 51 | 0 | 117 | 77 | 70 | 534 | 102 | 32 |
| Binary | 1110000 | 10111 | 101001 | 0 | 1001111 | 111111 | 111000 | 101011100 | 1000010 | 11010 |
Color Harmonies of #701729
Complementary color
Monochromatic Colors of #701729
Black with #701729
Text Example
Text Example
White with #701729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701729; }
p { color: rgb(112,23,41); }
H1.HeaderClassName
{
color: #701729;
}
.AnyTagClassName
{
color: #701729;
}
</style>
background-color css
<style>
a { background-color: #701729; }
a { background-color: rgb(112,23,41); }
div.DivClassName
{
background-color: #701729;
}
.BgClassName
{
background-color: #701729;
}
</style>
border-color css
<style>
span { border-color: #701729; }
span { border-color: rgb(112,23,41); }
td.TdClassName
{
border-color: #701729;
}
.TagClassName
{
border-color: #701729;
}
</style>