Shades of Red Berry #71222B
Tints of Red Berry #71222B
RGB
CMYK
RGB Variations
Color information
#71222B (or 0x71222B) is known color: Red Berry. HEX triplet: 71, 22 and 2B. RGB value is (113,34,43). Sum of RGB (Red+Green+Blue) = 113+34+43=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71222B is #8EDDD4. Grayscale: #3A3A3A. Windows color (decimal): -9362901 or 2826865. OLE color: 2826865.
HSL color Cylindrical-coordinate representation of color #71222B: hue angle of 353.16º 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 #71222B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 43 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.56 |
| HSL | 353.16º | 0.54% | 0.29% | - |
| HSV(B) | 353.16º | 0.7% | 0.44% | - |
| XYZ | 7.82 | 4.83 | 2.81 | - |
| YUV | 58.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 43 | 0 | 0.70 | 0.62 | 0.56 | 353.16 | 0.54 | 0.29 |
| Hex | 71 | 22 | 2B | 0 | 46 | 3E | 38 | 161 | 36 | 1D |
| Octal | 161 | 42 | 53 | 0 | 106 | 76 | 70 | 541 | 66 | 35 |
| Binary | 1110001 | 100010 | 101011 | 0 | 1000110 | 111110 | 111000 | 101100001 | 110110 | 11101 |
Color Harmonies of #71222B
Complementary color
Monochromatic Colors of #71222B
Black with #71222B
Text Example
Text Example
White with #71222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71222B; }
p { color: rgb(113,34,43); }
H1.HeaderClassName
{
color: #71222B;
}
.AnyTagClassName
{
color: #71222B;
}
</style>
background-color css
<style>
a { background-color: #71222B; }
a { background-color: rgb(113,34,43); }
div.DivClassName
{
background-color: #71222B;
}
.BgClassName
{
background-color: #71222B;
}
</style>
border-color css
<style>
span { border-color: #71222B; }
span { border-color: rgb(113,34,43); }
td.TdClassName
{
border-color: #71222B;
}
.TagClassName
{
border-color: #71222B;
}
</style>