Shades of Burgundy #830B2E
Tints of Burgundy #830B2E
RGB
CMYK
RGB Variations
Color information
#830B2E (or 0x830B2E) is known color: Burgundy. HEX triplet: 83, 0B and 2E. RGB value is (131,11,46). Sum of RGB (Red+Green+Blue) = 131+11+46=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830B2E is #7CF4D1. Grayscale: #323232. Windows color (decimal): -8189138 or 3017603. OLE color: 3017603.
HSL color Cylindrical-coordinate representation of color #830B2E: hue angle of 342.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B2E is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 11 | 46 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.49 |
| HSL | 342.5º | 0.85% | 0.28% | - |
| HSV(B) | 342.5º | 0.92% | 0.51% | - |
| XYZ | 9.97 | 5.26 | 3.07 | - |
| YUV | 50.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 46 | 0 | 0.92 | 0.65 | 0.49 | 342.5 | 0.85 | 0.28 |
| Hex | 83 | B | 2E | 0 | 5C | 41 | 31 | 156 | 55 | 1C |
| Octal | 203 | 13 | 56 | 0 | 134 | 101 | 61 | 526 | 125 | 34 |
| Binary | 10000011 | 1011 | 101110 | 0 | 1011100 | 1000001 | 110001 | 101010110 | 1010101 | 11100 |
Color Harmonies of #830B2E
Complementary color
Monochromatic Colors of #830B2E
Black with #830B2E
Text Example
Text Example
White with #830B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830B2E; }
p { color: rgb(131,11,46); }
H1.HeaderClassName
{
color: #830B2E;
}
.AnyTagClassName
{
color: #830B2E;
}
</style>
background-color css
<style>
a { background-color: #830B2E; }
a { background-color: rgb(131,11,46); }
div.DivClassName
{
background-color: #830B2E;
}
.BgClassName
{
background-color: #830B2E;
}
</style>
border-color css
<style>
span { border-color: #830B2E; }
span { border-color: rgb(131,11,46); }
td.TdClassName
{
border-color: #830B2E;
}
.TagClassName
{
border-color: #830B2E;
}
</style>