Shades of Red Berry #82151C
Tints of Red Berry #82151C
RGB
CMYK
RGB Variations
Color information
#82151C (or 0x82151C) is known color: Red Berry. HEX triplet: 82, 15 and 1C. RGB value is (130,21,28). Sum of RGB (Red+Green+Blue) = 130+21+28=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151C is #7DEAE3. Grayscale: #363636. Windows color (decimal): -8252132 or 1840514. OLE color: 1840514.
HSL color Cylindrical-coordinate representation of color #82151C: hue angle of 356.15º 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 #82151C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 28 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.49 |
| HSL | 356.15º | 0.72% | 0.3% | - |
| HSV(B) | 356.15º | 0.84% | 0.51% | - |
| XYZ | 9.68 | 5.37 | 1.62 | - |
| YUV | 54.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 28 | 0 | 0.84 | 0.78 | 0.49 | 356.15 | 0.72 | 0.3 |
| Hex | 82 | 15 | 1C | 0 | 54 | 4E | 31 | 164 | 48 | 1E |
| Octal | 202 | 25 | 34 | 0 | 124 | 116 | 61 | 544 | 110 | 36 |
| Binary | 10000010 | 10101 | 11100 | 0 | 1010100 | 1001110 | 110001 | 101100100 | 1001000 | 11110 |
Color Harmonies of #82151C
Complementary color
Monochromatic Colors of #82151C
Black with #82151C
Text Example
Text Example
White with #82151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82151C; }
p { color: rgb(130,21,28); }
H1.HeaderClassName
{
color: #82151C;
}
.AnyTagClassName
{
color: #82151C;
}
</style>
background-color css
<style>
a { background-color: #82151C; }
a { background-color: rgb(130,21,28); }
div.DivClassName
{
background-color: #82151C;
}
.BgClassName
{
background-color: #82151C;
}
</style>
border-color css
<style>
span { border-color: #82151C; }
span { border-color: rgb(130,21,28); }
td.TdClassName
{
border-color: #82151C;
}
.TagClassName
{
border-color: #82151C;
}
</style>