Shades of Burgundy #83102D
Tints of Burgundy #83102D
RGB
CMYK
RGB Variations
Color information
#83102D (or 0x83102D) is known color: Burgundy. HEX triplet: 83, 10 and 2D. RGB value is (131,16,45). Sum of RGB (Red+Green+Blue) = 131+16+45=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83102D is #7CEFD2. Grayscale: #353535. Windows color (decimal): -8187859 or 2953347. OLE color: 2953347.
HSL color Cylindrical-coordinate representation of color #83102D: hue angle of 344.87º 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 #83102D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 45 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.49 |
| HSL | 344.87º | 0.78% | 0.29% | - |
| HSV(B) | 344.87º | 0.88% | 0.51% | - |
| XYZ | 10.02 | 5.39 | 2.99 | - |
| YUV | 53.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 45 | 0 | 0.88 | 0.66 | 0.49 | 344.87 | 0.78 | 0.29 |
| Hex | 83 | 10 | 2D | 0 | 58 | 42 | 31 | 159 | 4E | 1D |
| Octal | 203 | 20 | 55 | 0 | 130 | 102 | 61 | 531 | 116 | 35 |
| Binary | 10000011 | 10000 | 101101 | 0 | 1011000 | 1000010 | 110001 | 101011001 | 1001110 | 11101 |
Color Harmonies of #83102D
Complementary color
Monochromatic Colors of #83102D
Black with #83102D
Text Example
Text Example
White with #83102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83102D; }
p { color: rgb(131,16,45); }
H1.HeaderClassName
{
color: #83102D;
}
.AnyTagClassName
{
color: #83102D;
}
</style>
background-color css
<style>
a { background-color: #83102D; }
a { background-color: rgb(131,16,45); }
div.DivClassName
{
background-color: #83102D;
}
.BgClassName
{
background-color: #83102D;
}
</style>
border-color css
<style>
span { border-color: #83102D; }
span { border-color: rgb(131,16,45); }
td.TdClassName
{
border-color: #83102D;
}
.TagClassName
{
border-color: #83102D;
}
</style>