Shades of Red Berry #711521
Tints of Red Berry #711521
RGB
CMYK
RGB Variations
Color information
#711521 (or 0x711521) is known color: Red Berry. HEX triplet: 71, 15 and 21. RGB value is (113,21,33). Sum of RGB (Red+Green+Blue) = 113+21+33=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #711521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711521 is #8EEADE. Grayscale: #313131. Windows color (decimal): -9366239 or 2168177. OLE color: 2168177.
HSL color Cylindrical-coordinate representation of color #711521: hue angle of 352.17º 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 #711521 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 33 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.56 |
| HSL | 352.17º | 0.69% | 0.26% | - |
| HSV(B) | 352.17º | 0.81% | 0.44% | - |
| XYZ | 7.35 | 4.16 | 1.85 | - |
| YUV | 49.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 33 | 0 | 0.81 | 0.71 | 0.56 | 352.17 | 0.69 | 0.26 |
| Hex | 71 | 15 | 21 | 0 | 51 | 47 | 38 | 160 | 45 | 1A |
| Octal | 161 | 25 | 41 | 0 | 121 | 107 | 70 | 540 | 105 | 32 |
| Binary | 1110001 | 10101 | 100001 | 0 | 1010001 | 1000111 | 111000 | 101100000 | 1000101 | 11010 |
Color Harmonies of #711521
Complementary color
Monochromatic Colors of #711521
Black with #711521
Text Example
Text Example
White with #711521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711521; }
p { color: rgb(113,21,33); }
H1.HeaderClassName
{
color: #711521;
}
.AnyTagClassName
{
color: #711521;
}
</style>
background-color css
<style>
a { background-color: #711521; }
a { background-color: rgb(113,21,33); }
div.DivClassName
{
background-color: #711521;
}
.BgClassName
{
background-color: #711521;
}
</style>
border-color css
<style>
span { border-color: #711521; }
span { border-color: rgb(113,21,33); }
td.TdClassName
{
border-color: #711521;
}
.TagClassName
{
border-color: #711521;
}
</style>