Shades of Burgundy #830116
Tints of Burgundy #830116
RGB
CMYK
RGB Variations
Color information
#830116 (or 0x830116) is known color: Burgundy. HEX triplet: 83, 01 and 16. RGB value is (131,1,22). Sum of RGB (Red+Green+Blue) = 131+1+22=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830116 is #7CFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8191722 or 1442179. OLE color: 1442179.
HSL color Cylindrical-coordinate representation of color #830116: hue angle of 350.31º 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 #830116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.49 |
| HSL | 350.31º | 0.98% | 0.26% | - |
| HSV(B) | 350.31º | 0.99% | 0.51% | - |
| XYZ | 9.52 | 4.9 | 1.2 | - |
| YUV | 42.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 22 | 0 | 0.99 | 0.83 | 0.49 | 350.31 | 0.98 | 0.26 |
| Hex | 83 | 1 | 16 | 0 | 63 | 53 | 31 | 15E | 62 | 1A |
| Octal | 203 | 1 | 26 | 0 | 143 | 123 | 61 | 536 | 142 | 32 |
| Binary | 10000011 | 1 | 10110 | 0 | 1100011 | 1010011 | 110001 | 101011110 | 1100010 | 11010 |
Color Harmonies of #830116
Complementary color
Monochromatic Colors of #830116
Black with #830116
Text Example
Text Example
White with #830116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830116; }
p { color: rgb(131,1,22); }
H1.HeaderClassName
{
color: #830116;
}
.AnyTagClassName
{
color: #830116;
}
</style>
background-color css
<style>
a { background-color: #830116; }
a { background-color: rgb(131,1,22); }
div.DivClassName
{
background-color: #830116;
}
.BgClassName
{
background-color: #830116;
}
</style>
border-color css
<style>
span { border-color: #830116; }
span { border-color: rgb(131,1,22); }
td.TdClassName
{
border-color: #830116;
}
.TagClassName
{
border-color: #830116;
}
</style>