Shades of Red Berry #83171D
Tints of Red Berry #83171D
RGB
CMYK
RGB Variations
Color information
#83171D (or 0x83171D) is known color: Red Berry. HEX triplet: 83, 17 and 1D. RGB value is (131,23,29). Sum of RGB (Red+Green+Blue) = 131+23+29=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83171D is #7CE8E2. Grayscale: #383838. Windows color (decimal): -8186083 or 1906563. OLE color: 1906563.
HSL color Cylindrical-coordinate representation of color #83171D: hue angle of 356.67º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83171D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 29 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.49 |
| HSL | 356.67º | 0.7% | 0.3% | - |
| HSV(B) | 356.67º | 0.82% | 0.51% | - |
| XYZ | 9.89 | 5.53 | 1.71 | - |
| YUV | 55.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 29 | 0 | 0.82 | 0.78 | 0.49 | 356.67 | 0.7 | 0.3 |
| Hex | 83 | 17 | 1D | 0 | 52 | 4E | 31 | 165 | 46 | 1E |
| Octal | 203 | 27 | 35 | 0 | 122 | 116 | 61 | 545 | 106 | 36 |
| Binary | 10000011 | 10111 | 11101 | 0 | 1010010 | 1001110 | 110001 | 101100101 | 1000110 | 11110 |
Color Harmonies of #83171D
Complementary color
Monochromatic Colors of #83171D
Black with #83171D
Text Example
Text Example
White with #83171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83171D; }
p { color: rgb(131,23,29); }
H1.HeaderClassName
{
color: #83171D;
}
.AnyTagClassName
{
color: #83171D;
}
</style>
background-color css
<style>
a { background-color: #83171D; }
a { background-color: rgb(131,23,29); }
div.DivClassName
{
background-color: #83171D;
}
.BgClassName
{
background-color: #83171D;
}
</style>
border-color css
<style>
span { border-color: #83171D; }
span { border-color: rgb(131,23,29); }
td.TdClassName
{
border-color: #83171D;
}
.TagClassName
{
border-color: #83171D;
}
</style>