Shades of Red Berry #71161E
Tints of Red Berry #71161E
RGB
CMYK
RGB Variations
Color information
#71161E (or 0x71161E) is known color: Red Berry. HEX triplet: 71, 16 and 1E. RGB value is (113,22,30). Sum of RGB (Red+Green+Blue) = 113+22+30=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161E is #8EE9E1. Grayscale: #323232. Windows color (decimal): -9365986 or 1971825. OLE color: 1971825.
HSL color Cylindrical-coordinate representation of color #71161E: hue angle of 354.73º 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 #71161E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 30 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.56 |
| HSL | 354.73º | 0.67% | 0.26% | - |
| HSV(B) | 354.73º | 0.81% | 0.44% | - |
| XYZ | 7.33 | 4.18 | 1.65 | - |
| YUV | 50.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 30 | 0 | 0.81 | 0.73 | 0.56 | 354.73 | 0.67 | 0.26 |
| Hex | 71 | 16 | 1E | 0 | 51 | 49 | 38 | 163 | 43 | 1A |
| Octal | 161 | 26 | 36 | 0 | 121 | 111 | 70 | 543 | 103 | 32 |
| Binary | 1110001 | 10110 | 11110 | 0 | 1010001 | 1001001 | 111000 | 101100011 | 1000011 | 11010 |
Color Harmonies of #71161E
Complementary color
Monochromatic Colors of #71161E
Black with #71161E
Text Example
Text Example
White with #71161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71161E; }
p { color: rgb(113,22,30); }
H1.HeaderClassName
{
color: #71161E;
}
.AnyTagClassName
{
color: #71161E;
}
</style>
background-color css
<style>
a { background-color: #71161E; }
a { background-color: rgb(113,22,30); }
div.DivClassName
{
background-color: #71161E;
}
.BgClassName
{
background-color: #71161E;
}
</style>
border-color css
<style>
span { border-color: #71161E; }
span { border-color: rgb(113,22,30); }
td.TdClassName
{
border-color: #71161E;
}
.TagClassName
{
border-color: #71161E;
}
</style>