Shades of Burgundy #840335
Tints of Burgundy #840335
RGB
CMYK
RGB Variations
Color information
#840335 (or 0x840335) is known color: Burgundy. HEX triplet: 84, 03 and 35. RGB value is (132,3,53). Sum of RGB (Red+Green+Blue) = 132+3+53=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840335 is #7BFCCA. Grayscale: #2F2F2F. Windows color (decimal): -8125643 or 3474308. OLE color: 3474308.
HSL color Cylindrical-coordinate representation of color #840335: hue angle of 336.74º degrees, saturation: 0.96, 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 #840335 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.48 |
| HSL | 336.74º | 0.96% | 0.26% | - |
| HSV(B) | 336.74º | 0.98% | 0.52% | - |
| XYZ | 10.19 | 5.23 | 3.84 | - |
| YUV | 47.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 53 | 0 | 0.98 | 0.60 | 0.48 | 336.74 | 0.96 | 0.26 |
| Hex | 84 | 3 | 35 | 0 | 62 | 3C | 30 | 151 | 60 | 1A |
| Octal | 204 | 3 | 65 | 0 | 142 | 74 | 60 | 521 | 140 | 32 |
| Binary | 10000100 | 11 | 110101 | 0 | 1100010 | 111100 | 110000 | 101010001 | 1100000 | 11010 |
Color Harmonies of #840335
Complementary color
Monochromatic Colors of #840335
Black with #840335
Text Example
Text Example
White with #840335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840335; }
p { color: rgb(132,3,53); }
H1.HeaderClassName
{
color: #840335;
}
.AnyTagClassName
{
color: #840335;
}
</style>
background-color css
<style>
a { background-color: #840335; }
a { background-color: rgb(132,3,53); }
div.DivClassName
{
background-color: #840335;
}
.BgClassName
{
background-color: #840335;
}
</style>
border-color css
<style>
span { border-color: #840335; }
span { border-color: rgb(132,3,53); }
td.TdClassName
{
border-color: #840335;
}
.TagClassName
{
border-color: #840335;
}
</style>