Shades of Red Berry #711621
Tints of Red Berry #711621
RGB
CMYK
RGB Variations
Color information
#711621 (or 0x711621) is known color: Red Berry. HEX triplet: 71, 16 and 21. RGB value is (113,22,33). Sum of RGB (Red+Green+Blue) = 113+22+33=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711621 is #8EE9DE. Grayscale: #323232. Windows color (decimal): -9365983 or 2168433. OLE color: 2168433.
HSL color Cylindrical-coordinate representation of color #711621: hue angle of 352.75º degrees, saturation: 0.67, 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 #711621 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 33 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.56 |
| HSL | 352.75º | 0.67% | 0.26% | - |
| HSV(B) | 352.75º | 0.81% | 0.44% | - |
| XYZ | 7.37 | 4.19 | 1.86 | - |
| YUV | 50.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 33 | 0 | 0.81 | 0.71 | 0.56 | 352.75 | 0.67 | 0.26 |
| Hex | 71 | 16 | 21 | 0 | 51 | 47 | 38 | 161 | 43 | 1A |
| Octal | 161 | 26 | 41 | 0 | 121 | 107 | 70 | 541 | 103 | 32 |
| Binary | 1110001 | 10110 | 100001 | 0 | 1010001 | 1000111 | 111000 | 101100001 | 1000011 | 11010 |
Color Harmonies of #711621
Complementary color
Monochromatic Colors of #711621
Black with #711621
Text Example
Text Example
White with #711621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711621; }
p { color: rgb(113,22,33); }
H1.HeaderClassName
{
color: #711621;
}
.AnyTagClassName
{
color: #711621;
}
</style>
background-color css
<style>
a { background-color: #711621; }
a { background-color: rgb(113,22,33); }
div.DivClassName
{
background-color: #711621;
}
.BgClassName
{
background-color: #711621;
}
</style>
border-color css
<style>
span { border-color: #711621; }
span { border-color: rgb(113,22,33); }
td.TdClassName
{
border-color: #711621;
}
.TagClassName
{
border-color: #711621;
}
</style>