Shades of Burgundy #840530
Tints of Burgundy #840530
RGB
CMYK
RGB Variations
Color information
#840530 (or 0x840530) is known color: Burgundy. HEX triplet: 84, 05 and 30. RGB value is (132,5,48). Sum of RGB (Red+Green+Blue) = 132+5+48=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #840530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840530 is #7BFACF. Grayscale: #2F2F2F. Windows color (decimal): -8125136 or 3147140. OLE color: 3147140.
HSL color Cylindrical-coordinate representation of color #840530: hue angle of 339.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840530 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 48 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.48 |
| HSL | 339.69º | 0.93% | 0.27% | - |
| HSV(B) | 339.69º | 0.96% | 0.52% | - |
| XYZ | 10.1 | 5.23 | 3.27 | - |
| YUV | 47.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 48 | 0 | 0.96 | 0.64 | 0.48 | 339.69 | 0.93 | 0.27 |
| Hex | 84 | 5 | 30 | 0 | 60 | 40 | 30 | 154 | 5D | 1B |
| Octal | 204 | 5 | 60 | 0 | 140 | 100 | 60 | 524 | 135 | 33 |
| Binary | 10000100 | 101 | 110000 | 0 | 1100000 | 1000000 | 110000 | 101010100 | 1011101 | 11011 |
Color Harmonies of #840530
Complementary color
Monochromatic Colors of #840530
Black with #840530
Text Example
Text Example
White with #840530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840530; }
p { color: rgb(132,5,48); }
H1.HeaderClassName
{
color: #840530;
}
.AnyTagClassName
{
color: #840530;
}
</style>
background-color css
<style>
a { background-color: #840530; }
a { background-color: rgb(132,5,48); }
div.DivClassName
{
background-color: #840530;
}
.BgClassName
{
background-color: #840530;
}
</style>
border-color css
<style>
span { border-color: #840530; }
span { border-color: rgb(132,5,48); }
td.TdClassName
{
border-color: #840530;
}
.TagClassName
{
border-color: #840530;
}
</style>