Shades of Red Berry #71121D
Tints of Red Berry #71121D
RGB
CMYK
RGB Variations
Color information
#71121D (or 0x71121D) is known color: Red Berry. HEX triplet: 71, 12 and 1D. RGB value is (113,18,29). Sum of RGB (Red+Green+Blue) = 113+18+29=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #71121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71121D is #8EEDE2. Grayscale: #2F2F2F. Windows color (decimal): -9367011 or 1905265. OLE color: 1905265.
HSL color Cylindrical-coordinate representation of color #71121D: hue angle of 353.05º 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 #71121D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 29 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.56 |
| HSL | 353.05º | 0.73% | 0.26% | - |
| HSV(B) | 353.05º | 0.84% | 0.44% | - |
| XYZ | 7.25 | 4.03 | 1.56 | - |
| YUV | 47.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 29 | 0 | 0.84 | 0.74 | 0.56 | 353.05 | 0.73 | 0.26 |
| Hex | 71 | 12 | 1D | 0 | 54 | 4A | 38 | 161 | 49 | 1A |
| Octal | 161 | 22 | 35 | 0 | 124 | 112 | 70 | 541 | 111 | 32 |
| Binary | 1110001 | 10010 | 11101 | 0 | 1010100 | 1001010 | 111000 | 101100001 | 1001001 | 11010 |
Color Harmonies of #71121D
Complementary color
Monochromatic Colors of #71121D
Black with #71121D
Text Example
Text Example
White with #71121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71121D; }
p { color: rgb(113,18,29); }
H1.HeaderClassName
{
color: #71121D;
}
.AnyTagClassName
{
color: #71121D;
}
</style>
background-color css
<style>
a { background-color: #71121D; }
a { background-color: rgb(113,18,29); }
div.DivClassName
{
background-color: #71121D;
}
.BgClassName
{
background-color: #71121D;
}
</style>
border-color css
<style>
span { border-color: #71121D; }
span { border-color: rgb(113,18,29); }
td.TdClassName
{
border-color: #71121D;
}
.TagClassName
{
border-color: #71121D;
}
</style>