Shades of Burgundy #830715
Tints of Burgundy #830715
RGB
CMYK
RGB Variations
Color information
#830715 (or 0x830715) is known color: Burgundy. HEX triplet: 83, 07 and 15. RGB value is (131,7,21). Sum of RGB (Red+Green+Blue) = 131+7+21=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830715 is #7CF8EA. Grayscale: #2D2D2D. Windows color (decimal): -8190187 or 1378179. OLE color: 1378179.
HSL color Cylindrical-coordinate representation of color #830715: hue angle of 353.23º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830715 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 21 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.49 |
| HSL | 353.23º | 0.9% | 0.27% | - |
| HSV(B) | 353.23º | 0.95% | 0.51% | - |
| XYZ | 9.57 | 5.03 | 1.18 | - |
| YUV | 45.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 21 | 0 | 0.95 | 0.84 | 0.49 | 353.23 | 0.9 | 0.27 |
| Hex | 83 | 7 | 15 | 0 | 5F | 54 | 31 | 161 | 5A | 1B |
| Octal | 203 | 7 | 25 | 0 | 137 | 124 | 61 | 541 | 132 | 33 |
| Binary | 10000011 | 111 | 10101 | 0 | 1011111 | 1010100 | 110001 | 101100001 | 1011010 | 11011 |
Color Harmonies of #830715
Complementary color
Monochromatic Colors of #830715
Black with #830715
Text Example
Text Example
White with #830715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830715; }
p { color: rgb(131,7,21); }
H1.HeaderClassName
{
color: #830715;
}
.AnyTagClassName
{
color: #830715;
}
</style>
background-color css
<style>
a { background-color: #830715; }
a { background-color: rgb(131,7,21); }
div.DivClassName
{
background-color: #830715;
}
.BgClassName
{
background-color: #830715;
}
</style>
border-color css
<style>
span { border-color: #830715; }
span { border-color: rgb(131,7,21); }
td.TdClassName
{
border-color: #830715;
}
.TagClassName
{
border-color: #830715;
}
</style>