Shades of Burgundy #83022D
Tints of Burgundy #83022D
RGB
CMYK
RGB Variations
Color information
#83022D (or 0x83022D) is known color: Burgundy. HEX triplet: 83, 02 and 2D. RGB value is (131,2,45). Sum of RGB (Red+Green+Blue) = 131+2+45=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022D is #7CFDD2. Grayscale: #2D2D2D. Windows color (decimal): -8191443 or 2949763. OLE color: 2949763.
HSL color Cylindrical-coordinate representation of color #83022D: hue angle of 340º 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 #83022D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.49 |
| HSL | 340º | 0.97% | 0.26% | - |
| HSV(B) | 340º | 0.98% | 0.51% | - |
| XYZ | 9.86 | 5.06 | 2.94 | - |
| YUV | 45.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 45 | 0 | 0.98 | 0.66 | 0.49 | 340 | 0.97 | 0.26 |
| Hex | 83 | 2 | 2D | 0 | 62 | 42 | 31 | 154 | 61 | 1A |
| Octal | 203 | 2 | 55 | 0 | 142 | 102 | 61 | 524 | 141 | 32 |
| Binary | 10000011 | 10 | 101101 | 0 | 1100010 | 1000010 | 110001 | 101010100 | 1100001 | 11010 |
Color Harmonies of #83022D
Complementary color
Monochromatic Colors of #83022D
Black with #83022D
Text Example
Text Example
White with #83022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83022D; }
p { color: rgb(131,2,45); }
H1.HeaderClassName
{
color: #83022D;
}
.AnyTagClassName
{
color: #83022D;
}
</style>
background-color css
<style>
a { background-color: #83022D; }
a { background-color: rgb(131,2,45); }
div.DivClassName
{
background-color: #83022D;
}
.BgClassName
{
background-color: #83022D;
}
</style>
border-color css
<style>
span { border-color: #83022D; }
span { border-color: rgb(131,2,45); }
td.TdClassName
{
border-color: #83022D;
}
.TagClassName
{
border-color: #83022D;
}
</style>