Shades of Red Berry #82151E
Tints of Red Berry #82151E
RGB
CMYK
RGB Variations
Color information
#82151E (or 0x82151E) is known color: Red Berry. HEX triplet: 82, 15 and 1E. RGB value is (130,21,30). Sum of RGB (Red+Green+Blue) = 130+21+30=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151E is #7DEAE1. Grayscale: #363636. Windows color (decimal): -8252130 or 1971586. OLE color: 1971586.
HSL color Cylindrical-coordinate representation of color #82151E: hue angle of 355.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82151E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 30 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.49 |
| HSL | 355.05º | 0.72% | 0.3% | - |
| HSV(B) | 355.05º | 0.84% | 0.51% | - |
| XYZ | 9.71 | 5.38 | 1.75 | - |
| YUV | 54.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 30 | 0 | 0.84 | 0.77 | 0.49 | 355.05 | 0.72 | 0.3 |
| Hex | 82 | 15 | 1E | 0 | 54 | 4D | 31 | 163 | 48 | 1E |
| Octal | 202 | 25 | 36 | 0 | 124 | 115 | 61 | 543 | 110 | 36 |
| Binary | 10000010 | 10101 | 11110 | 0 | 1010100 | 1001101 | 110001 | 101100011 | 1001000 | 11110 |
Color Harmonies of #82151E
Complementary color
Monochromatic Colors of #82151E
Black with #82151E
Text Example
Text Example
White with #82151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82151E; }
p { color: rgb(130,21,30); }
H1.HeaderClassName
{
color: #82151E;
}
.AnyTagClassName
{
color: #82151E;
}
</style>
background-color css
<style>
a { background-color: #82151E; }
a { background-color: rgb(130,21,30); }
div.DivClassName
{
background-color: #82151E;
}
.BgClassName
{
background-color: #82151E;
}
</style>
border-color css
<style>
span { border-color: #82151E; }
span { border-color: rgb(130,21,30); }
td.TdClassName
{
border-color: #82151E;
}
.TagClassName
{
border-color: #82151E;
}
</style>