Shades of Burgundy #84003B
Tints of Burgundy #84003B
RGB
CMYK
RGB Variations
Color information
#84003B (or 0x84003B) is known color: Burgundy. HEX triplet: 84, 00 and 3B. RGB value is (132,0,59). Sum of RGB (Red+Green+Blue) = 132+0+59=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #84003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84003B is #7BFFC4. Grayscale: #2E2E2E. Windows color (decimal): -8126405 or 3866756. OLE color: 3866756.
HSL color Cylindrical-coordinate representation of color #84003B: hue angle of 333.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84003B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.55 | 0.48 |
| HSL | 333.18º | 1% | 0.26% | - |
| HSV(B) | 333.18º | 1% | 0.52% | - |
| XYZ | 10.31 | 5.22 | 4.6 | - |
| YUV | 46.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 59 | 0 | 1 | 0.55 | 0.48 | 333.18 | 1 | 0.26 |
| Hex | 84 | 0 | 3B | 0 | 64 | 37 | 30 | 14D | 64 | 1A |
| Octal | 204 | 0 | 73 | 0 | 144 | 67 | 60 | 515 | 144 | 32 |
| Binary | 10000100 | 0 | 111011 | 0 | 1100100 | 110111 | 110000 | 101001101 | 1100100 | 11010 |
Color Harmonies of #84003B
Complementary color
Monochromatic Colors of #84003B
Black with #84003B
Text Example
Text Example
White with #84003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84003B; }
p { color: rgb(132,0,59); }
H1.HeaderClassName
{
color: #84003B;
}
.AnyTagClassName
{
color: #84003B;
}
</style>
background-color css
<style>
a { background-color: #84003B; }
a { background-color: rgb(132,0,59); }
div.DivClassName
{
background-color: #84003B;
}
.BgClassName
{
background-color: #84003B;
}
</style>
border-color css
<style>
span { border-color: #84003B; }
span { border-color: rgb(132,0,59); }
td.TdClassName
{
border-color: #84003B;
}
.TagClassName
{
border-color: #84003B;
}
</style>