Shades of Red Berry #711C2B
Tints of Red Berry #711C2B
RGB
CMYK
RGB Variations
Color information
#711C2B (or 0x711C2B) is known color: Red Berry. HEX triplet: 71, 1C and 2B. RGB value is (113,28,43). Sum of RGB (Red+Green+Blue) = 113+28+43=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C2B is #8EE3D4. Grayscale: #373737. Windows color (decimal): -9364437 or 2825329. OLE color: 2825329.
HSL color Cylindrical-coordinate representation of color #711C2B: hue angle of 349.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C2B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 43 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.56 |
| HSL | 349.41º | 0.6% | 0.28% | - |
| HSV(B) | 349.41º | 0.75% | 0.44% | - |
| XYZ | 7.66 | 4.52 | 2.75 | - |
| YUV | 55.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 43 | 0 | 0.75 | 0.62 | 0.56 | 349.41 | 0.6 | 0.28 |
| Hex | 71 | 1C | 2B | 0 | 4B | 3E | 38 | 15D | 3C | 1C |
| Octal | 161 | 34 | 53 | 0 | 113 | 76 | 70 | 535 | 74 | 34 |
| Binary | 1110001 | 11100 | 101011 | 0 | 1001011 | 111110 | 111000 | 101011101 | 111100 | 11100 |
Color Harmonies of #711C2B
Complementary color
Monochromatic Colors of #711C2B
Black with #711C2B
Text Example
Text Example
White with #711C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C2B; }
p { color: rgb(113,28,43); }
H1.HeaderClassName
{
color: #711C2B;
}
.AnyTagClassName
{
color: #711C2B;
}
</style>
background-color css
<style>
a { background-color: #711C2B; }
a { background-color: rgb(113,28,43); }
div.DivClassName
{
background-color: #711C2B;
}
.BgClassName
{
background-color: #711C2B;
}
</style>
border-color css
<style>
span { border-color: #711C2B; }
span { border-color: rgb(113,28,43); }
td.TdClassName
{
border-color: #711C2B;
}
.TagClassName
{
border-color: #711C2B;
}
</style>