Shades of Burgundy #83032C
Tints of Burgundy #83032C
RGB
CMYK
RGB Variations
Color information
#83032C (or 0x83032C) is known color: Burgundy. HEX triplet: 83, 03 and 2C. RGB value is (131,3,44). Sum of RGB (Red+Green+Blue) = 131+3+44=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83032C is #7CFCD3. Grayscale: #2D2D2D. Windows color (decimal): -8191188 or 2884483. OLE color: 2884483.
HSL color Cylindrical-coordinate representation of color #83032C: hue angle of 340.78º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83032C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.49 |
| HSL | 340.78º | 0.96% | 0.26% | - |
| HSV(B) | 340.78º | 0.98% | 0.51% | - |
| XYZ | 9.85 | 5.07 | 2.84 | - |
| YUV | 45.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 44 | 0 | 0.98 | 0.66 | 0.49 | 340.78 | 0.96 | 0.26 |
| Hex | 83 | 3 | 2C | 0 | 62 | 42 | 31 | 155 | 60 | 1A |
| Octal | 203 | 3 | 54 | 0 | 142 | 102 | 61 | 525 | 140 | 32 |
| Binary | 10000011 | 11 | 101100 | 0 | 1100010 | 1000010 | 110001 | 101010101 | 1100000 | 11010 |
Color Harmonies of #83032C
Complementary color
Monochromatic Colors of #83032C
Black with #83032C
Text Example
Text Example
White with #83032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83032C; }
p { color: rgb(131,3,44); }
H1.HeaderClassName
{
color: #83032C;
}
.AnyTagClassName
{
color: #83032C;
}
</style>
background-color css
<style>
a { background-color: #83032C; }
a { background-color: rgb(131,3,44); }
div.DivClassName
{
background-color: #83032C;
}
.BgClassName
{
background-color: #83032C;
}
</style>
border-color css
<style>
span { border-color: #83032C; }
span { border-color: rgb(131,3,44); }
td.TdClassName
{
border-color: #83032C;
}
.TagClassName
{
border-color: #83032C;
}
</style>