Shades of Red Berry #71222C
Tints of Red Berry #71222C
RGB
CMYK
RGB Variations
Color information
#71222C (or 0x71222C) is known color: Red Berry. HEX triplet: 71, 22 and 2C. RGB value is (113,34,44). Sum of RGB (Red+Green+Blue) = 113+34+44=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71222C is #8EDDD3. Grayscale: #3A3A3A. Windows color (decimal): -9362900 or 2892401. OLE color: 2892401.
HSL color Cylindrical-coordinate representation of color #71222C: hue angle of 352.41º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71222C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 44 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.56 |
| HSL | 352.41º | 0.54% | 0.29% | - |
| HSV(B) | 352.41º | 0.7% | 0.44% | - |
| XYZ | 7.84 | 4.84 | 2.9 | - |
| YUV | 58.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 44 | 0 | 0.70 | 0.61 | 0.56 | 352.41 | 0.54 | 0.29 |
| Hex | 71 | 22 | 2C | 0 | 46 | 3D | 38 | 160 | 36 | 1D |
| Octal | 161 | 42 | 54 | 0 | 106 | 75 | 70 | 540 | 66 | 35 |
| Binary | 1110001 | 100010 | 101100 | 0 | 1000110 | 111101 | 111000 | 101100000 | 110110 | 11101 |
Color Harmonies of #71222C
Complementary color
Monochromatic Colors of #71222C
Black with #71222C
Text Example
Text Example
White with #71222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71222C; }
p { color: rgb(113,34,44); }
H1.HeaderClassName
{
color: #71222C;
}
.AnyTagClassName
{
color: #71222C;
}
</style>
background-color css
<style>
a { background-color: #71222C; }
a { background-color: rgb(113,34,44); }
div.DivClassName
{
background-color: #71222C;
}
.BgClassName
{
background-color: #71222C;
}
</style>
border-color css
<style>
span { border-color: #71222C; }
span { border-color: rgb(113,34,44); }
td.TdClassName
{
border-color: #71222C;
}
.TagClassName
{
border-color: #71222C;
}
</style>