Shades of Burgundy #840319
Tints of Burgundy #840319
RGB
CMYK
RGB Variations
Color information
#840319 (or 0x840319) is known color: Burgundy. HEX triplet: 84, 03 and 19. RGB value is (132,3,25). Sum of RGB (Red+Green+Blue) = 132+3+25=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #840319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840319 is #7BFCE6. Grayscale: #2C2C2C. Windows color (decimal): -8125671 or 1639300. OLE color: 1639300.
HSL color Cylindrical-coordinate representation of color #840319: hue angle of 349.77º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840319 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 25 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.48 |
| HSL | 349.77º | 0.96% | 0.26% | - |
| HSV(B) | 349.77º | 0.98% | 0.52% | - |
| XYZ | 9.72 | 5.04 | 1.38 | - |
| YUV | 44.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 25 | 0 | 0.98 | 0.81 | 0.48 | 349.77 | 0.96 | 0.26 |
| Hex | 84 | 3 | 19 | 0 | 62 | 51 | 30 | 15E | 60 | 1A |
| Octal | 204 | 3 | 31 | 0 | 142 | 121 | 60 | 536 | 140 | 32 |
| Binary | 10000100 | 11 | 11001 | 0 | 1100010 | 1010001 | 110000 | 101011110 | 1100000 | 11010 |
Color Harmonies of #840319
Complementary color
Monochromatic Colors of #840319
Black with #840319
Text Example
Text Example
White with #840319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840319; }
p { color: rgb(132,3,25); }
H1.HeaderClassName
{
color: #840319;
}
.AnyTagClassName
{
color: #840319;
}
</style>
background-color css
<style>
a { background-color: #840319; }
a { background-color: rgb(132,3,25); }
div.DivClassName
{
background-color: #840319;
}
.BgClassName
{
background-color: #840319;
}
</style>
border-color css
<style>
span { border-color: #840319; }
span { border-color: rgb(132,3,25); }
td.TdClassName
{
border-color: #840319;
}
.TagClassName
{
border-color: #840319;
}
</style>