Shades of Red Berry #711E1F
Tints of Red Berry #711E1F
RGB
CMYK
RGB Variations
Color information
#711E1F (or 0x711E1F) is known color: Red Berry. HEX triplet: 71, 1E and 1F. RGB value is (113,30,31). Sum of RGB (Red+Green+Blue) = 113+30+31=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E1F is #8EE1E0. Grayscale: #373737. Windows color (decimal): -9363937 or 2039409. OLE color: 2039409.
HSL color Cylindrical-coordinate representation of color #711E1F: hue angle of 359.28º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E1F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 31 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.56 |
| HSL | 359.28º | 0.58% | 0.28% | - |
| HSV(B) | 359.28º | 0.73% | 0.44% | - |
| XYZ | 7.52 | 4.54 | 1.78 | - |
| YUV | 54.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 31 | 0 | 0.73 | 0.73 | 0.56 | 359.28 | 0.58 | 0.28 |
| Hex | 71 | 1E | 1F | 0 | 49 | 49 | 38 | 167 | 3A | 1C |
| Octal | 161 | 36 | 37 | 0 | 111 | 111 | 70 | 547 | 72 | 34 |
| Binary | 1110001 | 11110 | 11111 | 0 | 1001001 | 1001001 | 111000 | 101100111 | 111010 | 11100 |
Color Harmonies of #711E1F
Complementary color
Monochromatic Colors of #711E1F
Black with #711E1F
Text Example
Text Example
White with #711E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E1F; }
p { color: rgb(113,30,31); }
H1.HeaderClassName
{
color: #711E1F;
}
.AnyTagClassName
{
color: #711E1F;
}
</style>
background-color css
<style>
a { background-color: #711E1F; }
a { background-color: rgb(113,30,31); }
div.DivClassName
{
background-color: #711E1F;
}
.BgClassName
{
background-color: #711E1F;
}
</style>
border-color css
<style>
span { border-color: #711E1F; }
span { border-color: rgb(113,30,31); }
td.TdClassName
{
border-color: #711E1F;
}
.TagClassName
{
border-color: #711E1F;
}
</style>