Shades of Burgundy #820334
Tints of Burgundy #820334
RGB
CMYK
RGB Variations
Color information
#820334 (or 0x820334) is known color: Burgundy. HEX triplet: 82, 03 and 34. RGB value is (130,3,52). Sum of RGB (Red+Green+Blue) = 130+3+52=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820334 is #7DFCCB. Grayscale: #2E2E2E. Windows color (decimal): -8256716 or 3408770. OLE color: 3408770.
HSL color Cylindrical-coordinate representation of color #820334: hue angle of 336.85º 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 #820334 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.49 |
| HSL | 336.85º | 0.95% | 0.26% | - |
| HSV(B) | 336.85º | 0.98% | 0.51% | - |
| XYZ | 9.86 | 5.06 | 3.71 | - |
| YUV | 46.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 52 | 0 | 0.98 | 0.60 | 0.49 | 336.85 | 0.95 | 0.26 |
| Hex | 82 | 3 | 34 | 0 | 62 | 3C | 31 | 151 | 5F | 1A |
| Octal | 202 | 3 | 64 | 0 | 142 | 74 | 61 | 521 | 137 | 32 |
| Binary | 10000010 | 11 | 110100 | 0 | 1100010 | 111100 | 110001 | 101010001 | 1011111 | 11010 |
Color Harmonies of #820334
Complementary color
Monochromatic Colors of #820334
Black with #820334
Text Example
Text Example
White with #820334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820334; }
p { color: rgb(130,3,52); }
H1.HeaderClassName
{
color: #820334;
}
.AnyTagClassName
{
color: #820334;
}
</style>
background-color css
<style>
a { background-color: #820334; }
a { background-color: rgb(130,3,52); }
div.DivClassName
{
background-color: #820334;
}
.BgClassName
{
background-color: #820334;
}
</style>
border-color css
<style>
span { border-color: #820334; }
span { border-color: rgb(130,3,52); }
td.TdClassName
{
border-color: #820334;
}
.TagClassName
{
border-color: #820334;
}
</style>