Shades of Burgundy #820235
Tints of Burgundy #820235
RGB
CMYK
RGB Variations
Color information
#820235 (or 0x820235) is known color: Burgundy. HEX triplet: 82, 02 and 35. RGB value is (130,2,53). Sum of RGB (Red+Green+Blue) = 130+2+53=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820235 is #7DFDCA. Grayscale: #2E2E2E. Windows color (decimal): -8256971 or 3474050. OLE color: 3474050.
HSL color Cylindrical-coordinate representation of color #820235: hue angle of 336.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820235 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 53 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.49 |
| HSL | 336.09º | 0.97% | 0.26% | - |
| HSV(B) | 336.09º | 0.98% | 0.51% | - |
| XYZ | 9.87 | 5.05 | 3.82 | - |
| YUV | 46.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 53 | 0 | 0.98 | 0.59 | 0.49 | 336.09 | 0.97 | 0.26 |
| Hex | 82 | 2 | 35 | 0 | 62 | 3B | 31 | 150 | 61 | 1A |
| Octal | 202 | 2 | 65 | 0 | 142 | 73 | 61 | 520 | 141 | 32 |
| Binary | 10000010 | 10 | 110101 | 0 | 1100010 | 111011 | 110001 | 101010000 | 1100001 | 11010 |
Color Harmonies of #820235
Complementary color
Monochromatic Colors of #820235
Black with #820235
Text Example
Text Example
White with #820235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820235; }
p { color: rgb(130,2,53); }
H1.HeaderClassName
{
color: #820235;
}
.AnyTagClassName
{
color: #820235;
}
</style>
background-color css
<style>
a { background-color: #820235; }
a { background-color: rgb(130,2,53); }
div.DivClassName
{
background-color: #820235;
}
.BgClassName
{
background-color: #820235;
}
</style>
border-color css
<style>
span { border-color: #820235; }
span { border-color: rgb(130,2,53); }
td.TdClassName
{
border-color: #820235;
}
.TagClassName
{
border-color: #820235;
}
</style>