Shades of Burgundy #82111B
Tints of Burgundy #82111B
RGB
CMYK
RGB Variations
Color information
#82111B (or 0x82111B) is known color: Burgundy. HEX triplet: 82, 11 and 1B. RGB value is (130,17,27). Sum of RGB (Red+Green+Blue) = 130+17+27=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82111B is #7DEEE4. Grayscale: #343434. Windows color (decimal): -8253157 or 1773954. OLE color: 1773954.
HSL color Cylindrical-coordinate representation of color #82111B: hue angle of 354.69º 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 #82111B is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 17 | 27 | - |
CMYK | 0 | 0.87 | 0.79 | 0.49 |
HSL | 354.69º | 0.77% | 0.29% | - |
HSV(B) | 354.69º | 0.87% | 0.51% | - |
XYZ | 9.6 | 5.23 | 1.54 | - |
YUV | 51.93 | 113.94 | 183.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 17 | 27 | 0 | 0.87 | 0.79 | 0.49 | 354.69 | 0.77 | 0.29 |
Hex | 82 | 11 | 1B | 0 | 57 | 4F | 31 | 163 | 4D | 1D |
Octal | 202 | 21 | 33 | 0 | 127 | 117 | 61 | 543 | 115 | 35 |
Binary | 10000010 | 10001 | 11011 | 0 | 1010111 | 1001111 | 110001 | 101100011 | 1001101 | 11101 |
Color Harmonies of #82111B
Complementary color
Monochromatic Colors of #82111B
Black with #82111B
Text Example
Text Example
White with #82111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82111B; }
p { color: rgb(130,17,27); }
H1.HeaderClassName
{
color: #82111B;
}
.AnyTagClassName
{
color: #82111B;
}
</style>
background-color css
<style>
a { background-color: #82111B; }
a { background-color: rgb(130,17,27); }
div.DivClassName
{
background-color: #82111B;
}
.BgClassName
{
background-color: #82111B;
}
</style>
border-color css
<style>
span { border-color: #82111B; }
span { border-color: rgb(130,17,27); }
td.TdClassName
{
border-color: #82111B;
}
.TagClassName
{
border-color: #82111B;
}
</style>