Shades of Red Berry #71122A
Tints of Red Berry #71122A
RGB
CMYK
RGB Variations
Color information
#71122A (or 0x71122A) is known color: Red Berry. HEX triplet: 71, 12 and 2A. RGB value is (113,18,42). Sum of RGB (Red+Green+Blue) = 113+18+42=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71122A is #8EEDD5. Grayscale: #313131. Windows color (decimal): -9366998 or 2757233. OLE color: 2757233.
HSL color Cylindrical-coordinate representation of color #71122A: hue angle of 344.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71122A is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 42 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.56 |
| HSL | 344.84º | 0.73% | 0.26% | - |
| HSV(B) | 344.84º | 0.84% | 0.44% | - |
| XYZ | 7.44 | 4.11 | 2.59 | - |
| YUV | 49.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 42 | 0 | 0.84 | 0.63 | 0.56 | 344.84 | 0.73 | 0.26 |
| Hex | 71 | 12 | 2A | 0 | 54 | 3F | 38 | 159 | 49 | 1A |
| Octal | 161 | 22 | 52 | 0 | 124 | 77 | 70 | 531 | 111 | 32 |
| Binary | 1110001 | 10010 | 101010 | 0 | 1010100 | 111111 | 111000 | 101011001 | 1001001 | 11010 |
Color Harmonies of #71122A
Complementary color
Monochromatic Colors of #71122A
Black with #71122A
Text Example
Text Example
White with #71122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71122A; }
p { color: rgb(113,18,42); }
H1.HeaderClassName
{
color: #71122A;
}
.AnyTagClassName
{
color: #71122A;
}
</style>
background-color css
<style>
a { background-color: #71122A; }
a { background-color: rgb(113,18,42); }
div.DivClassName
{
background-color: #71122A;
}
.BgClassName
{
background-color: #71122A;
}
</style>
border-color css
<style>
span { border-color: #71122A; }
span { border-color: rgb(113,18,42); }
td.TdClassName
{
border-color: #71122A;
}
.TagClassName
{
border-color: #71122A;
}
</style>