Shades of Burgundy #830416
Tints of Burgundy #830416
RGB
CMYK
RGB Variations
Color information
#830416 (or 0x830416) is known color: Burgundy. HEX triplet: 83, 04 and 16. RGB value is (131,4,22). Sum of RGB (Red+Green+Blue) = 131+4+22=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #830416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830416 is #7CFBE9. Grayscale: #2C2C2C. Windows color (decimal): -8190954 or 1442947. OLE color: 1442947.
HSL color Cylindrical-coordinate representation of color #830416: hue angle of 351.5º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830416 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 22 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.49 |
| HSL | 351.5º | 0.94% | 0.26% | - |
| HSV(B) | 351.5º | 0.97% | 0.51% | - |
| XYZ | 9.55 | 4.97 | 1.22 | - |
| YUV | 44.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 22 | 0 | 0.97 | 0.83 | 0.49 | 351.5 | 0.94 | 0.26 |
| Hex | 83 | 4 | 16 | 0 | 61 | 53 | 31 | 15F | 5E | 1A |
| Octal | 203 | 4 | 26 | 0 | 141 | 123 | 61 | 537 | 136 | 32 |
| Binary | 10000011 | 100 | 10110 | 0 | 1100001 | 1010011 | 110001 | 101011111 | 1011110 | 11010 |
Color Harmonies of #830416
Complementary color
Monochromatic Colors of #830416
Black with #830416
Text Example
Text Example
White with #830416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830416; }
p { color: rgb(131,4,22); }
H1.HeaderClassName
{
color: #830416;
}
.AnyTagClassName
{
color: #830416;
}
</style>
background-color css
<style>
a { background-color: #830416; }
a { background-color: rgb(131,4,22); }
div.DivClassName
{
background-color: #830416;
}
.BgClassName
{
background-color: #830416;
}
</style>
border-color css
<style>
span { border-color: #830416; }
span { border-color: rgb(131,4,22); }
td.TdClassName
{
border-color: #830416;
}
.TagClassName
{
border-color: #830416;
}
</style>