Shades of Red Berry #711B23
Tints of Red Berry #711B23
RGB
CMYK
RGB Variations
Color information
#711B23 (or 0x711B23) is known color: Red Berry. HEX triplet: 71, 1B and 23. RGB value is (113,27,35). Sum of RGB (Red+Green+Blue) = 113+27+35=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B23 is #8EE4DC. Grayscale: #353535. Windows color (decimal): -9364701 or 2300785. OLE color: 2300785.
HSL color Cylindrical-coordinate representation of color #711B23: hue angle of 354.42º 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 #711B23 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 35 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.56 |
| HSL | 354.42º | 0.61% | 0.27% | - |
| HSV(B) | 354.42º | 0.76% | 0.44% | - |
| XYZ | 7.51 | 4.42 | 2.05 | - |
| YUV | 53.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 35 | 0 | 0.76 | 0.69 | 0.56 | 354.42 | 0.61 | 0.27 |
| Hex | 71 | 1B | 23 | 0 | 4C | 45 | 38 | 162 | 3D | 1B |
| Octal | 161 | 33 | 43 | 0 | 114 | 105 | 70 | 542 | 75 | 33 |
| Binary | 1110001 | 11011 | 100011 | 0 | 1001100 | 1000101 | 111000 | 101100010 | 111101 | 11011 |
Color Harmonies of #711B23
Complementary color
Monochromatic Colors of #711B23
Black with #711B23
Text Example
Text Example
White with #711B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B23; }
p { color: rgb(113,27,35); }
H1.HeaderClassName
{
color: #711B23;
}
.AnyTagClassName
{
color: #711B23;
}
</style>
background-color css
<style>
a { background-color: #711B23; }
a { background-color: rgb(113,27,35); }
div.DivClassName
{
background-color: #711B23;
}
.BgClassName
{
background-color: #711B23;
}
</style>
border-color css
<style>
span { border-color: #711B23; }
span { border-color: rgb(113,27,35); }
td.TdClassName
{
border-color: #711B23;
}
.TagClassName
{
border-color: #711B23;
}
</style>