Shades of Burgundy #84101D
Tints of Burgundy #84101D
RGB
CMYK
RGB Variations
Color information
#84101D (or 0x84101D) is known color: Burgundy. HEX triplet: 84, 10 and 1D. RGB value is (132,16,29). Sum of RGB (Red+Green+Blue) = 132+16+29=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84101D is #7BEFE2. Grayscale: #343434. Windows color (decimal): -8122339 or 1904772. OLE color: 1904772.
HSL color Cylindrical-coordinate representation of color #84101D: hue angle of 353.28º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84101D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.48 |
| HSL | 353.28º | 0.78% | 0.29% | - |
| HSV(B) | 353.28º | 0.88% | 0.52% | - |
| XYZ | 9.92 | 5.36 | 1.67 | - |
| YUV | 52.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 29 | 0 | 0.88 | 0.78 | 0.48 | 353.28 | 0.78 | 0.29 |
| Hex | 84 | 10 | 1D | 0 | 58 | 4E | 30 | 161 | 4E | 1D |
| Octal | 204 | 20 | 35 | 0 | 130 | 116 | 60 | 541 | 116 | 35 |
| Binary | 10000100 | 10000 | 11101 | 0 | 1011000 | 1001110 | 110000 | 101100001 | 1001110 | 11101 |
Color Harmonies of #84101D
Complementary color
Monochromatic Colors of #84101D
Black with #84101D
Text Example
Text Example
White with #84101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84101D; }
p { color: rgb(132,16,29); }
H1.HeaderClassName
{
color: #84101D;
}
.AnyTagClassName
{
color: #84101D;
}
</style>
background-color css
<style>
a { background-color: #84101D; }
a { background-color: rgb(132,16,29); }
div.DivClassName
{
background-color: #84101D;
}
.BgClassName
{
background-color: #84101D;
}
</style>
border-color css
<style>
span { border-color: #84101D; }
span { border-color: rgb(132,16,29); }
td.TdClassName
{
border-color: #84101D;
}
.TagClassName
{
border-color: #84101D;
}
</style>