Shades of Red Berry #71161C
Tints of Red Berry #71161C
RGB
CMYK
RGB Variations
Color information
#71161C (or 0x71161C) is known color: Red Berry. HEX triplet: 71, 16 and 1C. RGB value is (113,22,28). Sum of RGB (Red+Green+Blue) = 113+22+28=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161C is #8EE9E3. Grayscale: #313131. Windows color (decimal): -9365988 or 1840753. OLE color: 1840753.
HSL color Cylindrical-coordinate representation of color #71161C: hue angle of 356.04º 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 #71161C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 28 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.56 |
| HSL | 356.04º | 0.67% | 0.26% | - |
| HSV(B) | 356.04º | 0.81% | 0.44% | - |
| XYZ | 7.31 | 4.17 | 1.52 | - |
| YUV | 49.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 28 | 0 | 0.81 | 0.75 | 0.56 | 356.04 | 0.67 | 0.26 |
| Hex | 71 | 16 | 1C | 0 | 51 | 4B | 38 | 164 | 43 | 1A |
| Octal | 161 | 26 | 34 | 0 | 121 | 113 | 70 | 544 | 103 | 32 |
| Binary | 1110001 | 10110 | 11100 | 0 | 1010001 | 1001011 | 111000 | 101100100 | 1000011 | 11010 |
Color Harmonies of #71161C
Complementary color
Monochromatic Colors of #71161C
Black with #71161C
Text Example
Text Example
White with #71161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71161C; }
p { color: rgb(113,22,28); }
H1.HeaderClassName
{
color: #71161C;
}
.AnyTagClassName
{
color: #71161C;
}
</style>
background-color css
<style>
a { background-color: #71161C; }
a { background-color: rgb(113,22,28); }
div.DivClassName
{
background-color: #71161C;
}
.BgClassName
{
background-color: #71161C;
}
</style>
border-color css
<style>
span { border-color: #71161C; }
span { border-color: rgb(113,22,28); }
td.TdClassName
{
border-color: #71161C;
}
.TagClassName
{
border-color: #71161C;
}
</style>