Shades of Burgundy #840A2D
Tints of Burgundy #840A2D
RGB
CMYK
RGB Variations
Color information
#840A2D (or 0x840A2D) is known color: Burgundy. HEX triplet: 84, 0A and 2D. RGB value is (132,10,45). Sum of RGB (Red+Green+Blue) = 132+10+45=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840A2D is #7BF5D2. Grayscale: #323232. Windows color (decimal): -8123859 or 2951812. OLE color: 2951812.
HSL color Cylindrical-coordinate representation of color #840A2D: hue angle of 342.79º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A2D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 10 | 45 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.48 |
| HSL | 342.79º | 0.86% | 0.28% | - |
| HSV(B) | 342.79º | 0.92% | 0.52% | - |
| XYZ | 10.1 | 5.31 | 2.98 | - |
| YUV | 50.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 45 | 0 | 0.92 | 0.66 | 0.48 | 342.79 | 0.86 | 0.28 |
| Hex | 84 | A | 2D | 0 | 5C | 42 | 30 | 157 | 56 | 1C |
| Octal | 204 | 12 | 55 | 0 | 134 | 102 | 60 | 527 | 126 | 34 |
| Binary | 10000100 | 1010 | 101101 | 0 | 1011100 | 1000010 | 110000 | 101010111 | 1010110 | 11100 |
Color Harmonies of #840A2D
Complementary color
Monochromatic Colors of #840A2D
Black with #840A2D
Text Example
Text Example
White with #840A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840A2D; }
p { color: rgb(132,10,45); }
H1.HeaderClassName
{
color: #840A2D;
}
.AnyTagClassName
{
color: #840A2D;
}
</style>
background-color css
<style>
a { background-color: #840A2D; }
a { background-color: rgb(132,10,45); }
div.DivClassName
{
background-color: #840A2D;
}
.BgClassName
{
background-color: #840A2D;
}
</style>
border-color css
<style>
span { border-color: #840A2D; }
span { border-color: rgb(132,10,45); }
td.TdClassName
{
border-color: #840A2D;
}
.TagClassName
{
border-color: #840A2D;
}
</style>