Shades of Burgundy #84101C
Tints of Burgundy #84101C
RGB
CMYK
RGB Variations
Color information
#84101C (or 0x84101C) is known color: Burgundy. HEX triplet: 84, 10 and 1C. RGB value is (132,16,28). Sum of RGB (Red+Green+Blue) = 132+16+28=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #84101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84101C is #7BEFE3. Grayscale: #343434. Windows color (decimal): -8122340 or 1839236. OLE color: 1839236.
HSL color Cylindrical-coordinate representation of color #84101C: hue angle of 353.79º 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 #84101C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 28 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.48 |
| HSL | 353.79º | 0.78% | 0.29% | - |
| HSV(B) | 353.79º | 0.88% | 0.52% | - |
| XYZ | 9.91 | 5.36 | 1.61 | - |
| YUV | 52.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 28 | 0 | 0.88 | 0.79 | 0.48 | 353.79 | 0.78 | 0.29 |
| Hex | 84 | 10 | 1C | 0 | 58 | 4F | 30 | 162 | 4E | 1D |
| Octal | 204 | 20 | 34 | 0 | 130 | 117 | 60 | 542 | 116 | 35 |
| Binary | 10000100 | 10000 | 11100 | 0 | 1011000 | 1001111 | 110000 | 101100010 | 1001110 | 11101 |
Color Harmonies of #84101C
Complementary color
Monochromatic Colors of #84101C
Black with #84101C
Text Example
Text Example
White with #84101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84101C; }
p { color: rgb(132,16,28); }
H1.HeaderClassName
{
color: #84101C;
}
.AnyTagClassName
{
color: #84101C;
}
</style>
background-color css
<style>
a { background-color: #84101C; }
a { background-color: rgb(132,16,28); }
div.DivClassName
{
background-color: #84101C;
}
.BgClassName
{
background-color: #84101C;
}
</style>
border-color css
<style>
span { border-color: #84101C; }
span { border-color: rgb(132,16,28); }
td.TdClassName
{
border-color: #84101C;
}
.TagClassName
{
border-color: #84101C;
}
</style>