Shades of Burgundy #84013B
Tints of Burgundy #84013B
RGB
CMYK
RGB Variations
Color information
#84013B (or 0x84013B) is known color: Burgundy. HEX triplet: 84, 01 and 3B. RGB value is (132,1,59). Sum of RGB (Red+Green+Blue) = 132+1+59=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84013B is #7BFEC4. Grayscale: #2E2E2E. Windows color (decimal): -8126149 or 3867012. OLE color: 3867012.
HSL color Cylindrical-coordinate representation of color #84013B: hue angle of 333.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84013B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.48 |
| HSL | 333.44º | 0.98% | 0.26% | - |
| HSV(B) | 333.44º | 0.99% | 0.52% | - |
| XYZ | 10.32 | 5.24 | 4.61 | - |
| YUV | 46.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 59 | 0 | 0.99 | 0.55 | 0.48 | 333.44 | 0.98 | 0.26 |
| Hex | 84 | 1 | 3B | 0 | 63 | 37 | 30 | 14D | 62 | 1A |
| Octal | 204 | 1 | 73 | 0 | 143 | 67 | 60 | 515 | 142 | 32 |
| Binary | 10000100 | 1 | 111011 | 0 | 1100011 | 110111 | 110000 | 101001101 | 1100010 | 11010 |
Color Harmonies of #84013B
Complementary color
Monochromatic Colors of #84013B
Black with #84013B
Text Example
Text Example
White with #84013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84013B; }
p { color: rgb(132,1,59); }
H1.HeaderClassName
{
color: #84013B;
}
.AnyTagClassName
{
color: #84013B;
}
</style>
background-color css
<style>
a { background-color: #84013B; }
a { background-color: rgb(132,1,59); }
div.DivClassName
{
background-color: #84013B;
}
.BgClassName
{
background-color: #84013B;
}
</style>
border-color css
<style>
span { border-color: #84013B; }
span { border-color: rgb(132,1,59); }
td.TdClassName
{
border-color: #84013B;
}
.TagClassName
{
border-color: #84013B;
}
</style>