Shades of Burgundy #83101D
Tints of Burgundy #83101D
RGB
CMYK
RGB Variations
Color information
#83101D (or 0x83101D) is known color: Burgundy. HEX triplet: 83, 10 and 1D. RGB value is (131,16,29). Sum of RGB (Red+Green+Blue) = 131+16+29=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83101D is #7CEFE2. Grayscale: #333333. Windows color (decimal): -8187875 or 1904771. OLE color: 1904771.
HSL color Cylindrical-coordinate representation of color #83101D: hue angle of 353.22º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83101D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.49 |
| HSL | 353.22º | 0.78% | 0.29% | - |
| HSV(B) | 353.22º | 0.88% | 0.51% | - |
| XYZ | 9.77 | 5.28 | 1.67 | - |
| YUV | 51.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 29 | 0 | 0.88 | 0.78 | 0.49 | 353.22 | 0.78 | 0.29 |
| Hex | 83 | 10 | 1D | 0 | 58 | 4E | 31 | 161 | 4E | 1D |
| Octal | 203 | 20 | 35 | 0 | 130 | 116 | 61 | 541 | 116 | 35 |
| Binary | 10000011 | 10000 | 11101 | 0 | 1011000 | 1001110 | 110001 | 101100001 | 1001110 | 11101 |
Color Harmonies of #83101D
Complementary color
Monochromatic Colors of #83101D
Black with #83101D
Text Example
Text Example
White with #83101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83101D; }
p { color: rgb(131,16,29); }
H1.HeaderClassName
{
color: #83101D;
}
.AnyTagClassName
{
color: #83101D;
}
</style>
background-color css
<style>
a { background-color: #83101D; }
a { background-color: rgb(131,16,29); }
div.DivClassName
{
background-color: #83101D;
}
.BgClassName
{
background-color: #83101D;
}
</style>
border-color css
<style>
span { border-color: #83101D; }
span { border-color: rgb(131,16,29); }
td.TdClassName
{
border-color: #83101D;
}
.TagClassName
{
border-color: #83101D;
}
</style>