Shades of Burgundy #820D27
Tints of Burgundy #820D27
RGB
CMYK
RGB Variations
Color information
#820D27 (or 0x820D27) is known color: Burgundy. HEX triplet: 82, 0D and 27. RGB value is (130,13,39). Sum of RGB (Red+Green+Blue) = 130+13+39=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #820D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D27 is #7DF2D8. Grayscale: #323232. Windows color (decimal): -8254169 or 2559362. OLE color: 2559362.
HSL color Cylindrical-coordinate representation of color #820D27: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D27 is Cyan = 0, Magento = 0.9, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 39 | - |
| CMYK | 0 | 0.9 | 0.70 | 0.49 |
| HSL | 346.67º | 0.82% | 0.28% | - |
| HSV(B) | 346.67º | 0.9% | 0.51% | - |
| XYZ | 9.72 | 5.18 | 2.41 | - |
| YUV | 50.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 39 | 0 | 0.9 | 0.70 | 0.49 | 346.67 | 0.82 | 0.28 |
| Hex | 82 | D | 27 | 0 | 5A | 46 | 31 | 15B | 52 | 1C |
| Octal | 202 | 15 | 47 | 0 | 132 | 106 | 61 | 533 | 122 | 34 |
| Binary | 10000010 | 1101 | 100111 | 0 | 1011010 | 1000110 | 110001 | 101011011 | 1010010 | 11100 |
Color Harmonies of #820D27
Complementary color
Monochromatic Colors of #820D27
Black with #820D27
Text Example
Text Example
White with #820D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D27; }
p { color: rgb(130,13,39); }
H1.HeaderClassName
{
color: #820D27;
}
.AnyTagClassName
{
color: #820D27;
}
</style>
background-color css
<style>
a { background-color: #820D27; }
a { background-color: rgb(130,13,39); }
div.DivClassName
{
background-color: #820D27;
}
.BgClassName
{
background-color: #820D27;
}
</style>
border-color css
<style>
span { border-color: #820D27; }
span { border-color: rgb(130,13,39); }
td.TdClassName
{
border-color: #820D27;
}
.TagClassName
{
border-color: #820D27;
}
</style>