Shades of Burgundy #840833
Tints of Burgundy #840833
RGB
CMYK
RGB Variations
Color information
#840833 (or 0x840833) is known color: Burgundy. HEX triplet: 84, 08 and 33. RGB value is (132,8,51). Sum of RGB (Red+Green+Blue) = 132+8+51=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #840833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840833 is #7BF7CC. Grayscale: #313131. Windows color (decimal): -8124365 or 3344516. OLE color: 3344516.
HSL color Cylindrical-coordinate representation of color #840833: hue angle of 339.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840833 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 51 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.48 |
| HSL | 339.19º | 0.89% | 0.27% | - |
| HSV(B) | 339.19º | 0.94% | 0.52% | - |
| XYZ | 10.2 | 5.32 | 3.62 | - |
| YUV | 49.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 51 | 0 | 0.94 | 0.61 | 0.48 | 339.19 | 0.89 | 0.27 |
| Hex | 84 | 8 | 33 | 0 | 5E | 3D | 30 | 153 | 59 | 1B |
| Octal | 204 | 10 | 63 | 0 | 136 | 75 | 60 | 523 | 131 | 33 |
| Binary | 10000100 | 1000 | 110011 | 0 | 1011110 | 111101 | 110000 | 101010011 | 1011001 | 11011 |
Color Harmonies of #840833
Complementary color
Monochromatic Colors of #840833
Black with #840833
Text Example
Text Example
White with #840833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840833; }
p { color: rgb(132,8,51); }
H1.HeaderClassName
{
color: #840833;
}
.AnyTagClassName
{
color: #840833;
}
</style>
background-color css
<style>
a { background-color: #840833; }
a { background-color: rgb(132,8,51); }
div.DivClassName
{
background-color: #840833;
}
.BgClassName
{
background-color: #840833;
}
</style>
border-color css
<style>
span { border-color: #840833; }
span { border-color: rgb(132,8,51); }
td.TdClassName
{
border-color: #840833;
}
.TagClassName
{
border-color: #840833;
}
</style>