Shades of Red Berry #711A20
Tints of Red Berry #711A20
RGB
CMYK
RGB Variations
Color information
#711A20 (or 0x711A20) is known color: Red Berry. HEX triplet: 71, 1A and 20. RGB value is (113,26,32). Sum of RGB (Red+Green+Blue) = 113+26+32=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #711A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A20 is #8EE5DF. Grayscale: #343434. Windows color (decimal): -9364960 or 2103921. OLE color: 2103921.
HSL color Cylindrical-coordinate representation of color #711A20: hue angle of 355.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A20 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 32 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.56 |
| HSL | 355.86º | 0.63% | 0.27% | - |
| HSV(B) | 355.86º | 0.77% | 0.44% | - |
| XYZ | 7.44 | 4.35 | 1.81 | - |
| YUV | 52.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 32 | 0 | 0.77 | 0.72 | 0.56 | 355.86 | 0.63 | 0.27 |
| Hex | 71 | 1A | 20 | 0 | 4D | 48 | 38 | 164 | 3F | 1B |
| Octal | 161 | 32 | 40 | 0 | 115 | 110 | 70 | 544 | 77 | 33 |
| Binary | 1110001 | 11010 | 100000 | 0 | 1001101 | 1001000 | 111000 | 101100100 | 111111 | 11011 |
Color Harmonies of #711A20
Complementary color
Monochromatic Colors of #711A20
Black with #711A20
Text Example
Text Example
White with #711A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A20; }
p { color: rgb(113,26,32); }
H1.HeaderClassName
{
color: #711A20;
}
.AnyTagClassName
{
color: #711A20;
}
</style>
background-color css
<style>
a { background-color: #711A20; }
a { background-color: rgb(113,26,32); }
div.DivClassName
{
background-color: #711A20;
}
.BgClassName
{
background-color: #711A20;
}
</style>
border-color css
<style>
span { border-color: #711A20; }
span { border-color: rgb(113,26,32); }
td.TdClassName
{
border-color: #711A20;
}
.TagClassName
{
border-color: #711A20;
}
</style>