Shades of Red Berry #711528
Tints of Red Berry #711528
RGB
CMYK
RGB Variations
Color information
#711528 (or 0x711528) is known color: Red Berry. HEX triplet: 71, 15 and 28. RGB value is (113,21,40). Sum of RGB (Red+Green+Blue) = 113+21+40=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711528 is #8EEAD7. Grayscale: #323232. Windows color (decimal): -9366232 or 2626929. OLE color: 2626929.
HSL color Cylindrical-coordinate representation of color #711528: hue angle of 347.61º 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 #711528 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 40 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.56 |
| HSL | 347.61º | 0.69% | 0.26% | - |
| HSV(B) | 347.61º | 0.81% | 0.44% | - |
| XYZ | 7.46 | 4.2 | 2.42 | - |
| YUV | 50.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 40 | 0 | 0.81 | 0.65 | 0.56 | 347.61 | 0.69 | 0.26 |
| Hex | 71 | 15 | 28 | 0 | 51 | 41 | 38 | 15C | 45 | 1A |
| Octal | 161 | 25 | 50 | 0 | 121 | 101 | 70 | 534 | 105 | 32 |
| Binary | 1110001 | 10101 | 101000 | 0 | 1010001 | 1000001 | 111000 | 101011100 | 1000101 | 11010 |
Color Harmonies of #711528
Complementary color
Monochromatic Colors of #711528
Black with #711528
Text Example
Text Example
White with #711528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711528; }
p { color: rgb(113,21,40); }
H1.HeaderClassName
{
color: #711528;
}
.AnyTagClassName
{
color: #711528;
}
</style>
background-color css
<style>
a { background-color: #711528; }
a { background-color: rgb(113,21,40); }
div.DivClassName
{
background-color: #711528;
}
.BgClassName
{
background-color: #711528;
}
</style>
border-color css
<style>
span { border-color: #711528; }
span { border-color: rgb(113,21,40); }
td.TdClassName
{
border-color: #711528;
}
.TagClassName
{
border-color: #711528;
}
</style>