Shades of Red Berry #711127
Tints of Red Berry #711127
RGB
CMYK
RGB Variations
Color information
#711127 (or 0x711127) is known color: Red Berry. HEX triplet: 71, 11 and 27. RGB value is (113,17,39). Sum of RGB (Red+Green+Blue) = 113+17+39=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711127 is #8EEED8. Grayscale: #303030. Windows color (decimal): -9367257 or 2560369. OLE color: 2560369.
HSL color Cylindrical-coordinate representation of color #711127: hue angle of 346.25º 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 #711127 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 39 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.56 |
| HSL | 346.25º | 0.74% | 0.25% | - |
| HSV(B) | 346.25º | 0.85% | 0.44% | - |
| XYZ | 7.38 | 4.06 | 2.31 | - |
| YUV | 48.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 39 | 0 | 0.85 | 0.65 | 0.56 | 346.25 | 0.74 | 0.25 |
| Hex | 71 | 11 | 27 | 0 | 55 | 41 | 38 | 15A | 4A | 19 |
| Octal | 161 | 21 | 47 | 0 | 125 | 101 | 70 | 532 | 112 | 31 |
| Binary | 1110001 | 10001 | 100111 | 0 | 1010101 | 1000001 | 111000 | 101011010 | 1001010 | 11001 |
Color Harmonies of #711127
Complementary color
Monochromatic Colors of #711127
Black with #711127
Text Example
Text Example
White with #711127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711127; }
p { color: rgb(113,17,39); }
H1.HeaderClassName
{
color: #711127;
}
.AnyTagClassName
{
color: #711127;
}
</style>
background-color css
<style>
a { background-color: #711127; }
a { background-color: rgb(113,17,39); }
div.DivClassName
{
background-color: #711127;
}
.BgClassName
{
background-color: #711127;
}
</style>
border-color css
<style>
span { border-color: #711127; }
span { border-color: rgb(113,17,39); }
td.TdClassName
{
border-color: #711127;
}
.TagClassName
{
border-color: #711127;
}
</style>