Shades of Burgundy #840231
Tints of Burgundy #840231
RGB
CMYK
RGB Variations
Color information
#840231 (or 0x840231) is known color: Burgundy. HEX triplet: 84, 02 and 31. RGB value is (132,2,49). Sum of RGB (Red+Green+Blue) = 132+2+49=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840231 is #7BFDCE. Grayscale: #2E2E2E. Windows color (decimal): -8125903 or 3211908. OLE color: 3211908.
HSL color Cylindrical-coordinate representation of color #840231: hue angle of 338.31º degrees, saturation: 0.97, 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 #840231 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.48 |
| HSL | 338.31º | 0.97% | 0.26% | - |
| HSV(B) | 338.31º | 0.98% | 0.52% | - |
| XYZ | 10.09 | 5.17 | 3.37 | - |
| YUV | 46.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 49 | 0 | 0.98 | 0.63 | 0.48 | 338.31 | 0.97 | 0.26 |
| Hex | 84 | 2 | 31 | 0 | 62 | 3F | 30 | 152 | 61 | 1A |
| Octal | 204 | 2 | 61 | 0 | 142 | 77 | 60 | 522 | 141 | 32 |
| Binary | 10000100 | 10 | 110001 | 0 | 1100010 | 111111 | 110000 | 101010010 | 1100001 | 11010 |
Color Harmonies of #840231
Complementary color
Monochromatic Colors of #840231
Black with #840231
Text Example
Text Example
White with #840231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840231; }
p { color: rgb(132,2,49); }
H1.HeaderClassName
{
color: #840231;
}
.AnyTagClassName
{
color: #840231;
}
</style>
background-color css
<style>
a { background-color: #840231; }
a { background-color: rgb(132,2,49); }
div.DivClassName
{
background-color: #840231;
}
.BgClassName
{
background-color: #840231;
}
</style>
border-color css
<style>
span { border-color: #840231; }
span { border-color: rgb(132,2,49); }
td.TdClassName
{
border-color: #840231;
}
.TagClassName
{
border-color: #840231;
}
</style>