Shades of Burgundy #84121B
Tints of Burgundy #84121B
RGB
CMYK
RGB Variations
Color information
#84121B (or 0x84121B) is known color: Burgundy. HEX triplet: 84, 12 and 1B. RGB value is (132,18,27). Sum of RGB (Red+Green+Blue) = 132+18+27=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84121B is #7BEDE4. Grayscale: #353535. Windows color (decimal): -8121829 or 1774212. OLE color: 1774212.
HSL color Cylindrical-coordinate representation of color #84121B: hue angle of 355.26º 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 #84121B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 27 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.48 |
| HSL | 355.26º | 0.76% | 0.29% | - |
| HSV(B) | 355.26º | 0.86% | 0.52% | - |
| XYZ | 9.93 | 5.42 | 1.56 | - |
| YUV | 53.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 27 | 0 | 0.86 | 0.80 | 0.48 | 355.26 | 0.76 | 0.29 |
| Hex | 84 | 12 | 1B | 0 | 56 | 50 | 30 | 163 | 4C | 1D |
| Octal | 204 | 22 | 33 | 0 | 126 | 120 | 60 | 543 | 114 | 35 |
| Binary | 10000100 | 10010 | 11011 | 0 | 1010110 | 1010000 | 110000 | 101100011 | 1001100 | 11101 |
Color Harmonies of #84121B
Complementary color
Monochromatic Colors of #84121B
Black with #84121B
Text Example
Text Example
White with #84121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84121B; }
p { color: rgb(132,18,27); }
H1.HeaderClassName
{
color: #84121B;
}
.AnyTagClassName
{
color: #84121B;
}
</style>
background-color css
<style>
a { background-color: #84121B; }
a { background-color: rgb(132,18,27); }
div.DivClassName
{
background-color: #84121B;
}
.BgClassName
{
background-color: #84121B;
}
</style>
border-color css
<style>
span { border-color: #84121B; }
span { border-color: rgb(132,18,27); }
td.TdClassName
{
border-color: #84121B;
}
.TagClassName
{
border-color: #84121B;
}
</style>