Shades of Red Berry #711D20
Tints of Red Berry #711D20
RGB
CMYK
RGB Variations
Color information
#711D20 (or 0x711D20) is known color: Red Berry. HEX triplet: 71, 1D and 20. RGB value is (113,29,32). Sum of RGB (Red+Green+Blue) = 113+29+32=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D20 is #8EE2DF. Grayscale: #363636. Windows color (decimal): -9364192 or 2104689. OLE color: 2104689.
HSL color Cylindrical-coordinate representation of color #711D20: hue angle of 357.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D20 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 32 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.56 |
| HSL | 357.86º | 0.59% | 0.28% | - |
| HSV(B) | 357.86º | 0.74% | 0.44% | - |
| XYZ | 7.51 | 4.49 | 1.84 | - |
| YUV | 54.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 32 | 0 | 0.74 | 0.72 | 0.56 | 357.86 | 0.59 | 0.28 |
| Hex | 71 | 1D | 20 | 0 | 4A | 48 | 38 | 166 | 3B | 1C |
| Octal | 161 | 35 | 40 | 0 | 112 | 110 | 70 | 546 | 73 | 34 |
| Binary | 1110001 | 11101 | 100000 | 0 | 1001010 | 1001000 | 111000 | 101100110 | 111011 | 11100 |
Color Harmonies of #711D20
Complementary color
Monochromatic Colors of #711D20
Black with #711D20
Text Example
Text Example
White with #711D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D20; }
p { color: rgb(113,29,32); }
H1.HeaderClassName
{
color: #711D20;
}
.AnyTagClassName
{
color: #711D20;
}
</style>
background-color css
<style>
a { background-color: #711D20; }
a { background-color: rgb(113,29,32); }
div.DivClassName
{
background-color: #711D20;
}
.BgClassName
{
background-color: #711D20;
}
</style>
border-color css
<style>
span { border-color: #711D20; }
span { border-color: rgb(113,29,32); }
td.TdClassName
{
border-color: #711D20;
}
.TagClassName
{
border-color: #711D20;
}
</style>