Shades of Red Berry #711A26
Tints of Red Berry #711A26
RGB
CMYK
RGB Variations
Color information
#711A26 (or 0x711A26) is known color: Red Berry. HEX triplet: 71, 1A and 26. RGB value is (113,26,38). Sum of RGB (Red+Green+Blue) = 113+26+38=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #711A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A26 is #8EE5D9. Grayscale: #353535. Windows color (decimal): -9364954 or 2497137. OLE color: 2497137.
HSL color Cylindrical-coordinate representation of color #711A26: hue angle of 351.72º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A26 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 38 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.56 |
| HSL | 351.72º | 0.63% | 0.27% | - |
| HSV(B) | 351.72º | 0.77% | 0.44% | - |
| XYZ | 7.53 | 4.39 | 2.28 | - |
| YUV | 53.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 38 | 0 | 0.77 | 0.66 | 0.56 | 351.72 | 0.63 | 0.27 |
| Hex | 71 | 1A | 26 | 0 | 4D | 42 | 38 | 160 | 3F | 1B |
| Octal | 161 | 32 | 46 | 0 | 115 | 102 | 70 | 540 | 77 | 33 |
| Binary | 1110001 | 11010 | 100110 | 0 | 1001101 | 1000010 | 111000 | 101100000 | 111111 | 11011 |
Color Harmonies of #711A26
Complementary color
Monochromatic Colors of #711A26
Black with #711A26
Text Example
Text Example
White with #711A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A26; }
p { color: rgb(113,26,38); }
H1.HeaderClassName
{
color: #711A26;
}
.AnyTagClassName
{
color: #711A26;
}
</style>
background-color css
<style>
a { background-color: #711A26; }
a { background-color: rgb(113,26,38); }
div.DivClassName
{
background-color: #711A26;
}
.BgClassName
{
background-color: #711A26;
}
</style>
border-color css
<style>
span { border-color: #711A26; }
span { border-color: rgb(113,26,38); }
td.TdClassName
{
border-color: #711A26;
}
.TagClassName
{
border-color: #711A26;
}
</style>