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