Shades of Burgundy #820C39
Tints of Burgundy #820C39
RGB
CMYK
RGB Variations
Color information
#820C39 (or 0x820C39) is known color: Burgundy. HEX triplet: 82, 0C and 39. RGB value is (130,12,57). Sum of RGB (Red+Green+Blue) = 130+12+57=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #820C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C39 is #7DF3C6. Grayscale: #343434. Windows color (decimal): -8254407 or 3738754. OLE color: 3738754.
HSL color Cylindrical-coordinate representation of color #820C39: hue angle of 337.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C39 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 57 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.49 |
| HSL | 337.12º | 0.83% | 0.28% | - |
| HSV(B) | 337.12º | 0.91% | 0.51% | - |
| XYZ | 10.08 | 5.3 | 4.36 | - |
| YUV | 52.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 57 | 0 | 0.91 | 0.56 | 0.49 | 337.12 | 0.83 | 0.28 |
| Hex | 82 | C | 39 | 0 | 5B | 38 | 31 | 151 | 53 | 1C |
| Octal | 202 | 14 | 71 | 0 | 133 | 70 | 61 | 521 | 123 | 34 |
| Binary | 10000010 | 1100 | 111001 | 0 | 1011011 | 111000 | 110001 | 101010001 | 1010011 | 11100 |
Color Harmonies of #820C39
Complementary color
Monochromatic Colors of #820C39
Black with #820C39
Text Example
Text Example
White with #820C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C39; }
p { color: rgb(130,12,57); }
H1.HeaderClassName
{
color: #820C39;
}
.AnyTagClassName
{
color: #820C39;
}
</style>
background-color css
<style>
a { background-color: #820C39; }
a { background-color: rgb(130,12,57); }
div.DivClassName
{
background-color: #820C39;
}
.BgClassName
{
background-color: #820C39;
}
</style>
border-color css
<style>
span { border-color: #820C39; }
span { border-color: rgb(130,12,57); }
td.TdClassName
{
border-color: #820C39;
}
.TagClassName
{
border-color: #820C39;
}
</style>