Shades of Burgundy #820335
Tints of Burgundy #820335
RGB
CMYK
RGB Variations
Color information
#820335 (or 0x820335) is known color: Burgundy. HEX triplet: 82, 03 and 35. RGB value is (130,3,53). Sum of RGB (Red+Green+Blue) = 130+3+53=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820335 is #7DFCCA. Grayscale: #2E2E2E. Windows color (decimal): -8256715 or 3474306. OLE color: 3474306.
HSL color Cylindrical-coordinate representation of color #820335: hue angle of 336.38º degrees, saturation: 0.95, 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 #820335 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.49 |
| HSL | 336.38º | 0.95% | 0.26% | - |
| HSV(B) | 336.38º | 0.98% | 0.51% | - |
| XYZ | 9.88 | 5.07 | 3.83 | - |
| YUV | 46.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 53 | 0 | 0.98 | 0.59 | 0.49 | 336.38 | 0.95 | 0.26 |
| Hex | 82 | 3 | 35 | 0 | 62 | 3B | 31 | 150 | 5F | 1A |
| Octal | 202 | 3 | 65 | 0 | 142 | 73 | 61 | 520 | 137 | 32 |
| Binary | 10000010 | 11 | 110101 | 0 | 1100010 | 111011 | 110001 | 101010000 | 1011111 | 11010 |
Color Harmonies of #820335
Complementary color
Monochromatic Colors of #820335
Black with #820335
Text Example
Text Example
White with #820335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820335; }
p { color: rgb(130,3,53); }
H1.HeaderClassName
{
color: #820335;
}
.AnyTagClassName
{
color: #820335;
}
</style>
background-color css
<style>
a { background-color: #820335; }
a { background-color: rgb(130,3,53); }
div.DivClassName
{
background-color: #820335;
}
.BgClassName
{
background-color: #820335;
}
</style>
border-color css
<style>
span { border-color: #820335; }
span { border-color: rgb(130,3,53); }
td.TdClassName
{
border-color: #820335;
}
.TagClassName
{
border-color: #820335;
}
</style>