Shades of Burgundy #83083B
Tints of Burgundy #83083B
RGB
CMYK
RGB Variations
Color information
#83083B (or 0x83083B) is known color: Burgundy. HEX triplet: 83, 08 and 3B. RGB value is (131,8,59). Sum of RGB (Red+Green+Blue) = 131+8+59=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83083B is #7CF7C4. Grayscale: #323232. Windows color (decimal): -8189893 or 3868803. OLE color: 3868803.
HSL color Cylindrical-coordinate representation of color #83083B: hue angle of 335.12º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83083B is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.49 |
| HSL | 335.12º | 0.88% | 0.27% | - |
| HSV(B) | 335.12º | 0.94% | 0.51% | - |
| XYZ | 10.24 | 5.31 | 4.62 | - |
| YUV | 50.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 59 | 0 | 0.94 | 0.55 | 0.49 | 335.12 | 0.88 | 0.27 |
| Hex | 83 | 8 | 3B | 0 | 5E | 37 | 31 | 14F | 58 | 1B |
| Octal | 203 | 10 | 73 | 0 | 136 | 67 | 61 | 517 | 130 | 33 |
| Binary | 10000011 | 1000 | 111011 | 0 | 1011110 | 110111 | 110001 | 101001111 | 1011000 | 11011 |
Color Harmonies of #83083B
Complementary color
Monochromatic Colors of #83083B
Black with #83083B
Text Example
Text Example
White with #83083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83083B; }
p { color: rgb(131,8,59); }
H1.HeaderClassName
{
color: #83083B;
}
.AnyTagClassName
{
color: #83083B;
}
</style>
background-color css
<style>
a { background-color: #83083B; }
a { background-color: rgb(131,8,59); }
div.DivClassName
{
background-color: #83083B;
}
.BgClassName
{
background-color: #83083B;
}
</style>
border-color css
<style>
span { border-color: #83083B; }
span { border-color: rgb(131,8,59); }
td.TdClassName
{
border-color: #83083B;
}
.TagClassName
{
border-color: #83083B;
}
</style>