Shades of Red Berry #711F26
Tints of Red Berry #711F26
RGB
CMYK
RGB Variations
Color information
#711F26 (or 0x711F26) is known color: Red Berry. HEX triplet: 71, 1F and 26. RGB value is (113,31,38). Sum of RGB (Red+Green+Blue) = 113+31+38=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #711F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F26 is #8EE0D9. Grayscale: #383838. Windows color (decimal): -9363674 or 2498417. OLE color: 2498417.
HSL color Cylindrical-coordinate representation of color #711F26: hue angle of 354.88º 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 #711F26 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 38 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.56 |
| HSL | 354.88º | 0.57% | 0.28% | - |
| HSV(B) | 354.88º | 0.73% | 0.44% | - |
| XYZ | 7.65 | 4.63 | 2.32 | - |
| YUV | 56.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 38 | 0 | 0.73 | 0.66 | 0.56 | 354.88 | 0.57 | 0.28 |
| Hex | 71 | 1F | 26 | 0 | 49 | 42 | 38 | 163 | 39 | 1C |
| Octal | 161 | 37 | 46 | 0 | 111 | 102 | 70 | 543 | 71 | 34 |
| Binary | 1110001 | 11111 | 100110 | 0 | 1001001 | 1000010 | 111000 | 101100011 | 111001 | 11100 |
Color Harmonies of #711F26
Complementary color
Monochromatic Colors of #711F26
Black with #711F26
Text Example
Text Example
White with #711F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F26; }
p { color: rgb(113,31,38); }
H1.HeaderClassName
{
color: #711F26;
}
.AnyTagClassName
{
color: #711F26;
}
</style>
background-color css
<style>
a { background-color: #711F26; }
a { background-color: rgb(113,31,38); }
div.DivClassName
{
background-color: #711F26;
}
.BgClassName
{
background-color: #711F26;
}
</style>
border-color css
<style>
span { border-color: #711F26; }
span { border-color: rgb(113,31,38); }
td.TdClassName
{
border-color: #711F26;
}
.TagClassName
{
border-color: #711F26;
}
</style>