Shades of Burgundy #83002E
Tints of Burgundy #83002E
RGB
CMYK
RGB Variations
Color information
#83002E (or 0x83002E) is known color: Burgundy. HEX triplet: 83, 00 and 2E. RGB value is (131,0,46). Sum of RGB (Red+Green+Blue) = 131+0+46=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83002E is #7CFFD1. Grayscale: #2C2C2C. Windows color (decimal): -8191954 or 3014787. OLE color: 3014787.
HSL color Cylindrical-coordinate representation of color #83002E: hue angle of 338.93º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83002E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.65 | 0.49 |
| HSL | 338.93º | 1% | 0.26% | - |
| HSV(B) | 338.93º | 1% | 0.51% | - |
| XYZ | 9.85 | 5.02 | 3.03 | - |
| YUV | 44.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 46 | 0 | 1 | 0.65 | 0.49 | 338.93 | 1 | 0.26 |
| Hex | 83 | 0 | 2E | 0 | 64 | 41 | 31 | 153 | 64 | 1A |
| Octal | 203 | 0 | 56 | 0 | 144 | 101 | 61 | 523 | 144 | 32 |
| Binary | 10000011 | 0 | 101110 | 0 | 1100100 | 1000001 | 110001 | 101010011 | 1100100 | 11010 |
Color Harmonies of #83002E
Complementary color
Monochromatic Colors of #83002E
Black with #83002E
Text Example
Text Example
White with #83002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83002E; }
p { color: rgb(131,0,46); }
H1.HeaderClassName
{
color: #83002E;
}
.AnyTagClassName
{
color: #83002E;
}
</style>
background-color css
<style>
a { background-color: #83002E; }
a { background-color: rgb(131,0,46); }
div.DivClassName
{
background-color: #83002E;
}
.BgClassName
{
background-color: #83002E;
}
</style>
border-color css
<style>
span { border-color: #83002E; }
span { border-color: rgb(131,0,46); }
td.TdClassName
{
border-color: #83002E;
}
.TagClassName
{
border-color: #83002E;
}
</style>