Shades of Red Berry #71191E
Tints of Red Berry #71191E
RGB
CMYK
RGB Variations
Color information
#71191E (or 0x71191E) is known color: Red Berry. HEX triplet: 71, 19 and 1E. RGB value is (113,25,30). Sum of RGB (Red+Green+Blue) = 113+25+30=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #71191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71191E is #8EE6E1. Grayscale: #333333. Windows color (decimal): -9365218 or 1972593. OLE color: 1972593.
HSL color Cylindrical-coordinate representation of color #71191E: hue angle of 356.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71191E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 30 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.56 |
| HSL | 356.59º | 0.64% | 0.27% | - |
| HSV(B) | 356.59º | 0.78% | 0.44% | - |
| XYZ | 7.39 | 4.3 | 1.67 | - |
| YUV | 51.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 30 | 0 | 0.78 | 0.73 | 0.56 | 356.59 | 0.64 | 0.27 |
| Hex | 71 | 19 | 1E | 0 | 4E | 49 | 38 | 165 | 40 | 1B |
| Octal | 161 | 31 | 36 | 0 | 116 | 111 | 70 | 545 | 100 | 33 |
| Binary | 1110001 | 11001 | 11110 | 0 | 1001110 | 1001001 | 111000 | 101100101 | 1000000 | 11011 |
Color Harmonies of #71191E
Complementary color
Monochromatic Colors of #71191E
Black with #71191E
Text Example
Text Example
White with #71191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71191E; }
p { color: rgb(113,25,30); }
H1.HeaderClassName
{
color: #71191E;
}
.AnyTagClassName
{
color: #71191E;
}
</style>
background-color css
<style>
a { background-color: #71191E; }
a { background-color: rgb(113,25,30); }
div.DivClassName
{
background-color: #71191E;
}
.BgClassName
{
background-color: #71191E;
}
</style>
border-color css
<style>
span { border-color: #71191E; }
span { border-color: rgb(113,25,30); }
td.TdClassName
{
border-color: #71191E;
}
.TagClassName
{
border-color: #71191E;
}
</style>