Shades of Red Berry #701127
Tints of Red Berry #701127
RGB
CMYK
RGB Variations
Color information
#701127 (or 0x701127) is known color: Red Berry. HEX triplet: 70, 11 and 27. RGB value is (112,17,39). Sum of RGB (Red+Green+Blue) = 112+17+39=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701127 is #8FEED8. Grayscale: #2F2F2F. Windows color (decimal): -9432793 or 2560368. OLE color: 2560368.
HSL color Cylindrical-coordinate representation of color #701127: hue angle of 346.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701127 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 39 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.56 |
| HSL | 346.11º | 0.74% | 0.25% | - |
| HSV(B) | 346.11º | 0.85% | 0.44% | - |
| XYZ | 7.25 | 3.99 | 2.31 | - |
| YUV | 47.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 39 | 0 | 0.85 | 0.65 | 0.56 | 346.11 | 0.74 | 0.25 |
| Hex | 70 | 11 | 27 | 0 | 55 | 41 | 38 | 15A | 4A | 19 |
| Octal | 160 | 21 | 47 | 0 | 125 | 101 | 70 | 532 | 112 | 31 |
| Binary | 1110000 | 10001 | 100111 | 0 | 1010101 | 1000001 | 111000 | 101011010 | 1001010 | 11001 |
Color Harmonies of #701127
Complementary color
Monochromatic Colors of #701127
Black with #701127
Text Example
Text Example
White with #701127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701127; }
p { color: rgb(112,17,39); }
H1.HeaderClassName
{
color: #701127;
}
.AnyTagClassName
{
color: #701127;
}
</style>
background-color css
<style>
a { background-color: #701127; }
a { background-color: rgb(112,17,39); }
div.DivClassName
{
background-color: #701127;
}
.BgClassName
{
background-color: #701127;
}
</style>
border-color css
<style>
span { border-color: #701127; }
span { border-color: rgb(112,17,39); }
td.TdClassName
{
border-color: #701127;
}
.TagClassName
{
border-color: #701127;
}
</style>