Shades of Burgundy #841035
Tints of Burgundy #841035
RGB
CMYK
RGB Variations
Color information
#841035 (or 0x841035) is known color: Burgundy. HEX triplet: 84, 10 and 35. RGB value is (132,16,53). Sum of RGB (Red+Green+Blue) = 132+16+53=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841035 is #7BEFCA. Grayscale: #363636. Windows color (decimal): -8122315 or 3477636. OLE color: 3477636.
HSL color Cylindrical-coordinate representation of color #841035: hue angle of 340.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841035 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 53 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.48 |
| HSL | 340.86º | 0.78% | 0.29% | - |
| HSV(B) | 340.86º | 0.88% | 0.52% | - |
| XYZ | 10.34 | 5.53 | 3.89 | - |
| YUV | 54.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 53 | 0 | 0.88 | 0.60 | 0.48 | 340.86 | 0.78 | 0.29 |
| Hex | 84 | 10 | 35 | 0 | 58 | 3C | 30 | 155 | 4E | 1D |
| Octal | 204 | 20 | 65 | 0 | 130 | 74 | 60 | 525 | 116 | 35 |
| Binary | 10000100 | 10000 | 110101 | 0 | 1011000 | 111100 | 110000 | 101010101 | 1001110 | 11101 |
Color Harmonies of #841035
Complementary color
Monochromatic Colors of #841035
Black with #841035
Text Example
Text Example
White with #841035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841035; }
p { color: rgb(132,16,53); }
H1.HeaderClassName
{
color: #841035;
}
.AnyTagClassName
{
color: #841035;
}
</style>
background-color css
<style>
a { background-color: #841035; }
a { background-color: rgb(132,16,53); }
div.DivClassName
{
background-color: #841035;
}
.BgClassName
{
background-color: #841035;
}
</style>
border-color css
<style>
span { border-color: #841035; }
span { border-color: rgb(132,16,53); }
td.TdClassName
{
border-color: #841035;
}
.TagClassName
{
border-color: #841035;
}
</style>