Shades of Red Berry #711C2C
Tints of Red Berry #711C2C
RGB
CMYK
RGB Variations
Color information
#711C2C (or 0x711C2C) is known color: Red Berry. HEX triplet: 71, 1C and 2C. RGB value is (113,28,44). Sum of RGB (Red+Green+Blue) = 113+28+44=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #711C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C2C is #8EE3D3. Grayscale: #373737. Windows color (decimal): -9364436 or 2890865. OLE color: 2890865.
HSL color Cylindrical-coordinate representation of color #711C2C: hue angle of 348.71º 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 #711C2C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 44 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.56 |
| HSL | 348.71º | 0.6% | 0.28% | - |
| HSV(B) | 348.71º | 0.75% | 0.44% | - |
| XYZ | 7.68 | 4.52 | 2.85 | - |
| YUV | 55.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 44 | 0 | 0.75 | 0.61 | 0.56 | 348.71 | 0.6 | 0.28 |
| Hex | 71 | 1C | 2C | 0 | 4B | 3D | 38 | 15D | 3C | 1C |
| Octal | 161 | 34 | 54 | 0 | 113 | 75 | 70 | 535 | 74 | 34 |
| Binary | 1110001 | 11100 | 101100 | 0 | 1001011 | 111101 | 111000 | 101011101 | 111100 | 11100 |
Color Harmonies of #711C2C
Complementary color
Monochromatic Colors of #711C2C
Black with #711C2C
Text Example
Text Example
White with #711C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C2C; }
p { color: rgb(113,28,44); }
H1.HeaderClassName
{
color: #711C2C;
}
.AnyTagClassName
{
color: #711C2C;
}
</style>
background-color css
<style>
a { background-color: #711C2C; }
a { background-color: rgb(113,28,44); }
div.DivClassName
{
background-color: #711C2C;
}
.BgClassName
{
background-color: #711C2C;
}
</style>
border-color css
<style>
span { border-color: #711C2C; }
span { border-color: rgb(113,28,44); }
td.TdClassName
{
border-color: #711C2C;
}
.TagClassName
{
border-color: #711C2C;
}
</style>