Shades of Red Berry #711B26
Tints of Red Berry #711B26
RGB
CMYK
RGB Variations
Color information
#711B26 (or 0x711B26) is known color: Red Berry. HEX triplet: 71, 1B and 26. RGB value is (113,27,38). Sum of RGB (Red+Green+Blue) = 113+27+38=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #711B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B26 is #8EE4D9. Grayscale: #363636. Windows color (decimal): -9364698 or 2497393. OLE color: 2497393.
HSL color Cylindrical-coordinate representation of color #711B26: hue angle of 352.33º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B26 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 38 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.56 |
| HSL | 352.33º | 0.61% | 0.27% | - |
| HSV(B) | 352.33º | 0.76% | 0.44% | - |
| XYZ | 7.55 | 4.43 | 2.29 | - |
| YUV | 53.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 38 | 0 | 0.76 | 0.66 | 0.56 | 352.33 | 0.61 | 0.27 |
| Hex | 71 | 1B | 26 | 0 | 4C | 42 | 38 | 160 | 3D | 1B |
| Octal | 161 | 33 | 46 | 0 | 114 | 102 | 70 | 540 | 75 | 33 |
| Binary | 1110001 | 11011 | 100110 | 0 | 1001100 | 1000010 | 111000 | 101100000 | 111101 | 11011 |
Color Harmonies of #711B26
Complementary color
Monochromatic Colors of #711B26
Black with #711B26
Text Example
Text Example
White with #711B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B26; }
p { color: rgb(113,27,38); }
H1.HeaderClassName
{
color: #711B26;
}
.AnyTagClassName
{
color: #711B26;
}
</style>
background-color css
<style>
a { background-color: #711B26; }
a { background-color: rgb(113,27,38); }
div.DivClassName
{
background-color: #711B26;
}
.BgClassName
{
background-color: #711B26;
}
</style>
border-color css
<style>
span { border-color: #711B26; }
span { border-color: rgb(113,27,38); }
td.TdClassName
{
border-color: #711B26;
}
.TagClassName
{
border-color: #711B26;
}
</style>