Shades of Red Berry #711B21
Tints of Red Berry #711B21
RGB
CMYK
RGB Variations
Color information
#711B21 (or 0x711B21) is known color: Red Berry. HEX triplet: 71, 1B and 21. RGB value is (113,27,33). Sum of RGB (Red+Green+Blue) = 113+27+33=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #711B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B21 is #8EE4DE. Grayscale: #353535. Windows color (decimal): -9364703 or 2169713. OLE color: 2169713.
HSL color Cylindrical-coordinate representation of color #711B21: hue angle of 355.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B21 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 33 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.56 |
| HSL | 355.81º | 0.61% | 0.27% | - |
| HSV(B) | 355.81º | 0.76% | 0.44% | - |
| XYZ | 7.48 | 4.4 | 1.89 | - |
| YUV | 53.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 33 | 0 | 0.76 | 0.71 | 0.56 | 355.81 | 0.61 | 0.27 |
| Hex | 71 | 1B | 21 | 0 | 4C | 47 | 38 | 164 | 3D | 1B |
| Octal | 161 | 33 | 41 | 0 | 114 | 107 | 70 | 544 | 75 | 33 |
| Binary | 1110001 | 11011 | 100001 | 0 | 1001100 | 1000111 | 111000 | 101100100 | 111101 | 11011 |
Color Harmonies of #711B21
Complementary color
Monochromatic Colors of #711B21
Black with #711B21
Text Example
Text Example
White with #711B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B21; }
p { color: rgb(113,27,33); }
H1.HeaderClassName
{
color: #711B21;
}
.AnyTagClassName
{
color: #711B21;
}
</style>
background-color css
<style>
a { background-color: #711B21; }
a { background-color: rgb(113,27,33); }
div.DivClassName
{
background-color: #711B21;
}
.BgClassName
{
background-color: #711B21;
}
</style>
border-color css
<style>
span { border-color: #711B21; }
span { border-color: rgb(113,27,33); }
td.TdClassName
{
border-color: #711B21;
}
.TagClassName
{
border-color: #711B21;
}
</style>