Shades of Burgundy #840137
Tints of Burgundy #840137
RGB
CMYK
RGB Variations
Color information
#840137 (or 0x840137) is known color: Burgundy. HEX triplet: 84, 01 and 37. RGB value is (132,1,55). Sum of RGB (Red+Green+Blue) = 132+1+55=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840137 is #7BFEC8. Grayscale: #2E2E2E. Windows color (decimal): -8126153 or 3604868. OLE color: 3604868.
HSL color Cylindrical-coordinate representation of color #840137: hue angle of 335.27º 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 #840137 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.48 |
| HSL | 335.27º | 0.98% | 0.26% | - |
| HSV(B) | 335.27º | 0.99% | 0.52% | - |
| XYZ | 10.22 | 5.2 | 4.08 | - |
| YUV | 46.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 55 | 0 | 0.99 | 0.58 | 0.48 | 335.27 | 0.98 | 0.26 |
| Hex | 84 | 1 | 37 | 0 | 63 | 3A | 30 | 14F | 62 | 1A |
| Octal | 204 | 1 | 67 | 0 | 143 | 72 | 60 | 517 | 142 | 32 |
| Binary | 10000100 | 1 | 110111 | 0 | 1100011 | 111010 | 110000 | 101001111 | 1100010 | 11010 |
Color Harmonies of #840137
Complementary color
Monochromatic Colors of #840137
Black with #840137
Text Example
Text Example
White with #840137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840137; }
p { color: rgb(132,1,55); }
H1.HeaderClassName
{
color: #840137;
}
.AnyTagClassName
{
color: #840137;
}
</style>
background-color css
<style>
a { background-color: #840137; }
a { background-color: rgb(132,1,55); }
div.DivClassName
{
background-color: #840137;
}
.BgClassName
{
background-color: #840137;
}
</style>
border-color css
<style>
span { border-color: #840137; }
span { border-color: rgb(132,1,55); }
td.TdClassName
{
border-color: #840137;
}
.TagClassName
{
border-color: #840137;
}
</style>