Shades of Red Berry #82191E
Tints of Red Berry #82191E
RGB
CMYK
RGB Variations
Color information
#82191E (or 0x82191E) is known color: Red Berry. HEX triplet: 82, 19 and 1E. RGB value is (130,25,30). Sum of RGB (Red+Green+Blue) = 130+25+30=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82191E is #7DE6E1. Grayscale: #393939. Windows color (decimal): -8251106 or 1972610. OLE color: 1972610.
HSL color Cylindrical-coordinate representation of color #82191E: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82191E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 30 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.49 |
| HSL | 357.14º | 0.68% | 0.3% | - |
| HSV(B) | 357.14º | 0.81% | 0.51% | - |
| XYZ | 9.79 | 5.53 | 1.78 | - |
| YUV | 56.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 30 | 0 | 0.81 | 0.77 | 0.49 | 357.14 | 0.68 | 0.3 |
| Hex | 82 | 19 | 1E | 0 | 51 | 4D | 31 | 165 | 44 | 1E |
| Octal | 202 | 31 | 36 | 0 | 121 | 115 | 61 | 545 | 104 | 36 |
| Binary | 10000010 | 11001 | 11110 | 0 | 1010001 | 1001101 | 110001 | 101100101 | 1000100 | 11110 |
Color Harmonies of #82191E
Complementary color
Monochromatic Colors of #82191E
Black with #82191E
Text Example
Text Example
White with #82191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82191E; }
p { color: rgb(130,25,30); }
H1.HeaderClassName
{
color: #82191E;
}
.AnyTagClassName
{
color: #82191E;
}
</style>
background-color css
<style>
a { background-color: #82191E; }
a { background-color: rgb(130,25,30); }
div.DivClassName
{
background-color: #82191E;
}
.BgClassName
{
background-color: #82191E;
}
</style>
border-color css
<style>
span { border-color: #82191E; }
span { border-color: rgb(130,25,30); }
td.TdClassName
{
border-color: #82191E;
}
.TagClassName
{
border-color: #82191E;
}
</style>