Shades of Red Berry #711D2B
Tints of Red Berry #711D2B
RGB
CMYK
RGB Variations
Color information
#711D2B (or 0x711D2B) is known color: Red Berry. HEX triplet: 71, 1D and 2B. RGB value is (113,29,43). Sum of RGB (Red+Green+Blue) = 113+29+43=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #711D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D2B is #8EE2D4. Grayscale: #373737. Windows color (decimal): -9364181 or 2825585. OLE color: 2825585.
HSL color Cylindrical-coordinate representation of color #711D2B: hue angle of 350º 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 #711D2B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 43 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.56 |
| HSL | 350º | 0.59% | 0.28% | - |
| HSV(B) | 350º | 0.74% | 0.44% | - |
| XYZ | 7.69 | 4.56 | 2.76 | - |
| YUV | 55.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 43 | 0 | 0.74 | 0.62 | 0.56 | 350 | 0.59 | 0.28 |
| Hex | 71 | 1D | 2B | 0 | 4A | 3E | 38 | 15E | 3B | 1C |
| Octal | 161 | 35 | 53 | 0 | 112 | 76 | 70 | 536 | 73 | 34 |
| Binary | 1110001 | 11101 | 101011 | 0 | 1001010 | 111110 | 111000 | 101011110 | 111011 | 11100 |
Color Harmonies of #711D2B
Complementary color
Monochromatic Colors of #711D2B
Black with #711D2B
Text Example
Text Example
White with #711D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D2B; }
p { color: rgb(113,29,43); }
H1.HeaderClassName
{
color: #711D2B;
}
.AnyTagClassName
{
color: #711D2B;
}
</style>
background-color css
<style>
a { background-color: #711D2B; }
a { background-color: rgb(113,29,43); }
div.DivClassName
{
background-color: #711D2B;
}
.BgClassName
{
background-color: #711D2B;
}
</style>
border-color css
<style>
span { border-color: #711D2B; }
span { border-color: rgb(113,29,43); }
td.TdClassName
{
border-color: #711D2B;
}
.TagClassName
{
border-color: #711D2B;
}
</style>