Shades of Red Berry #711D1F
Tints of Red Berry #711D1F
RGB
CMYK
RGB Variations
Color information
#711D1F (or 0x711D1F) is known color: Red Berry. HEX triplet: 71, 1D and 1F. RGB value is (113,29,31). Sum of RGB (Red+Green+Blue) = 113+29+31=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #711D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D1F is #8EE2E0. Grayscale: #363636. Windows color (decimal): -9364193 or 2039153. OLE color: 2039153.
HSL color Cylindrical-coordinate representation of color #711D1F: hue angle of 358.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D1F is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 31 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.56 |
| HSL | 358.57º | 0.59% | 0.28% | - |
| HSV(B) | 358.57º | 0.74% | 0.44% | - |
| XYZ | 7.5 | 4.49 | 1.77 | - |
| YUV | 54.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 31 | 0 | 0.74 | 0.73 | 0.56 | 358.57 | 0.59 | 0.28 |
| Hex | 71 | 1D | 1F | 0 | 4A | 49 | 38 | 167 | 3B | 1C |
| Octal | 161 | 35 | 37 | 0 | 112 | 111 | 70 | 547 | 73 | 34 |
| Binary | 1110001 | 11101 | 11111 | 0 | 1001010 | 1001001 | 111000 | 101100111 | 111011 | 11100 |
Color Harmonies of #711D1F
Complementary color
Monochromatic Colors of #711D1F
Black with #711D1F
Text Example
Text Example
White with #711D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D1F; }
p { color: rgb(113,29,31); }
H1.HeaderClassName
{
color: #711D1F;
}
.AnyTagClassName
{
color: #711D1F;
}
</style>
background-color css
<style>
a { background-color: #711D1F; }
a { background-color: rgb(113,29,31); }
div.DivClassName
{
background-color: #711D1F;
}
.BgClassName
{
background-color: #711D1F;
}
</style>
border-color css
<style>
span { border-color: #711D1F; }
span { border-color: rgb(113,29,31); }
td.TdClassName
{
border-color: #711D1F;
}
.TagClassName
{
border-color: #711D1F;
}
</style>