Shades of Red Berry #83171C
Tints of Red Berry #83171C
RGB
CMYK
RGB Variations
Color information
#83171C (or 0x83171C) is known color: Red Berry. HEX triplet: 83, 17 and 1C. RGB value is (131,23,28). Sum of RGB (Red+Green+Blue) = 131+23+28=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83171C is #7CE8E3. Grayscale: #373737. Windows color (decimal): -8186084 or 1841027. OLE color: 1841027.
HSL color Cylindrical-coordinate representation of color #83171C: hue angle of 357.22º 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 #83171C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 28 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.49 |
| HSL | 357.22º | 0.7% | 0.3% | - |
| HSV(B) | 357.22º | 0.82% | 0.51% | - |
| XYZ | 9.88 | 5.52 | 1.64 | - |
| YUV | 55.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 28 | 0 | 0.82 | 0.79 | 0.49 | 357.22 | 0.7 | 0.3 |
| Hex | 83 | 17 | 1C | 0 | 52 | 4F | 31 | 165 | 46 | 1E |
| Octal | 203 | 27 | 34 | 0 | 122 | 117 | 61 | 545 | 106 | 36 |
| Binary | 10000011 | 10111 | 11100 | 0 | 1010010 | 1001111 | 110001 | 101100101 | 1000110 | 11110 |
Color Harmonies of #83171C
Complementary color
Monochromatic Colors of #83171C
Black with #83171C
Text Example
Text Example
White with #83171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83171C; }
p { color: rgb(131,23,28); }
H1.HeaderClassName
{
color: #83171C;
}
.AnyTagClassName
{
color: #83171C;
}
</style>
background-color css
<style>
a { background-color: #83171C; }
a { background-color: rgb(131,23,28); }
div.DivClassName
{
background-color: #83171C;
}
.BgClassName
{
background-color: #83171C;
}
</style>
border-color css
<style>
span { border-color: #83171C; }
span { border-color: rgb(131,23,28); }
td.TdClassName
{
border-color: #83171C;
}
.TagClassName
{
border-color: #83171C;
}
</style>