Shades of Burgundy #820331
Tints of Burgundy #820331
RGB
CMYK
RGB Variations
Color information
#820331 (or 0x820331) is known color: Burgundy. HEX triplet: 82, 03 and 31. RGB value is (130,3,49). Sum of RGB (Red+Green+Blue) = 130+3+49=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #820331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820331 is #7DFCCE. Grayscale: #2E2E2E. Windows color (decimal): -8256719 or 3212162. OLE color: 3212162.
HSL color Cylindrical-coordinate representation of color #820331: hue angle of 338.27º 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 #820331 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.49 |
| HSL | 338.27º | 0.95% | 0.26% | - |
| HSV(B) | 338.27º | 0.98% | 0.51% | - |
| XYZ | 9.79 | 5.03 | 3.36 | - |
| YUV | 46.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 49 | 0 | 0.98 | 0.62 | 0.49 | 338.27 | 0.95 | 0.26 |
| Hex | 82 | 3 | 31 | 0 | 62 | 3E | 31 | 152 | 5F | 1A |
| Octal | 202 | 3 | 61 | 0 | 142 | 76 | 61 | 522 | 137 | 32 |
| Binary | 10000010 | 11 | 110001 | 0 | 1100010 | 111110 | 110001 | 101010010 | 1011111 | 11010 |
Color Harmonies of #820331
Complementary color
Monochromatic Colors of #820331
Black with #820331
Text Example
Text Example
White with #820331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820331; }
p { color: rgb(130,3,49); }
H1.HeaderClassName
{
color: #820331;
}
.AnyTagClassName
{
color: #820331;
}
</style>
background-color css
<style>
a { background-color: #820331; }
a { background-color: rgb(130,3,49); }
div.DivClassName
{
background-color: #820331;
}
.BgClassName
{
background-color: #820331;
}
</style>
border-color css
<style>
span { border-color: #820331; }
span { border-color: rgb(130,3,49); }
td.TdClassName
{
border-color: #820331;
}
.TagClassName
{
border-color: #820331;
}
</style>