Shades of Red Berry #83151F
Tints of Red Berry #83151F
RGB
CMYK
RGB Variations
Color information
#83151F (or 0x83151F) is known color: Red Berry. HEX triplet: 83, 15 and 1F. RGB value is (131,21,31). Sum of RGB (Red+Green+Blue) = 131+21+31=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151F is #7CEAE0. Grayscale: #373737. Windows color (decimal): -8186593 or 2037123. OLE color: 2037123.
HSL color Cylindrical-coordinate representation of color #83151F: hue angle of 354.55º 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 #83151F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 31 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.49 |
| HSL | 354.55º | 0.72% | 0.3% | - |
| HSV(B) | 354.55º | 0.84% | 0.51% | - |
| XYZ | 9.88 | 5.46 | 1.83 | - |
| YUV | 55.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 31 | 0 | 0.84 | 0.76 | 0.49 | 354.55 | 0.72 | 0.3 |
| Hex | 83 | 15 | 1F | 0 | 54 | 4C | 31 | 163 | 48 | 1E |
| Octal | 203 | 25 | 37 | 0 | 124 | 114 | 61 | 543 | 110 | 36 |
| Binary | 10000011 | 10101 | 11111 | 0 | 1010100 | 1001100 | 110001 | 101100011 | 1001000 | 11110 |
Color Harmonies of #83151F
Complementary color
Monochromatic Colors of #83151F
Black with #83151F
Text Example
Text Example
White with #83151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83151F; }
p { color: rgb(131,21,31); }
H1.HeaderClassName
{
color: #83151F;
}
.AnyTagClassName
{
color: #83151F;
}
</style>
background-color css
<style>
a { background-color: #83151F; }
a { background-color: rgb(131,21,31); }
div.DivClassName
{
background-color: #83151F;
}
.BgClassName
{
background-color: #83151F;
}
</style>
border-color css
<style>
span { border-color: #83151F; }
span { border-color: rgb(131,21,31); }
td.TdClassName
{
border-color: #83151F;
}
.TagClassName
{
border-color: #83151F;
}
</style>