Shades of Red Berry #701728
Tints of Red Berry #701728
RGB
CMYK
RGB Variations
Color information
#701728 (or 0x701728) is known color: Red Berry. HEX triplet: 70, 17 and 28. RGB value is (112,23,40). Sum of RGB (Red+Green+Blue) = 112+23+40=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701728 is #8FE8D7. Grayscale: #333333. Windows color (decimal): -9431256 or 2627440. OLE color: 2627440.
HSL color Cylindrical-coordinate representation of color #701728: hue angle of 348.54º 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 #701728 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 40 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.56 |
| HSL | 348.54º | 0.66% | 0.26% | - |
| HSV(B) | 348.54º | 0.79% | 0.44% | - |
| XYZ | 7.37 | 4.21 | 2.43 | - |
| YUV | 51.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 40 | 0 | 0.79 | 0.64 | 0.56 | 348.54 | 0.66 | 0.26 |
| Hex | 70 | 17 | 28 | 0 | 4F | 40 | 38 | 15D | 42 | 1A |
| Octal | 160 | 27 | 50 | 0 | 117 | 100 | 70 | 535 | 102 | 32 |
| Binary | 1110000 | 10111 | 101000 | 0 | 1001111 | 1000000 | 111000 | 101011101 | 1000010 | 11010 |
Color Harmonies of #701728
Complementary color
Monochromatic Colors of #701728
Black with #701728
Text Example
Text Example
White with #701728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701728; }
p { color: rgb(112,23,40); }
H1.HeaderClassName
{
color: #701728;
}
.AnyTagClassName
{
color: #701728;
}
</style>
background-color css
<style>
a { background-color: #701728; }
a { background-color: rgb(112,23,40); }
div.DivClassName
{
background-color: #701728;
}
.BgClassName
{
background-color: #701728;
}
</style>
border-color css
<style>
span { border-color: #701728; }
span { border-color: rgb(112,23,40); }
td.TdClassName
{
border-color: #701728;
}
.TagClassName
{
border-color: #701728;
}
</style>