Shades of Red Berry #711C1D
Tints of Red Berry #711C1D
RGB
CMYK
RGB Variations
Color information
#711C1D (or 0x711C1D) is known color: Red Berry. HEX triplet: 71, 1C and 1D. RGB value is (113,28,29). Sum of RGB (Red+Green+Blue) = 113+28+29=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C1D is #8EE3E2. Grayscale: #353535. Windows color (decimal): -9364451 or 1907825. OLE color: 1907825.
HSL color Cylindrical-coordinate representation of color #711C1D: hue angle of 359.29º 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 #711C1D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 29 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.56 |
| HSL | 359.29º | 0.6% | 0.28% | - |
| HSV(B) | 359.29º | 0.75% | 0.44% | - |
| XYZ | 7.45 | 4.43 | 1.62 | - |
| YUV | 53.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 29 | 0 | 0.75 | 0.74 | 0.56 | 359.29 | 0.6 | 0.28 |
| Hex | 71 | 1C | 1D | 0 | 4B | 4A | 38 | 167 | 3C | 1C |
| Octal | 161 | 34 | 35 | 0 | 113 | 112 | 70 | 547 | 74 | 34 |
| Binary | 1110001 | 11100 | 11101 | 0 | 1001011 | 1001010 | 111000 | 101100111 | 111100 | 11100 |
Color Harmonies of #711C1D
Complementary color
Monochromatic Colors of #711C1D
Black with #711C1D
Text Example
Text Example
White with #711C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C1D; }
p { color: rgb(113,28,29); }
H1.HeaderClassName
{
color: #711C1D;
}
.AnyTagClassName
{
color: #711C1D;
}
</style>
background-color css
<style>
a { background-color: #711C1D; }
a { background-color: rgb(113,28,29); }
div.DivClassName
{
background-color: #711C1D;
}
.BgClassName
{
background-color: #711C1D;
}
</style>
border-color css
<style>
span { border-color: #711C1D; }
span { border-color: rgb(113,28,29); }
td.TdClassName
{
border-color: #711C1D;
}
.TagClassName
{
border-color: #711C1D;
}
</style>