Shades of Burgundy #83101C
Tints of Burgundy #83101C
RGB
CMYK
RGB Variations
Color information
#83101C (or 0x83101C) is known color: Burgundy. HEX triplet: 83, 10 and 1C. RGB value is (131,16,28). Sum of RGB (Red+Green+Blue) = 131+16+28=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83101C is #7CEFE3. Grayscale: #333333. Windows color (decimal): -8187876 or 1839235. OLE color: 1839235.
HSL color Cylindrical-coordinate representation of color #83101C: hue angle of 353.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83101C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 28 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.49 |
| HSL | 353.74º | 0.78% | 0.29% | - |
| HSV(B) | 353.74º | 0.88% | 0.51% | - |
| XYZ | 9.75 | 5.28 | 1.6 | - |
| YUV | 51.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 28 | 0 | 0.88 | 0.79 | 0.49 | 353.74 | 0.78 | 0.29 |
| Hex | 83 | 10 | 1C | 0 | 58 | 4F | 31 | 162 | 4E | 1D |
| Octal | 203 | 20 | 34 | 0 | 130 | 117 | 61 | 542 | 116 | 35 |
| Binary | 10000011 | 10000 | 11100 | 0 | 1011000 | 1001111 | 110001 | 101100010 | 1001110 | 11101 |
Color Harmonies of #83101C
Complementary color
Monochromatic Colors of #83101C
Black with #83101C
Text Example
Text Example
White with #83101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83101C; }
p { color: rgb(131,16,28); }
H1.HeaderClassName
{
color: #83101C;
}
.AnyTagClassName
{
color: #83101C;
}
</style>
background-color css
<style>
a { background-color: #83101C; }
a { background-color: rgb(131,16,28); }
div.DivClassName
{
background-color: #83101C;
}
.BgClassName
{
background-color: #83101C;
}
</style>
border-color css
<style>
span { border-color: #83101C; }
span { border-color: rgb(131,16,28); }
td.TdClassName
{
border-color: #83101C;
}
.TagClassName
{
border-color: #83101C;
}
</style>