Shades of Red Berry #83161D
Tints of Red Berry #83161D
RGB
CMYK
RGB Variations
Color information
#83161D (or 0x83161D) is known color: Red Berry. HEX triplet: 83, 16 and 1D. RGB value is (131,22,29). Sum of RGB (Red+Green+Blue) = 131+22+29=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83161D is #7CE9E2. Grayscale: #373737. Windows color (decimal): -8186339 or 1906307. OLE color: 1906307.
HSL color Cylindrical-coordinate representation of color #83161D: hue angle of 356.15º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83161D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 22 | 29 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.49 |
| HSL | 356.15º | 0.71% | 0.3% | - |
| HSV(B) | 356.15º | 0.83% | 0.51% | - |
| XYZ | 9.87 | 5.49 | 1.7 | - |
| YUV | 55.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 29 | 0 | 0.83 | 0.78 | 0.49 | 356.15 | 0.71 | 0.3 |
| Hex | 83 | 16 | 1D | 0 | 53 | 4E | 31 | 164 | 47 | 1E |
| Octal | 203 | 26 | 35 | 0 | 123 | 116 | 61 | 544 | 107 | 36 |
| Binary | 10000011 | 10110 | 11101 | 0 | 1010011 | 1001110 | 110001 | 101100100 | 1000111 | 11110 |
Color Harmonies of #83161D
Complementary color
Monochromatic Colors of #83161D
Black with #83161D
Text Example
Text Example
White with #83161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83161D; }
p { color: rgb(131,22,29); }
H1.HeaderClassName
{
color: #83161D;
}
.AnyTagClassName
{
color: #83161D;
}
</style>
background-color css
<style>
a { background-color: #83161D; }
a { background-color: rgb(131,22,29); }
div.DivClassName
{
background-color: #83161D;
}
.BgClassName
{
background-color: #83161D;
}
</style>
border-color css
<style>
span { border-color: #83161D; }
span { border-color: rgb(131,22,29); }
td.TdClassName
{
border-color: #83161D;
}
.TagClassName
{
border-color: #83161D;
}
</style>