Shades of Burgundy #820038
Tints of Burgundy #820038
RGB
CMYK
RGB Variations
Color information
#820038 (or 0x820038) is known color: Burgundy. HEX triplet: 82, 00 and 38. RGB value is (130,0,56). Sum of RGB (Red+Green+Blue) = 130+0+56=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820038 is #7DFFC7. Grayscale: #2D2D2D. Windows color (decimal): -8257480 or 3670146. OLE color: 3670146.
HSL color Cylindrical-coordinate representation of color #820038: hue angle of 334.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820038 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.57 | 0.49 |
| HSL | 334.15º | 1% | 0.25% | - |
| HSV(B) | 334.15º | 1% | 0.51% | - |
| XYZ | 9.92 | 5.03 | 4.19 | - |
| YUV | 45.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 56 | 0 | 1 | 0.57 | 0.49 | 334.15 | 1 | 0.25 |
| Hex | 82 | 0 | 38 | 0 | 64 | 39 | 31 | 14E | 64 | 19 |
| Octal | 202 | 0 | 70 | 0 | 144 | 71 | 61 | 516 | 144 | 31 |
| Binary | 10000010 | 0 | 111000 | 0 | 1100100 | 111001 | 110001 | 101001110 | 1100100 | 11001 |
Color Harmonies of #820038
Complementary color
Monochromatic Colors of #820038
Black with #820038
Text Example
Text Example
White with #820038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820038; }
p { color: rgb(130,0,56); }
H1.HeaderClassName
{
color: #820038;
}
.AnyTagClassName
{
color: #820038;
}
</style>
background-color css
<style>
a { background-color: #820038; }
a { background-color: rgb(130,0,56); }
div.DivClassName
{
background-color: #820038;
}
.BgClassName
{
background-color: #820038;
}
</style>
border-color css
<style>
span { border-color: #820038; }
span { border-color: rgb(130,0,56); }
td.TdClassName
{
border-color: #820038;
}
.TagClassName
{
border-color: #820038;
}
</style>