Shades of Burgundy #84121D
Tints of Burgundy #84121D
RGB
CMYK
RGB Variations
Color information
#84121D (or 0x84121D) is known color: Burgundy. HEX triplet: 84, 12 and 1D. RGB value is (132,18,29). Sum of RGB (Red+Green+Blue) = 132+18+29=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84121D is #7BEDE2. Grayscale: #353535. Windows color (decimal): -8121827 or 1905284. OLE color: 1905284.
HSL color Cylindrical-coordinate representation of color #84121D: hue angle of 354.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84121D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 29 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.48 |
| HSL | 354.21º | 0.76% | 0.29% | - |
| HSV(B) | 354.21º | 0.86% | 0.52% | - |
| XYZ | 9.95 | 5.43 | 1.69 | - |
| YUV | 53.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 29 | 0 | 0.86 | 0.78 | 0.48 | 354.21 | 0.76 | 0.29 |
| Hex | 84 | 12 | 1D | 0 | 56 | 4E | 30 | 162 | 4C | 1D |
| Octal | 204 | 22 | 35 | 0 | 126 | 116 | 60 | 542 | 114 | 35 |
| Binary | 10000100 | 10010 | 11101 | 0 | 1010110 | 1001110 | 110000 | 101100010 | 1001100 | 11101 |
Color Harmonies of #84121D
Complementary color
Monochromatic Colors of #84121D
Black with #84121D
Text Example
Text Example
White with #84121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84121D; }
p { color: rgb(132,18,29); }
H1.HeaderClassName
{
color: #84121D;
}
.AnyTagClassName
{
color: #84121D;
}
</style>
background-color css
<style>
a { background-color: #84121D; }
a { background-color: rgb(132,18,29); }
div.DivClassName
{
background-color: #84121D;
}
.BgClassName
{
background-color: #84121D;
}
</style>
border-color css
<style>
span { border-color: #84121D; }
span { border-color: rgb(132,18,29); }
td.TdClassName
{
border-color: #84121D;
}
.TagClassName
{
border-color: #84121D;
}
</style>