Shades of Burgundy #83001F
Tints of Burgundy #83001F
RGB
CMYK
RGB Variations
Color information
#83001F (or 0x83001F) is known color: Burgundy. HEX triplet: 83, 00 and 1F. RGB value is (131,0,31). Sum of RGB (Red+Green+Blue) = 131+0+31=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #83001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83001F is #7CFFE0. Grayscale: #2A2A2A. Windows color (decimal): -8191969 or 2031747. OLE color: 2031747.
HSL color Cylindrical-coordinate representation of color #83001F: hue angle of 345.8º 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 #83001F is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.76 | 0.49 |
| HSL | 345.8º | 1% | 0.26% | - |
| HSV(B) | 345.8º | 1% | 0.51% | - |
| XYZ | 9.61 | 4.92 | 1.74 | - |
| YUV | 42.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 31 | 0 | 1 | 0.76 | 0.49 | 345.8 | 1 | 0.26 |
| Hex | 83 | 0 | 1F | 0 | 64 | 4C | 31 | 15A | 64 | 1A |
| Octal | 203 | 0 | 37 | 0 | 144 | 114 | 61 | 532 | 144 | 32 |
| Binary | 10000011 | 0 | 11111 | 0 | 1100100 | 1001100 | 110001 | 101011010 | 1100100 | 11010 |
Color Harmonies of #83001F
Complementary color
Monochromatic Colors of #83001F
Black with #83001F
Text Example
Text Example
White with #83001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83001F; }
p { color: rgb(131,0,31); }
H1.HeaderClassName
{
color: #83001F;
}
.AnyTagClassName
{
color: #83001F;
}
</style>
background-color css
<style>
a { background-color: #83001F; }
a { background-color: rgb(131,0,31); }
div.DivClassName
{
background-color: #83001F;
}
.BgClassName
{
background-color: #83001F;
}
</style>
border-color css
<style>
span { border-color: #83001F; }
span { border-color: rgb(131,0,31); }
td.TdClassName
{
border-color: #83001F;
}
.TagClassName
{
border-color: #83001F;
}
</style>