Shades of Red Berry #83141B
Tints of Red Berry #83141B
RGB
CMYK
RGB Variations
Color information
#83141B (or 0x83141B) is known color: Red Berry. HEX triplet: 83, 14 and 1B. RGB value is (131,20,27). Sum of RGB (Red+Green+Blue) = 131+20+27=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83141B is #7CEBE4. Grayscale: #363636. Windows color (decimal): -8186853 or 1774723. OLE color: 1774723.
HSL color Cylindrical-coordinate representation of color #83141B: hue angle of 356.22º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83141B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 20 | 27 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.49 |
| HSL | 356.22º | 0.74% | 0.3% | - |
| HSV(B) | 356.22º | 0.85% | 0.51% | - |
| XYZ | 9.81 | 5.4 | 1.56 | - |
| YUV | 53.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 27 | 0 | 0.85 | 0.79 | 0.49 | 356.22 | 0.74 | 0.3 |
| Hex | 83 | 14 | 1B | 0 | 55 | 4F | 31 | 164 | 4A | 1E |
| Octal | 203 | 24 | 33 | 0 | 125 | 117 | 61 | 544 | 112 | 36 |
| Binary | 10000011 | 10100 | 11011 | 0 | 1010101 | 1001111 | 110001 | 101100100 | 1001010 | 11110 |
Color Harmonies of #83141B
Complementary color
Monochromatic Colors of #83141B
Black with #83141B
Text Example
Text Example
White with #83141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83141B; }
p { color: rgb(131,20,27); }
H1.HeaderClassName
{
color: #83141B;
}
.AnyTagClassName
{
color: #83141B;
}
</style>
background-color css
<style>
a { background-color: #83141B; }
a { background-color: rgb(131,20,27); }
div.DivClassName
{
background-color: #83141B;
}
.BgClassName
{
background-color: #83141B;
}
</style>
border-color css
<style>
span { border-color: #83141B; }
span { border-color: rgb(131,20,27); }
td.TdClassName
{
border-color: #83141B;
}
.TagClassName
{
border-color: #83141B;
}
</style>