Shades of Burgundy #84101B
Tints of Burgundy #84101B
RGB
CMYK
RGB Variations
Color information
#84101B (or 0x84101B) is known color: Burgundy. HEX triplet: 84, 10 and 1B. RGB value is (132,16,27). Sum of RGB (Red+Green+Blue) = 132+16+27=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84101B is #7BEFE4. Grayscale: #343434. Windows color (decimal): -8122341 or 1773700. OLE color: 1773700.
HSL color Cylindrical-coordinate representation of color #84101B: hue angle of 354.31º 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 #84101B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.48 |
| HSL | 354.31º | 0.78% | 0.29% | - |
| HSV(B) | 354.31º | 0.88% | 0.52% | - |
| XYZ | 9.9 | 5.36 | 1.55 | - |
| YUV | 51.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 27 | 0 | 0.88 | 0.80 | 0.48 | 354.31 | 0.78 | 0.29 |
| Hex | 84 | 10 | 1B | 0 | 58 | 50 | 30 | 162 | 4E | 1D |
| Octal | 204 | 20 | 33 | 0 | 130 | 120 | 60 | 542 | 116 | 35 |
| Binary | 10000100 | 10000 | 11011 | 0 | 1011000 | 1010000 | 110000 | 101100010 | 1001110 | 11101 |
Color Harmonies of #84101B
Complementary color
Monochromatic Colors of #84101B
Black with #84101B
Text Example
Text Example
White with #84101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84101B; }
p { color: rgb(132,16,27); }
H1.HeaderClassName
{
color: #84101B;
}
.AnyTagClassName
{
color: #84101B;
}
</style>
background-color css
<style>
a { background-color: #84101B; }
a { background-color: rgb(132,16,27); }
div.DivClassName
{
background-color: #84101B;
}
.BgClassName
{
background-color: #84101B;
}
</style>
border-color css
<style>
span { border-color: #84101B; }
span { border-color: rgb(132,16,27); }
td.TdClassName
{
border-color: #84101B;
}
.TagClassName
{
border-color: #84101B;
}
</style>