Shades of Red Berry #711B28
Tints of Red Berry #711B28
RGB
CMYK
RGB Variations
Color information
#711B28 (or 0x711B28) is known color: Red Berry. HEX triplet: 71, 1B and 28. RGB value is (113,27,40). Sum of RGB (Red+Green+Blue) = 113+27+40=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B28 is #8EE4D7. Grayscale: #363636. Windows color (decimal): -9364696 or 2628465. OLE color: 2628465.
HSL color Cylindrical-coordinate representation of color #711B28: hue angle of 350.93º 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 #711B28 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 40 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.56 |
| HSL | 350.93º | 0.61% | 0.27% | - |
| HSV(B) | 350.93º | 0.76% | 0.44% | - |
| XYZ | 7.58 | 4.45 | 2.47 | - |
| YUV | 54.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 40 | 0 | 0.76 | 0.65 | 0.56 | 350.93 | 0.61 | 0.27 |
| Hex | 71 | 1B | 28 | 0 | 4C | 41 | 38 | 15F | 3D | 1B |
| Octal | 161 | 33 | 50 | 0 | 114 | 101 | 70 | 537 | 75 | 33 |
| Binary | 1110001 | 11011 | 101000 | 0 | 1001100 | 1000001 | 111000 | 101011111 | 111101 | 11011 |
Color Harmonies of #711B28
Complementary color
Monochromatic Colors of #711B28
Black with #711B28
Text Example
Text Example
White with #711B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B28; }
p { color: rgb(113,27,40); }
H1.HeaderClassName
{
color: #711B28;
}
.AnyTagClassName
{
color: #711B28;
}
</style>
background-color css
<style>
a { background-color: #711B28; }
a { background-color: rgb(113,27,40); }
div.DivClassName
{
background-color: #711B28;
}
.BgClassName
{
background-color: #711B28;
}
</style>
border-color css
<style>
span { border-color: #711B28; }
span { border-color: rgb(113,27,40); }
td.TdClassName
{
border-color: #711B28;
}
.TagClassName
{
border-color: #711B28;
}
</style>