Shades of Red Berry #701B27
Tints of Red Berry #701B27
RGB
CMYK
RGB Variations
Color information
#701B27 (or 0x701B27) is known color: Red Berry. HEX triplet: 70, 1B and 27. RGB value is (112,27,39). Sum of RGB (Red+Green+Blue) = 112+27+39=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #701B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B27 is #8FE4D8. Grayscale: #353535. Windows color (decimal): -9430233 or 2562928. OLE color: 2562928.
HSL color Cylindrical-coordinate representation of color #701B27: hue angle of 351.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B27 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 39 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.56 |
| HSL | 351.53º | 0.61% | 0.27% | - |
| HSV(B) | 351.53º | 0.76% | 0.44% | - |
| XYZ | 7.44 | 4.38 | 2.37 | - |
| YUV | 53.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 39 | 0 | 0.76 | 0.65 | 0.56 | 351.53 | 0.61 | 0.27 |
| Hex | 70 | 1B | 27 | 0 | 4C | 41 | 38 | 160 | 3D | 1B |
| Octal | 160 | 33 | 47 | 0 | 114 | 101 | 70 | 540 | 75 | 33 |
| Binary | 1110000 | 11011 | 100111 | 0 | 1001100 | 1000001 | 111000 | 101100000 | 111101 | 11011 |
Color Harmonies of #701B27
Complementary color
Monochromatic Colors of #701B27
Black with #701B27
Text Example
Text Example
White with #701B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B27; }
p { color: rgb(112,27,39); }
H1.HeaderClassName
{
color: #701B27;
}
.AnyTagClassName
{
color: #701B27;
}
</style>
background-color css
<style>
a { background-color: #701B27; }
a { background-color: rgb(112,27,39); }
div.DivClassName
{
background-color: #701B27;
}
.BgClassName
{
background-color: #701B27;
}
</style>
border-color css
<style>
span { border-color: #701B27; }
span { border-color: rgb(112,27,39); }
td.TdClassName
{
border-color: #701B27;
}
.TagClassName
{
border-color: #701B27;
}
</style>