Shades of Red Berry #711D26
Tints of Red Berry #711D26
RGB
CMYK
RGB Variations
Color information
#711D26 (or 0x711D26) is known color: Red Berry. HEX triplet: 71, 1D and 26. RGB value is (113,29,38). Sum of RGB (Red+Green+Blue) = 113+29+38=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D26 is #8EE2D9. Grayscale: #373737. Windows color (decimal): -9364186 or 2497905. OLE color: 2497905.
HSL color Cylindrical-coordinate representation of color #711D26: hue angle of 353.57º 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 #711D26 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 38 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.56 |
| HSL | 353.57º | 0.59% | 0.28% | - |
| HSV(B) | 353.57º | 0.74% | 0.44% | - |
| XYZ | 7.6 | 4.53 | 2.31 | - |
| YUV | 55.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 38 | 0 | 0.74 | 0.66 | 0.56 | 353.57 | 0.59 | 0.28 |
| Hex | 71 | 1D | 26 | 0 | 4A | 42 | 38 | 162 | 3B | 1C |
| Octal | 161 | 35 | 46 | 0 | 112 | 102 | 70 | 542 | 73 | 34 |
| Binary | 1110001 | 11101 | 100110 | 0 | 1001010 | 1000010 | 111000 | 101100010 | 111011 | 11100 |
Color Harmonies of #711D26
Complementary color
Monochromatic Colors of #711D26
Black with #711D26
Text Example
Text Example
White with #711D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D26; }
p { color: rgb(113,29,38); }
H1.HeaderClassName
{
color: #711D26;
}
.AnyTagClassName
{
color: #711D26;
}
</style>
background-color css
<style>
a { background-color: #711D26; }
a { background-color: rgb(113,29,38); }
div.DivClassName
{
background-color: #711D26;
}
.BgClassName
{
background-color: #711D26;
}
</style>
border-color css
<style>
span { border-color: #711D26; }
span { border-color: rgb(113,29,38); }
td.TdClassName
{
border-color: #711D26;
}
.TagClassName
{
border-color: #711D26;
}
</style>