Shades of Red Berry #711B1C
Tints of Red Berry #711B1C
RGB
CMYK
RGB Variations
Color information
#711B1C (or 0x711B1C) is known color: Red Berry. HEX triplet: 71, 1B and 1C. RGB value is (113,27,28). Sum of RGB (Red+Green+Blue) = 113+27+28=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B1C is #8EE4E3. Grayscale: #343434. Windows color (decimal): -9364708 or 1842033. OLE color: 1842033.
HSL color Cylindrical-coordinate representation of color #711B1C: hue angle of 359.3º 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 #711B1C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 28 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.56 |
| HSL | 359.3º | 0.61% | 0.27% | - |
| HSV(B) | 359.3º | 0.76% | 0.44% | - |
| XYZ | 7.41 | 4.38 | 1.55 | - |
| YUV | 52.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 28 | 0 | 0.76 | 0.75 | 0.56 | 359.3 | 0.61 | 0.27 |
| Hex | 71 | 1B | 1C | 0 | 4C | 4B | 38 | 167 | 3D | 1B |
| Octal | 161 | 33 | 34 | 0 | 114 | 113 | 70 | 547 | 75 | 33 |
| Binary | 1110001 | 11011 | 11100 | 0 | 1001100 | 1001011 | 111000 | 101100111 | 111101 | 11011 |
Color Harmonies of #711B1C
Complementary color
Monochromatic Colors of #711B1C
Black with #711B1C
Text Example
Text Example
White with #711B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B1C; }
p { color: rgb(113,27,28); }
H1.HeaderClassName
{
color: #711B1C;
}
.AnyTagClassName
{
color: #711B1C;
}
</style>
background-color css
<style>
a { background-color: #711B1C; }
a { background-color: rgb(113,27,28); }
div.DivClassName
{
background-color: #711B1C;
}
.BgClassName
{
background-color: #711B1C;
}
</style>
border-color css
<style>
span { border-color: #711B1C; }
span { border-color: rgb(113,27,28); }
td.TdClassName
{
border-color: #711B1C;
}
.TagClassName
{
border-color: #711B1C;
}
</style>