Shades of Red Berry #711522
Tints of Red Berry #711522
RGB
CMYK
RGB Variations
Color information
#711522 (or 0x711522) is known color: Red Berry. HEX triplet: 71, 15 and 22. RGB value is (113,21,34). Sum of RGB (Red+Green+Blue) = 113+21+34=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711522 is #8EEADD. Grayscale: #323232. Windows color (decimal): -9366238 or 2233713. OLE color: 2233713.
HSL color Cylindrical-coordinate representation of color #711522: hue angle of 351.52º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711522 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 34 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.56 |
| HSL | 351.52º | 0.69% | 0.26% | - |
| HSV(B) | 351.52º | 0.81% | 0.44% | - |
| XYZ | 7.37 | 4.16 | 1.93 | - |
| YUV | 49.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 34 | 0 | 0.81 | 0.70 | 0.56 | 351.52 | 0.69 | 0.26 |
| Hex | 71 | 15 | 22 | 0 | 51 | 46 | 38 | 160 | 45 | 1A |
| Octal | 161 | 25 | 42 | 0 | 121 | 106 | 70 | 540 | 105 | 32 |
| Binary | 1110001 | 10101 | 100010 | 0 | 1010001 | 1000110 | 111000 | 101100000 | 1000101 | 11010 |
Color Harmonies of #711522
Complementary color
Monochromatic Colors of #711522
Black with #711522
Text Example
Text Example
White with #711522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711522; }
p { color: rgb(113,21,34); }
H1.HeaderClassName
{
color: #711522;
}
.AnyTagClassName
{
color: #711522;
}
</style>
background-color css
<style>
a { background-color: #711522; }
a { background-color: rgb(113,21,34); }
div.DivClassName
{
background-color: #711522;
}
.BgClassName
{
background-color: #711522;
}
</style>
border-color css
<style>
span { border-color: #711522; }
span { border-color: rgb(113,21,34); }
td.TdClassName
{
border-color: #711522;
}
.TagClassName
{
border-color: #711522;
}
</style>