Shades of Red Berry #71131D
Tints of Red Berry #71131D
RGB
CMYK
RGB Variations
Color information
#71131D (or 0x71131D) is known color: Red Berry. HEX triplet: 71, 13 and 1D. RGB value is (113,19,29). Sum of RGB (Red+Green+Blue) = 113+19+29=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71131D is #8EECE2. Grayscale: #303030. Windows color (decimal): -9366755 or 1905521. OLE color: 1905521.
HSL color Cylindrical-coordinate representation of color #71131D: hue angle of 353.62º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71131D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 29 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.56 |
| HSL | 353.62º | 0.71% | 0.26% | - |
| HSV(B) | 353.62º | 0.83% | 0.44% | - |
| XYZ | 7.26 | 4.07 | 1.56 | - |
| YUV | 48.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 29 | 0 | 0.83 | 0.74 | 0.56 | 353.62 | 0.71 | 0.26 |
| Hex | 71 | 13 | 1D | 0 | 53 | 4A | 38 | 162 | 47 | 1A |
| Octal | 161 | 23 | 35 | 0 | 123 | 112 | 70 | 542 | 107 | 32 |
| Binary | 1110001 | 10011 | 11101 | 0 | 1010011 | 1001010 | 111000 | 101100010 | 1000111 | 11010 |
Color Harmonies of #71131D
Complementary color
Monochromatic Colors of #71131D
Black with #71131D
Text Example
Text Example
White with #71131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71131D; }
p { color: rgb(113,19,29); }
H1.HeaderClassName
{
color: #71131D;
}
.AnyTagClassName
{
color: #71131D;
}
</style>
background-color css
<style>
a { background-color: #71131D; }
a { background-color: rgb(113,19,29); }
div.DivClassName
{
background-color: #71131D;
}
.BgClassName
{
background-color: #71131D;
}
</style>
border-color css
<style>
span { border-color: #71131D; }
span { border-color: rgb(113,19,29); }
td.TdClassName
{
border-color: #71131D;
}
.TagClassName
{
border-color: #71131D;
}
</style>