Shades of Red Berry #71222A
Tints of Red Berry #71222A
RGB
CMYK
RGB Variations
Color information
#71222A (or 0x71222A) is known color: Red Berry. HEX triplet: 71, 22 and 2A. RGB value is (113,34,42). Sum of RGB (Red+Green+Blue) = 113+34+42=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71222A is #8EDDD5. Grayscale: #3A3A3A. Windows color (decimal): -9362902 or 2761329. OLE color: 2761329.
HSL color Cylindrical-coordinate representation of color #71222A: hue angle of 353.92º 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 #71222A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 42 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.56 |
| HSL | 353.92º | 0.54% | 0.29% | - |
| HSV(B) | 353.92º | 0.7% | 0.44% | - |
| XYZ | 7.8 | 4.82 | 2.71 | - |
| YUV | 58.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 42 | 0 | 0.70 | 0.63 | 0.56 | 353.92 | 0.54 | 0.29 |
| Hex | 71 | 22 | 2A | 0 | 46 | 3F | 38 | 162 | 36 | 1D |
| Octal | 161 | 42 | 52 | 0 | 106 | 77 | 70 | 542 | 66 | 35 |
| Binary | 1110001 | 100010 | 101010 | 0 | 1000110 | 111111 | 111000 | 101100010 | 110110 | 11101 |
Color Harmonies of #71222A
Complementary color
Monochromatic Colors of #71222A
Black with #71222A
Text Example
Text Example
White with #71222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71222A; }
p { color: rgb(113,34,42); }
H1.HeaderClassName
{
color: #71222A;
}
.AnyTagClassName
{
color: #71222A;
}
</style>
background-color css
<style>
a { background-color: #71222A; }
a { background-color: rgb(113,34,42); }
div.DivClassName
{
background-color: #71222A;
}
.BgClassName
{
background-color: #71222A;
}
</style>
border-color css
<style>
span { border-color: #71222A; }
span { border-color: rgb(113,34,42); }
td.TdClassName
{
border-color: #71222A;
}
.TagClassName
{
border-color: #71222A;
}
</style>