Shades of Burgundy #83082F
Tints of Burgundy #83082F
RGB
CMYK
RGB Variations
Color information
#83082F (or 0x83082F) is known color: Burgundy. HEX triplet: 83, 08 and 2F. RGB value is (131,8,47). Sum of RGB (Red+Green+Blue) = 131+8+47=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #83082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83082F is #7CF7D0. Grayscale: #313131. Windows color (decimal): -8189905 or 3082371. OLE color: 3082371.
HSL color Cylindrical-coordinate representation of color #83082F: hue angle of 340.98º 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 #83082F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.49 |
| HSL | 340.98º | 0.88% | 0.27% | - |
| HSV(B) | 340.98º | 0.94% | 0.51% | - |
| XYZ | 9.96 | 5.2 | 3.17 | - |
| YUV | 49.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 47 | 0 | 0.94 | 0.64 | 0.49 | 340.98 | 0.88 | 0.27 |
| Hex | 83 | 8 | 2F | 0 | 5E | 40 | 31 | 155 | 58 | 1B |
| Octal | 203 | 10 | 57 | 0 | 136 | 100 | 61 | 525 | 130 | 33 |
| Binary | 10000011 | 1000 | 101111 | 0 | 1011110 | 1000000 | 110001 | 101010101 | 1011000 | 11011 |
Color Harmonies of #83082F
Complementary color
Monochromatic Colors of #83082F
Black with #83082F
Text Example
Text Example
White with #83082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83082F; }
p { color: rgb(131,8,47); }
H1.HeaderClassName
{
color: #83082F;
}
.AnyTagClassName
{
color: #83082F;
}
</style>
background-color css
<style>
a { background-color: #83082F; }
a { background-color: rgb(131,8,47); }
div.DivClassName
{
background-color: #83082F;
}
.BgClassName
{
background-color: #83082F;
}
</style>
border-color css
<style>
span { border-color: #83082F; }
span { border-color: rgb(131,8,47); }
td.TdClassName
{
border-color: #83082F;
}
.TagClassName
{
border-color: #83082F;
}
</style>