Shades of Red Berry #71121B
Tints of Red Berry #71121B
RGB
CMYK
RGB Variations
Color information
#71121B (or 0x71121B) is known color: Red Berry. HEX triplet: 71, 12 and 1B. RGB value is (113,18,27). Sum of RGB (Red+Green+Blue) = 113+18+27=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71121B is #8EEDE4. Grayscale: #2F2F2F. Windows color (decimal): -9367013 or 1774193. OLE color: 1774193.
HSL color Cylindrical-coordinate representation of color #71121B: hue angle of 354.32º 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 #71121B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 27 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.56 |
| HSL | 354.32º | 0.73% | 0.26% | - |
| HSV(B) | 354.32º | 0.84% | 0.44% | - |
| XYZ | 7.22 | 4.02 | 1.43 | - |
| YUV | 47.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 27 | 0 | 0.84 | 0.76 | 0.56 | 354.32 | 0.73 | 0.26 |
| Hex | 71 | 12 | 1B | 0 | 54 | 4C | 38 | 162 | 49 | 1A |
| Octal | 161 | 22 | 33 | 0 | 124 | 114 | 70 | 542 | 111 | 32 |
| Binary | 1110001 | 10010 | 11011 | 0 | 1010100 | 1001100 | 111000 | 101100010 | 1001001 | 11010 |
Color Harmonies of #71121B
Complementary color
Monochromatic Colors of #71121B
Black with #71121B
Text Example
Text Example
White with #71121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71121B; }
p { color: rgb(113,18,27); }
H1.HeaderClassName
{
color: #71121B;
}
.AnyTagClassName
{
color: #71121B;
}
</style>
background-color css
<style>
a { background-color: #71121B; }
a { background-color: rgb(113,18,27); }
div.DivClassName
{
background-color: #71121B;
}
.BgClassName
{
background-color: #71121B;
}
</style>
border-color css
<style>
span { border-color: #71121B; }
span { border-color: rgb(113,18,27); }
td.TdClassName
{
border-color: #71121B;
}
.TagClassName
{
border-color: #71121B;
}
</style>