Shades of Red Berry #711F2B
Tints of Red Berry #711F2B
RGB
CMYK
RGB Variations
Color information
#711F2B (or 0x711F2B) is known color: Red Berry. HEX triplet: 71, 1F and 2B. RGB value is (113,31,43). Sum of RGB (Red+Green+Blue) = 113+31+43=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F2B is #8EE0D4. Grayscale: #383838. Windows color (decimal): -9363669 or 2826097. OLE color: 2826097.
HSL color Cylindrical-coordinate representation of color #711F2B: hue angle of 351.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F2B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 43 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.56 |
| HSL | 351.22º | 0.57% | 0.28% | - |
| HSV(B) | 351.22º | 0.73% | 0.44% | - |
| XYZ | 7.74 | 4.67 | 2.78 | - |
| YUV | 56.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 43 | 0 | 0.73 | 0.62 | 0.56 | 351.22 | 0.57 | 0.28 |
| Hex | 71 | 1F | 2B | 0 | 49 | 3E | 38 | 15F | 39 | 1C |
| Octal | 161 | 37 | 53 | 0 | 111 | 76 | 70 | 537 | 71 | 34 |
| Binary | 1110001 | 11111 | 101011 | 0 | 1001001 | 111110 | 111000 | 101011111 | 111001 | 11100 |
Color Harmonies of #711F2B
Complementary color
Monochromatic Colors of #711F2B
Black with #711F2B
Text Example
Text Example
White with #711F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F2B; }
p { color: rgb(113,31,43); }
H1.HeaderClassName
{
color: #711F2B;
}
.AnyTagClassName
{
color: #711F2B;
}
</style>
background-color css
<style>
a { background-color: #711F2B; }
a { background-color: rgb(113,31,43); }
div.DivClassName
{
background-color: #711F2B;
}
.BgClassName
{
background-color: #711F2B;
}
</style>
border-color css
<style>
span { border-color: #711F2B; }
span { border-color: rgb(113,31,43); }
td.TdClassName
{
border-color: #711F2B;
}
.TagClassName
{
border-color: #711F2B;
}
</style>