Shades of Red Berry #711922
Tints of Red Berry #711922
RGB
CMYK
RGB Variations
Color information
#711922 (or 0x711922) is known color: Red Berry. HEX triplet: 71, 19 and 22. RGB value is (113,25,34). Sum of RGB (Red+Green+Blue) = 113+25+34=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711922 is #8EE6DD. Grayscale: #343434. Windows color (decimal): -9365214 or 2234737. OLE color: 2234737.
HSL color Cylindrical-coordinate representation of color #711922: hue angle of 353.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711922 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 34 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.56 |
| HSL | 353.86º | 0.64% | 0.27% | - |
| HSV(B) | 353.86º | 0.78% | 0.44% | - |
| XYZ | 7.45 | 4.32 | 1.96 | - |
| YUV | 52.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 34 | 0 | 0.78 | 0.70 | 0.56 | 353.86 | 0.64 | 0.27 |
| Hex | 71 | 19 | 22 | 0 | 4E | 46 | 38 | 162 | 40 | 1B |
| Octal | 161 | 31 | 42 | 0 | 116 | 106 | 70 | 542 | 100 | 33 |
| Binary | 1110001 | 11001 | 100010 | 0 | 1001110 | 1000110 | 111000 | 101100010 | 1000000 | 11011 |
Color Harmonies of #711922
Complementary color
Monochromatic Colors of #711922
Black with #711922
Text Example
Text Example
White with #711922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711922; }
p { color: rgb(113,25,34); }
H1.HeaderClassName
{
color: #711922;
}
.AnyTagClassName
{
color: #711922;
}
</style>
background-color css
<style>
a { background-color: #711922; }
a { background-color: rgb(113,25,34); }
div.DivClassName
{
background-color: #711922;
}
.BgClassName
{
background-color: #711922;
}
</style>
border-color css
<style>
span { border-color: #711922; }
span { border-color: rgb(113,25,34); }
td.TdClassName
{
border-color: #711922;
}
.TagClassName
{
border-color: #711922;
}
</style>