Shades of Red Berry #711B2C
Tints of Red Berry #711B2C
RGB
CMYK
RGB Variations
Color information
#711B2C (or 0x711B2C) is known color: Red Berry. HEX triplet: 71, 1B and 2C. RGB value is (113,27,44). Sum of RGB (Red+Green+Blue) = 113+27+44=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B2C is #8EE4D3. Grayscale: #363636. Windows color (decimal): -9364692 or 2890609. OLE color: 2890609.
HSL color Cylindrical-coordinate representation of color #711B2C: hue angle of 348.14º 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 #711B2C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 44 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.56 |
| HSL | 348.14º | 0.61% | 0.27% | - |
| HSV(B) | 348.14º | 0.76% | 0.44% | - |
| XYZ | 7.66 | 4.48 | 2.84 | - |
| YUV | 54.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 44 | 0 | 0.76 | 0.61 | 0.56 | 348.14 | 0.61 | 0.27 |
| Hex | 71 | 1B | 2C | 0 | 4C | 3D | 38 | 15C | 3D | 1B |
| Octal | 161 | 33 | 54 | 0 | 114 | 75 | 70 | 534 | 75 | 33 |
| Binary | 1110001 | 11011 | 101100 | 0 | 1001100 | 111101 | 111000 | 101011100 | 111101 | 11011 |
Color Harmonies of #711B2C
Complementary color
Monochromatic Colors of #711B2C
Black with #711B2C
Text Example
Text Example
White with #711B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B2C; }
p { color: rgb(113,27,44); }
H1.HeaderClassName
{
color: #711B2C;
}
.AnyTagClassName
{
color: #711B2C;
}
</style>
background-color css
<style>
a { background-color: #711B2C; }
a { background-color: rgb(113,27,44); }
div.DivClassName
{
background-color: #711B2C;
}
.BgClassName
{
background-color: #711B2C;
}
</style>
border-color css
<style>
span { border-color: #711B2C; }
span { border-color: rgb(113,27,44); }
td.TdClassName
{
border-color: #711B2C;
}
.TagClassName
{
border-color: #711B2C;
}
</style>