Shades of Burgundy #83111C
Tints of Burgundy #83111C
RGB
CMYK
RGB Variations
Color information
#83111C (or 0x83111C) is known color: Burgundy. HEX triplet: 83, 11 and 1C. RGB value is (131,17,28). Sum of RGB (Red+Green+Blue) = 131+17+28=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83111C is #7CEEE3. Grayscale: #343434. Windows color (decimal): -8187620 or 1839491. OLE color: 1839491.
HSL color Cylindrical-coordinate representation of color #83111C: hue angle of 354.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83111C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 28 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.49 |
| HSL | 354.21º | 0.77% | 0.29% | - |
| HSV(B) | 354.21º | 0.87% | 0.51% | - |
| XYZ | 9.77 | 5.31 | 1.61 | - |
| YUV | 52.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 28 | 0 | 0.87 | 0.79 | 0.49 | 354.21 | 0.77 | 0.29 |
| Hex | 83 | 11 | 1C | 0 | 57 | 4F | 31 | 162 | 4D | 1D |
| Octal | 203 | 21 | 34 | 0 | 127 | 117 | 61 | 542 | 115 | 35 |
| Binary | 10000011 | 10001 | 11100 | 0 | 1010111 | 1001111 | 110001 | 101100010 | 1001101 | 11101 |
Color Harmonies of #83111C
Complementary color
Monochromatic Colors of #83111C
Black with #83111C
Text Example
Text Example
White with #83111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83111C; }
p { color: rgb(131,17,28); }
H1.HeaderClassName
{
color: #83111C;
}
.AnyTagClassName
{
color: #83111C;
}
</style>
background-color css
<style>
a { background-color: #83111C; }
a { background-color: rgb(131,17,28); }
div.DivClassName
{
background-color: #83111C;
}
.BgClassName
{
background-color: #83111C;
}
</style>
border-color css
<style>
span { border-color: #83111C; }
span { border-color: rgb(131,17,28); }
td.TdClassName
{
border-color: #83111C;
}
.TagClassName
{
border-color: #83111C;
}
</style>