Shades of Red Berry #71222E
Tints of Red Berry #71222E
RGB
CMYK
RGB Variations
Color information
#71222E (or 0x71222E) is known color: Red Berry. HEX triplet: 71, 22 and 2E. RGB value is (113,34,46). Sum of RGB (Red+Green+Blue) = 113+34+46=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71222E is #8EDDD1. Grayscale: #3B3B3B. Windows color (decimal): -9362898 or 3023473. OLE color: 3023473.
HSL color Cylindrical-coordinate representation of color #71222E: hue angle of 350.89º 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 #71222E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 46 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.56 |
| HSL | 350.89º | 0.54% | 0.29% | - |
| HSV(B) | 350.89º | 0.7% | 0.44% | - |
| XYZ | 7.88 | 4.85 | 3.11 | - |
| YUV | 58.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 46 | 0 | 0.70 | 0.59 | 0.56 | 350.89 | 0.54 | 0.29 |
| Hex | 71 | 22 | 2E | 0 | 46 | 3B | 38 | 15F | 36 | 1D |
| Octal | 161 | 42 | 56 | 0 | 106 | 73 | 70 | 537 | 66 | 35 |
| Binary | 1110001 | 100010 | 101110 | 0 | 1000110 | 111011 | 111000 | 101011111 | 110110 | 11101 |
Color Harmonies of #71222E
Complementary color
Monochromatic Colors of #71222E
Black with #71222E
Text Example
Text Example
White with #71222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71222E; }
p { color: rgb(113,34,46); }
H1.HeaderClassName
{
color: #71222E;
}
.AnyTagClassName
{
color: #71222E;
}
</style>
background-color css
<style>
a { background-color: #71222E; }
a { background-color: rgb(113,34,46); }
div.DivClassName
{
background-color: #71222E;
}
.BgClassName
{
background-color: #71222E;
}
</style>
border-color css
<style>
span { border-color: #71222E; }
span { border-color: rgb(113,34,46); }
td.TdClassName
{
border-color: #71222E;
}
.TagClassName
{
border-color: #71222E;
}
</style>