Shades of Burgundy #840830
Tints of Burgundy #840830
RGB
CMYK
RGB Variations
Color information
#840830 (or 0x840830) is known color: Burgundy. HEX triplet: 84, 08 and 30. RGB value is (132,8,48). Sum of RGB (Red+Green+Blue) = 132+8+48=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840830 is #7BF7CF. Grayscale: #313131. Windows color (decimal): -8124368 or 3147908. OLE color: 3147908.
HSL color Cylindrical-coordinate representation of color #840830: hue angle of 340.65º 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 #840830 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 48 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.48 |
| HSL | 340.65º | 0.89% | 0.27% | - |
| HSV(B) | 340.65º | 0.94% | 0.52% | - |
| XYZ | 10.14 | 5.29 | 3.28 | - |
| YUV | 49.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 48 | 0 | 0.94 | 0.64 | 0.48 | 340.65 | 0.89 | 0.27 |
| Hex | 84 | 8 | 30 | 0 | 5E | 40 | 30 | 155 | 59 | 1B |
| Octal | 204 | 10 | 60 | 0 | 136 | 100 | 60 | 525 | 131 | 33 |
| Binary | 10000100 | 1000 | 110000 | 0 | 1011110 | 1000000 | 110000 | 101010101 | 1011001 | 11011 |
Color Harmonies of #840830
Complementary color
Monochromatic Colors of #840830
Black with #840830
Text Example
Text Example
White with #840830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840830; }
p { color: rgb(132,8,48); }
H1.HeaderClassName
{
color: #840830;
}
.AnyTagClassName
{
color: #840830;
}
</style>
background-color css
<style>
a { background-color: #840830; }
a { background-color: rgb(132,8,48); }
div.DivClassName
{
background-color: #840830;
}
.BgClassName
{
background-color: #840830;
}
</style>
border-color css
<style>
span { border-color: #840830; }
span { border-color: rgb(132,8,48); }
td.TdClassName
{
border-color: #840830;
}
.TagClassName
{
border-color: #840830;
}
</style>