Shades of Red Berry #71161A
Tints of Red Berry #71161A
RGB
CMYK
RGB Variations
Color information
#71161A (or 0x71161A) is known color: Red Berry. HEX triplet: 71, 16 and 1A. RGB value is (113,22,26). Sum of RGB (Red+Green+Blue) = 113+22+26=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161A is #8EE9E5. Grayscale: #313131. Windows color (decimal): -9365990 or 1709681. OLE color: 1709681.
HSL color Cylindrical-coordinate representation of color #71161A: hue angle of 357.36º 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 #71161A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 26 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.56 |
| HSL | 357.36º | 0.67% | 0.26% | - |
| HSV(B) | 357.36º | 0.81% | 0.44% | - |
| XYZ | 7.28 | 4.16 | 1.4 | - |
| YUV | 49.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 26 | 0 | 0.81 | 0.77 | 0.56 | 357.36 | 0.67 | 0.26 |
| Hex | 71 | 16 | 1A | 0 | 51 | 4D | 38 | 165 | 43 | 1A |
| Octal | 161 | 26 | 32 | 0 | 121 | 115 | 70 | 545 | 103 | 32 |
| Binary | 1110001 | 10110 | 11010 | 0 | 1010001 | 1001101 | 111000 | 101100101 | 1000011 | 11010 |
Color Harmonies of #71161A
Complementary color
Monochromatic Colors of #71161A
Black with #71161A
Text Example
Text Example
White with #71161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71161A; }
p { color: rgb(113,22,26); }
H1.HeaderClassName
{
color: #71161A;
}
.AnyTagClassName
{
color: #71161A;
}
</style>
background-color css
<style>
a { background-color: #71161A; }
a { background-color: rgb(113,22,26); }
div.DivClassName
{
background-color: #71161A;
}
.BgClassName
{
background-color: #71161A;
}
</style>
border-color css
<style>
span { border-color: #71161A; }
span { border-color: rgb(113,22,26); }
td.TdClassName
{
border-color: #71161A;
}
.TagClassName
{
border-color: #71161A;
}
</style>