Shades of Burgundy #840136
Tints of Burgundy #840136
RGB
CMYK
RGB Variations
Color information
#840136 (or 0x840136) is known color: Burgundy. HEX triplet: 84, 01 and 36. RGB value is (132,1,54). Sum of RGB (Red+Green+Blue) = 132+1+54=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840136 is #7BFEC9. Grayscale: #2E2E2E. Windows color (decimal): -8126154 or 3539332. OLE color: 3539332.
HSL color Cylindrical-coordinate representation of color #840136: hue angle of 335.73º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840136 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.48 |
| HSL | 335.73º | 0.98% | 0.26% | - |
| HSV(B) | 335.73º | 0.99% | 0.52% | - |
| XYZ | 10.19 | 5.19 | 3.96 | - |
| YUV | 46.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 54 | 0 | 0.99 | 0.59 | 0.48 | 335.73 | 0.98 | 0.26 |
| Hex | 84 | 1 | 36 | 0 | 63 | 3B | 30 | 150 | 62 | 1A |
| Octal | 204 | 1 | 66 | 0 | 143 | 73 | 60 | 520 | 142 | 32 |
| Binary | 10000100 | 1 | 110110 | 0 | 1100011 | 111011 | 110000 | 101010000 | 1100010 | 11010 |
Color Harmonies of #840136
Complementary color
Monochromatic Colors of #840136
Black with #840136
Text Example
Text Example
White with #840136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840136; }
p { color: rgb(132,1,54); }
H1.HeaderClassName
{
color: #840136;
}
.AnyTagClassName
{
color: #840136;
}
</style>
background-color css
<style>
a { background-color: #840136; }
a { background-color: rgb(132,1,54); }
div.DivClassName
{
background-color: #840136;
}
.BgClassName
{
background-color: #840136;
}
</style>
border-color css
<style>
span { border-color: #840136; }
span { border-color: rgb(132,1,54); }
td.TdClassName
{
border-color: #840136;
}
.TagClassName
{
border-color: #840136;
}
</style>