Shades of Burgundy #83131D
Tints of Burgundy #83131D
RGB
CMYK
RGB Variations
Color information
#83131D (or 0x83131D) is known color: Burgundy. HEX triplet: 83, 13 and 1D. RGB value is (131,19,29). Sum of RGB (Red+Green+Blue) = 131+19+29=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83131D is #7CECE2. Grayscale: #353535. Windows color (decimal): -8187107 or 1905539. OLE color: 1905539.
HSL color Cylindrical-coordinate representation of color #83131D: hue angle of 354.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83131D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 29 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.49 |
| HSL | 354.64º | 0.75% | 0.29% | - |
| HSV(B) | 354.64º | 0.85% | 0.51% | - |
| XYZ | 9.81 | 5.38 | 1.68 | - |
| YUV | 53.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 29 | 0 | 0.85 | 0.78 | 0.49 | 354.64 | 0.75 | 0.29 |
| Hex | 83 | 13 | 1D | 0 | 55 | 4E | 31 | 163 | 4B | 1D |
| Octal | 203 | 23 | 35 | 0 | 125 | 116 | 61 | 543 | 113 | 35 |
| Binary | 10000011 | 10011 | 11101 | 0 | 1010101 | 1001110 | 110001 | 101100011 | 1001011 | 11101 |
Color Harmonies of #83131D
Complementary color
Monochromatic Colors of #83131D
Black with #83131D
Text Example
Text Example
White with #83131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83131D; }
p { color: rgb(131,19,29); }
H1.HeaderClassName
{
color: #83131D;
}
.AnyTagClassName
{
color: #83131D;
}
</style>
background-color css
<style>
a { background-color: #83131D; }
a { background-color: rgb(131,19,29); }
div.DivClassName
{
background-color: #83131D;
}
.BgClassName
{
background-color: #83131D;
}
</style>
border-color css
<style>
span { border-color: #83131D; }
span { border-color: rgb(131,19,29); }
td.TdClassName
{
border-color: #83131D;
}
.TagClassName
{
border-color: #83131D;
}
</style>