Shades of Burgundy #840139
Tints of Burgundy #840139
RGB
CMYK
RGB Variations
Color information
#840139 (or 0x840139) is known color: Burgundy. HEX triplet: 84, 01 and 39. RGB value is (132,1,57). Sum of RGB (Red+Green+Blue) = 132+1+57=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #840139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840139 is #7BFEC6. Grayscale: #2E2E2E. Windows color (decimal): -8126151 or 3735940. OLE color: 3735940.
HSL color Cylindrical-coordinate representation of color #840139: hue angle of 334.35º 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 #840139 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.48 |
| HSL | 334.35º | 0.98% | 0.26% | - |
| HSV(B) | 334.35º | 0.99% | 0.52% | - |
| XYZ | 10.27 | 5.22 | 4.34 | - |
| YUV | 46.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 57 | 0 | 0.99 | 0.57 | 0.48 | 334.35 | 0.98 | 0.26 |
| Hex | 84 | 1 | 39 | 0 | 63 | 39 | 30 | 14E | 62 | 1A |
| Octal | 204 | 1 | 71 | 0 | 143 | 71 | 60 | 516 | 142 | 32 |
| Binary | 10000100 | 1 | 111001 | 0 | 1100011 | 111001 | 110000 | 101001110 | 1100010 | 11010 |
Color Harmonies of #840139
Complementary color
Monochromatic Colors of #840139
Black with #840139
Text Example
Text Example
White with #840139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840139; }
p { color: rgb(132,1,57); }
H1.HeaderClassName
{
color: #840139;
}
.AnyTagClassName
{
color: #840139;
}
</style>
background-color css
<style>
a { background-color: #840139; }
a { background-color: rgb(132,1,57); }
div.DivClassName
{
background-color: #840139;
}
.BgClassName
{
background-color: #840139;
}
</style>
border-color css
<style>
span { border-color: #840139; }
span { border-color: rgb(132,1,57); }
td.TdClassName
{
border-color: #840139;
}
.TagClassName
{
border-color: #840139;
}
</style>