Shades of Burgundy #830115
Tints of Burgundy #830115
RGB
CMYK
RGB Variations
Color information
#830115 (or 0x830115) is known color: Burgundy. HEX triplet: 83, 01 and 15. RGB value is (131,1,21). Sum of RGB (Red+Green+Blue) = 131+1+21=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830115 is #7CFEEA. Grayscale: #2A2A2A. Windows color (decimal): -8191723 or 1376643. OLE color: 1376643.
HSL color Cylindrical-coordinate representation of color #830115: hue angle of 350.77º 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 #830115 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.49 |
| HSL | 350.77º | 0.98% | 0.26% | - |
| HSV(B) | 350.77º | 0.99% | 0.51% | - |
| XYZ | 9.51 | 4.9 | 1.15 | - |
| YUV | 42.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 21 | 0 | 0.99 | 0.84 | 0.49 | 350.77 | 0.98 | 0.26 |
| Hex | 83 | 1 | 15 | 0 | 63 | 54 | 31 | 15F | 62 | 1A |
| Octal | 203 | 1 | 25 | 0 | 143 | 124 | 61 | 537 | 142 | 32 |
| Binary | 10000011 | 1 | 10101 | 0 | 1100011 | 1010100 | 110001 | 101011111 | 1100010 | 11010 |
Color Harmonies of #830115
Complementary color
Monochromatic Colors of #830115
Black with #830115
Text Example
Text Example
White with #830115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830115; }
p { color: rgb(131,1,21); }
H1.HeaderClassName
{
color: #830115;
}
.AnyTagClassName
{
color: #830115;
}
</style>
background-color css
<style>
a { background-color: #830115; }
a { background-color: rgb(131,1,21); }
div.DivClassName
{
background-color: #830115;
}
.BgClassName
{
background-color: #830115;
}
</style>
border-color css
<style>
span { border-color: #830115; }
span { border-color: rgb(131,1,21); }
td.TdClassName
{
border-color: #830115;
}
.TagClassName
{
border-color: #830115;
}
</style>