Shades of Red Berry #712228
Tints of Red Berry #712228
RGB
CMYK
RGB Variations
Color information
#712228 (or 0x712228) is known color: Red Berry. HEX triplet: 71, 22 and 28. RGB value is (113,34,40). Sum of RGB (Red+Green+Blue) = 113+34+40=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712228 is #8EDDD7. Grayscale: #3A3A3A. Windows color (decimal): -9362904 or 2630257. OLE color: 2630257.
HSL color Cylindrical-coordinate representation of color #712228: hue angle of 355.44º 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 #712228 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 40 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.56 |
| HSL | 355.44º | 0.54% | 0.29% | - |
| HSV(B) | 355.44º | 0.7% | 0.44% | - |
| XYZ | 7.77 | 4.81 | 2.53 | - |
| YUV | 58.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 40 | 0 | 0.70 | 0.65 | 0.56 | 355.44 | 0.54 | 0.29 |
| Hex | 71 | 22 | 28 | 0 | 46 | 41 | 38 | 163 | 36 | 1D |
| Octal | 161 | 42 | 50 | 0 | 106 | 101 | 70 | 543 | 66 | 35 |
| Binary | 1110001 | 100010 | 101000 | 0 | 1000110 | 1000001 | 111000 | 101100011 | 110110 | 11101 |
Color Harmonies of #712228
Complementary color
Monochromatic Colors of #712228
Black with #712228
Text Example
Text Example
White with #712228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712228; }
p { color: rgb(113,34,40); }
H1.HeaderClassName
{
color: #712228;
}
.AnyTagClassName
{
color: #712228;
}
</style>
background-color css
<style>
a { background-color: #712228; }
a { background-color: rgb(113,34,40); }
div.DivClassName
{
background-color: #712228;
}
.BgClassName
{
background-color: #712228;
}
</style>
border-color css
<style>
span { border-color: #712228; }
span { border-color: rgb(113,34,40); }
td.TdClassName
{
border-color: #712228;
}
.TagClassName
{
border-color: #712228;
}
</style>