Shades of Red Berry #83151E
Tints of Red Berry #83151E
RGB
CMYK
RGB Variations
Color information
#83151E (or 0x83151E) is known color: Red Berry. HEX triplet: 83, 15 and 1E. RGB value is (131,21,30). Sum of RGB (Red+Green+Blue) = 131+21+30=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151E is #7CEAE1. Grayscale: #363636. Windows color (decimal): -8186594 or 1971587. OLE color: 1971587.
HSL color Cylindrical-coordinate representation of color #83151E: hue angle of 355.09º 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 #83151E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 30 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.49 |
| HSL | 355.09º | 0.72% | 0.3% | - |
| HSV(B) | 355.09º | 0.84% | 0.51% | - |
| XYZ | 9.86 | 5.46 | 1.76 | - |
| YUV | 54.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 30 | 0 | 0.84 | 0.77 | 0.49 | 355.09 | 0.72 | 0.3 |
| Hex | 83 | 15 | 1E | 0 | 54 | 4D | 31 | 163 | 48 | 1E |
| Octal | 203 | 25 | 36 | 0 | 124 | 115 | 61 | 543 | 110 | 36 |
| Binary | 10000011 | 10101 | 11110 | 0 | 1010100 | 1001101 | 110001 | 101100011 | 1001000 | 11110 |
Color Harmonies of #83151E
Complementary color
Monochromatic Colors of #83151E
Black with #83151E
Text Example
Text Example
White with #83151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83151E; }
p { color: rgb(131,21,30); }
H1.HeaderClassName
{
color: #83151E;
}
.AnyTagClassName
{
color: #83151E;
}
</style>
background-color css
<style>
a { background-color: #83151E; }
a { background-color: rgb(131,21,30); }
div.DivClassName
{
background-color: #83151E;
}
.BgClassName
{
background-color: #83151E;
}
</style>
border-color css
<style>
span { border-color: #83151E; }
span { border-color: rgb(131,21,30); }
td.TdClassName
{
border-color: #83151E;
}
.TagClassName
{
border-color: #83151E;
}
</style>