Shades of Burgundy #83101B
Tints of Burgundy #83101B
RGB
CMYK
RGB Variations
Color information
#83101B (or 0x83101B) is known color: Burgundy. HEX triplet: 83, 10 and 1B. RGB value is (131,16,27). Sum of RGB (Red+Green+Blue) = 131+16+27=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #83101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83101B is #7CEFE4. Grayscale: #333333. Windows color (decimal): -8187877 or 1773699. OLE color: 1773699.
HSL color Cylindrical-coordinate representation of color #83101B: hue angle of 354.26º 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 #83101B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.49 |
| HSL | 354.26º | 0.78% | 0.29% | - |
| HSV(B) | 354.26º | 0.88% | 0.51% | - |
| XYZ | 9.74 | 5.28 | 1.54 | - |
| YUV | 51.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 27 | 0 | 0.88 | 0.79 | 0.49 | 354.26 | 0.78 | 0.29 |
| Hex | 83 | 10 | 1B | 0 | 58 | 4F | 31 | 162 | 4E | 1D |
| Octal | 203 | 20 | 33 | 0 | 130 | 117 | 61 | 542 | 116 | 35 |
| Binary | 10000011 | 10000 | 11011 | 0 | 1011000 | 1001111 | 110001 | 101100010 | 1001110 | 11101 |
Color Harmonies of #83101B
Complementary color
Monochromatic Colors of #83101B
Black with #83101B
Text Example
Text Example
White with #83101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83101B; }
p { color: rgb(131,16,27); }
H1.HeaderClassName
{
color: #83101B;
}
.AnyTagClassName
{
color: #83101B;
}
</style>
background-color css
<style>
a { background-color: #83101B; }
a { background-color: rgb(131,16,27); }
div.DivClassName
{
background-color: #83101B;
}
.BgClassName
{
background-color: #83101B;
}
</style>
border-color css
<style>
span { border-color: #83101B; }
span { border-color: rgb(131,16,27); }
td.TdClassName
{
border-color: #83101B;
}
.TagClassName
{
border-color: #83101B;
}
</style>