Shades of Burgundy #83021B
Tints of Burgundy #83021B
RGB
CMYK
RGB Variations
Color information
#83021B (or 0x83021B) is known color: Burgundy. HEX triplet: 83, 02 and 1B. RGB value is (131,2,27). Sum of RGB (Red+Green+Blue) = 131+2+27=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #83021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83021B is #7CFDE4. Grayscale: #2B2B2B. Windows color (decimal): -8191461 or 1770115. OLE color: 1770115.
HSL color Cylindrical-coordinate representation of color #83021B: hue angle of 348.37º degrees, saturation: 0.97, 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 #83021B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.49 |
| HSL | 348.37º | 0.97% | 0.26% | - |
| HSV(B) | 348.37º | 0.98% | 0.51% | - |
| XYZ | 9.58 | 4.95 | 1.49 | - |
| YUV | 43.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 27 | 0 | 0.98 | 0.79 | 0.49 | 348.37 | 0.97 | 0.26 |
| Hex | 83 | 2 | 1B | 0 | 62 | 4F | 31 | 15C | 61 | 1A |
| Octal | 203 | 2 | 33 | 0 | 142 | 117 | 61 | 534 | 141 | 32 |
| Binary | 10000011 | 10 | 11011 | 0 | 1100010 | 1001111 | 110001 | 101011100 | 1100001 | 11010 |
Color Harmonies of #83021B
Complementary color
Monochromatic Colors of #83021B
Black with #83021B
Text Example
Text Example
White with #83021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83021B; }
p { color: rgb(131,2,27); }
H1.HeaderClassName
{
color: #83021B;
}
.AnyTagClassName
{
color: #83021B;
}
</style>
background-color css
<style>
a { background-color: #83021B; }
a { background-color: rgb(131,2,27); }
div.DivClassName
{
background-color: #83021B;
}
.BgClassName
{
background-color: #83021B;
}
</style>
border-color css
<style>
span { border-color: #83021B; }
span { border-color: rgb(131,2,27); }
td.TdClassName
{
border-color: #83021B;
}
.TagClassName
{
border-color: #83021B;
}
</style>