Shades of Red Berry #711124
Tints of Red Berry #711124
RGB
CMYK
RGB Variations
Color information
#711124 (or 0x711124) is known color: Red Berry. HEX triplet: 71, 11 and 24. RGB value is (113,17,36). Sum of RGB (Red+Green+Blue) = 113+17+36=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711124 is #8EEEDB. Grayscale: #2F2F2F. Windows color (decimal): -9367260 or 2363761. OLE color: 2363761.
HSL color Cylindrical-coordinate representation of color #711124: hue angle of 348.12º 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 #711124 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 36 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.56 |
| HSL | 348.13º | 0.74% | 0.25% | - |
| HSV(B) | 348.13º | 0.85% | 0.44% | - |
| XYZ | 7.33 | 4.04 | 2.06 | - |
| YUV | 47.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 36 | 0 | 0.85 | 0.68 | 0.56 | 348.13 | 0.74 | 0.25 |
| Hex | 71 | 11 | 24 | 0 | 55 | 44 | 38 | 15C | 4A | 19 |
| Octal | 161 | 21 | 44 | 0 | 125 | 104 | 70 | 534 | 112 | 31 |
| Binary | 1110001 | 10001 | 100100 | 0 | 1010101 | 1000100 | 111000 | 101011100 | 1001010 | 11001 |
Color Harmonies of #711124
Complementary color
Monochromatic Colors of #711124
Black with #711124
Text Example
Text Example
White with #711124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711124; }
p { color: rgb(113,17,36); }
H1.HeaderClassName
{
color: #711124;
}
.AnyTagClassName
{
color: #711124;
}
</style>
background-color css
<style>
a { background-color: #711124; }
a { background-color: rgb(113,17,36); }
div.DivClassName
{
background-color: #711124;
}
.BgClassName
{
background-color: #711124;
}
</style>
border-color css
<style>
span { border-color: #711124; }
span { border-color: rgb(113,17,36); }
td.TdClassName
{
border-color: #711124;
}
.TagClassName
{
border-color: #711124;
}
</style>