Shades of Burgundy #83012E
Tints of Burgundy #83012E
RGB
CMYK
RGB Variations
Color information
#83012E (or 0x83012E) is known color: Burgundy. HEX triplet: 83, 01 and 2E. RGB value is (131,1,46). Sum of RGB (Red+Green+Blue) = 131+1+46=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83012E is #7CFED1. Grayscale: #2C2C2C. Windows color (decimal): -8191698 or 3015043. OLE color: 3015043.
HSL color Cylindrical-coordinate representation of color #83012E: hue angle of 339.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83012E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.49 |
| HSL | 339.23º | 0.98% | 0.26% | - |
| HSV(B) | 339.23º | 0.99% | 0.51% | - |
| XYZ | 9.86 | 5.04 | 3.04 | - |
| YUV | 45 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 46 | 0 | 0.99 | 0.65 | 0.49 | 339.23 | 0.98 | 0.26 |
| Hex | 83 | 1 | 2E | 0 | 63 | 41 | 31 | 153 | 62 | 1A |
| Octal | 203 | 1 | 56 | 0 | 143 | 101 | 61 | 523 | 142 | 32 |
| Binary | 10000011 | 1 | 101110 | 0 | 1100011 | 1000001 | 110001 | 101010011 | 1100010 | 11010 |
Color Harmonies of #83012E
Complementary color
Monochromatic Colors of #83012E
Black with #83012E
Text Example
Text Example
White with #83012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83012E; }
p { color: rgb(131,1,46); }
H1.HeaderClassName
{
color: #83012E;
}
.AnyTagClassName
{
color: #83012E;
}
</style>
background-color css
<style>
a { background-color: #83012E; }
a { background-color: rgb(131,1,46); }
div.DivClassName
{
background-color: #83012E;
}
.BgClassName
{
background-color: #83012E;
}
</style>
border-color css
<style>
span { border-color: #83012E; }
span { border-color: rgb(131,1,46); }
td.TdClassName
{
border-color: #83012E;
}
.TagClassName
{
border-color: #83012E;
}
</style>