Shades of Burgundy #84141B
Tints of Burgundy #84141B
RGB
CMYK
RGB Variations
Color information
#84141B (or 0x84141B) is known color: Burgundy. HEX triplet: 84, 14 and 1B. RGB value is (132,20,27). Sum of RGB (Red+Green+Blue) = 132+20+27=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141B is #7BEBE4. Grayscale: #363636. Windows color (decimal): -8121317 or 1774724. OLE color: 1774724.
HSL color Cylindrical-coordinate representation of color #84141B: hue angle of 356.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84141B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 27 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.48 |
| HSL | 356.25º | 0.74% | 0.3% | - |
| HSV(B) | 356.25º | 0.85% | 0.52% | - |
| XYZ | 9.96 | 5.48 | 1.57 | - |
| YUV | 54.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 27 | 0 | 0.85 | 0.80 | 0.48 | 356.25 | 0.74 | 0.3 |
| Hex | 84 | 14 | 1B | 0 | 55 | 50 | 30 | 164 | 4A | 1E |
| Octal | 204 | 24 | 33 | 0 | 125 | 120 | 60 | 544 | 112 | 36 |
| Binary | 10000100 | 10100 | 11011 | 0 | 1010101 | 1010000 | 110000 | 101100100 | 1001010 | 11110 |
Color Harmonies of #84141B
Complementary color
Monochromatic Colors of #84141B
Black with #84141B
Text Example
Text Example
White with #84141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84141B; }
p { color: rgb(132,20,27); }
H1.HeaderClassName
{
color: #84141B;
}
.AnyTagClassName
{
color: #84141B;
}
</style>
background-color css
<style>
a { background-color: #84141B; }
a { background-color: rgb(132,20,27); }
div.DivClassName
{
background-color: #84141B;
}
.BgClassName
{
background-color: #84141B;
}
</style>
border-color css
<style>
span { border-color: #84141B; }
span { border-color: rgb(132,20,27); }
td.TdClassName
{
border-color: #84141B;
}
.TagClassName
{
border-color: #84141B;
}
</style>