Shades of Red Berry #71121F
Tints of Red Berry #71121F
RGB
CMYK
RGB Variations
Color information
#71121F (or 0x71121F) is known color: Red Berry. HEX triplet: 71, 12 and 1F. RGB value is (113,18,31). Sum of RGB (Red+Green+Blue) = 113+18+31=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71121F is #8EEDE0. Grayscale: #2F2F2F. Windows color (decimal): -9367009 or 2036337. OLE color: 2036337.
HSL color Cylindrical-coordinate representation of color #71121F: hue angle of 351.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71121F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 31 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.56 |
| HSL | 351.79º | 0.73% | 0.26% | - |
| HSV(B) | 351.79º | 0.84% | 0.44% | - |
| XYZ | 7.27 | 4.04 | 1.69 | - |
| YUV | 47.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 31 | 0 | 0.84 | 0.73 | 0.56 | 351.79 | 0.73 | 0.26 |
| Hex | 71 | 12 | 1F | 0 | 54 | 49 | 38 | 160 | 49 | 1A |
| Octal | 161 | 22 | 37 | 0 | 124 | 111 | 70 | 540 | 111 | 32 |
| Binary | 1110001 | 10010 | 11111 | 0 | 1010100 | 1001001 | 111000 | 101100000 | 1001001 | 11010 |
Color Harmonies of #71121F
Complementary color
Monochromatic Colors of #71121F
Black with #71121F
Text Example
Text Example
White with #71121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71121F; }
p { color: rgb(113,18,31); }
H1.HeaderClassName
{
color: #71121F;
}
.AnyTagClassName
{
color: #71121F;
}
</style>
background-color css
<style>
a { background-color: #71121F; }
a { background-color: rgb(113,18,31); }
div.DivClassName
{
background-color: #71121F;
}
.BgClassName
{
background-color: #71121F;
}
</style>
border-color css
<style>
span { border-color: #71121F; }
span { border-color: rgb(113,18,31); }
td.TdClassName
{
border-color: #71121F;
}
.TagClassName
{
border-color: #71121F;
}
</style>