Shades of Burgundy #84131B
Tints of Burgundy #84131B
RGB
CMYK
RGB Variations
Color information
#84131B (or 0x84131B) is known color: Burgundy. HEX triplet: 84, 13 and 1B. RGB value is (132,19,27). Sum of RGB (Red+Green+Blue) = 132+19+27=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84131B is #7BECE4. Grayscale: #353535. Windows color (decimal): -8121573 or 1774468. OLE color: 1774468.
HSL color Cylindrical-coordinate representation of color #84131B: hue angle of 355.75º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84131B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 27 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.48 |
| HSL | 355.75º | 0.75% | 0.3% | - |
| HSV(B) | 355.75º | 0.86% | 0.52% | - |
| XYZ | 9.95 | 5.45 | 1.56 | - |
| YUV | 53.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 27 | 0 | 0.86 | 0.80 | 0.48 | 355.75 | 0.75 | 0.3 |
| Hex | 84 | 13 | 1B | 0 | 56 | 50 | 30 | 164 | 4B | 1E |
| Octal | 204 | 23 | 33 | 0 | 126 | 120 | 60 | 544 | 113 | 36 |
| Binary | 10000100 | 10011 | 11011 | 0 | 1010110 | 1010000 | 110000 | 101100100 | 1001011 | 11110 |
Color Harmonies of #84131B
Complementary color
Monochromatic Colors of #84131B
Black with #84131B
Text Example
Text Example
White with #84131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84131B; }
p { color: rgb(132,19,27); }
H1.HeaderClassName
{
color: #84131B;
}
.AnyTagClassName
{
color: #84131B;
}
</style>
background-color css
<style>
a { background-color: #84131B; }
a { background-color: rgb(132,19,27); }
div.DivClassName
{
background-color: #84131B;
}
.BgClassName
{
background-color: #84131B;
}
</style>
border-color css
<style>
span { border-color: #84131B; }
span { border-color: rgb(132,19,27); }
td.TdClassName
{
border-color: #84131B;
}
.TagClassName
{
border-color: #84131B;
}
</style>