Shades of Red Berry #82191D
Tints of Red Berry #82191D
RGB
CMYK
RGB Variations
Color information
#82191D (or 0x82191D) is known color: Red Berry. HEX triplet: 82, 19 and 1D. RGB value is (130,25,29). Sum of RGB (Red+Green+Blue) = 130+25+29=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #82191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82191D is #7DE6E2. Grayscale: #383838. Windows color (decimal): -8251107 or 1907074. OLE color: 1907074.
HSL color Cylindrical-coordinate representation of color #82191D: hue angle of 357.71º 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 #82191D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 29 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.49 |
| HSL | 357.71º | 0.68% | 0.3% | - |
| HSV(B) | 357.71º | 0.81% | 0.51% | - |
| XYZ | 9.78 | 5.53 | 1.71 | - |
| YUV | 56.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 29 | 0 | 0.81 | 0.78 | 0.49 | 357.71 | 0.68 | 0.3 |
| Hex | 82 | 19 | 1D | 0 | 51 | 4E | 31 | 166 | 44 | 1E |
| Octal | 202 | 31 | 35 | 0 | 121 | 116 | 61 | 546 | 104 | 36 |
| Binary | 10000010 | 11001 | 11101 | 0 | 1010001 | 1001110 | 110001 | 101100110 | 1000100 | 11110 |
Color Harmonies of #82191D
Complementary color
Monochromatic Colors of #82191D
Black with #82191D
Text Example
Text Example
White with #82191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82191D; }
p { color: rgb(130,25,29); }
H1.HeaderClassName
{
color: #82191D;
}
.AnyTagClassName
{
color: #82191D;
}
</style>
background-color css
<style>
a { background-color: #82191D; }
a { background-color: rgb(130,25,29); }
div.DivClassName
{
background-color: #82191D;
}
.BgClassName
{
background-color: #82191D;
}
</style>
border-color css
<style>
span { border-color: #82191D; }
span { border-color: rgb(130,25,29); }
td.TdClassName
{
border-color: #82191D;
}
.TagClassName
{
border-color: #82191D;
}
</style>