Shades of Red Berry #711C20
Tints of Red Berry #711C20
RGB
CMYK
RGB Variations
Color information
#711C20 (or 0x711C20) is known color: Red Berry. HEX triplet: 71, 1C and 20. RGB value is (113,28,32). Sum of RGB (Red+Green+Blue) = 113+28+32=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #711C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C20 is #8EE3DF. Grayscale: #353535. Windows color (decimal): -9364448 or 2104433. OLE color: 2104433.
HSL color Cylindrical-coordinate representation of color #711C20: hue angle of 357.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C20 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 32 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.56 |
| HSL | 357.18º | 0.6% | 0.28% | - |
| HSV(B) | 357.18º | 0.75% | 0.44% | - |
| XYZ | 7.49 | 4.45 | 1.83 | - |
| YUV | 53.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 32 | 0 | 0.75 | 0.72 | 0.56 | 357.18 | 0.6 | 0.28 |
| Hex | 71 | 1C | 20 | 0 | 4B | 48 | 38 | 165 | 3C | 1C |
| Octal | 161 | 34 | 40 | 0 | 113 | 110 | 70 | 545 | 74 | 34 |
| Binary | 1110001 | 11100 | 100000 | 0 | 1001011 | 1001000 | 111000 | 101100101 | 111100 | 11100 |
Color Harmonies of #711C20
Complementary color
Monochromatic Colors of #711C20
Black with #711C20
Text Example
Text Example
White with #711C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C20; }
p { color: rgb(113,28,32); }
H1.HeaderClassName
{
color: #711C20;
}
.AnyTagClassName
{
color: #711C20;
}
</style>
background-color css
<style>
a { background-color: #711C20; }
a { background-color: rgb(113,28,32); }
div.DivClassName
{
background-color: #711C20;
}
.BgClassName
{
background-color: #711C20;
}
</style>
border-color css
<style>
span { border-color: #711C20; }
span { border-color: rgb(113,28,32); }
td.TdClassName
{
border-color: #711C20;
}
.TagClassName
{
border-color: #711C20;
}
</style>