Shades of Burgundy #83102F
Tints of Burgundy #83102F
RGB
CMYK
RGB Variations
Color information
#83102F (or 0x83102F) is known color: Burgundy. HEX triplet: 83, 10 and 2F. RGB value is (131,16,47). Sum of RGB (Red+Green+Blue) = 131+16+47=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83102F is #7CEFD0. Grayscale: #353535. Windows color (decimal): -8187857 or 3084419. OLE color: 3084419.
HSL color Cylindrical-coordinate representation of color #83102F: hue angle of 343.83º 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 #83102F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 47 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.49 |
| HSL | 343.83º | 0.78% | 0.29% | - |
| HSV(B) | 343.83º | 0.88% | 0.51% | - |
| XYZ | 10.06 | 5.4 | 3.2 | - |
| YUV | 53.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 47 | 0 | 0.88 | 0.64 | 0.49 | 343.83 | 0.78 | 0.29 |
| Hex | 83 | 10 | 2F | 0 | 58 | 40 | 31 | 158 | 4E | 1D |
| Octal | 203 | 20 | 57 | 0 | 130 | 100 | 61 | 530 | 116 | 35 |
| Binary | 10000011 | 10000 | 101111 | 0 | 1011000 | 1000000 | 110001 | 101011000 | 1001110 | 11101 |
Color Harmonies of #83102F
Complementary color
Monochromatic Colors of #83102F
Black with #83102F
Text Example
Text Example
White with #83102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83102F; }
p { color: rgb(131,16,47); }
H1.HeaderClassName
{
color: #83102F;
}
.AnyTagClassName
{
color: #83102F;
}
</style>
background-color css
<style>
a { background-color: #83102F; }
a { background-color: rgb(131,16,47); }
div.DivClassName
{
background-color: #83102F;
}
.BgClassName
{
background-color: #83102F;
}
</style>
border-color css
<style>
span { border-color: #83102F; }
span { border-color: rgb(131,16,47); }
td.TdClassName
{
border-color: #83102F;
}
.TagClassName
{
border-color: #83102F;
}
</style>