Shades of Burgundy #820D23
Tints of Burgundy #820D23
RGB
CMYK
RGB Variations
Color information
#820D23 (or 0x820D23) is known color: Burgundy. HEX triplet: 82, 0D and 23. RGB value is (130,13,35). Sum of RGB (Red+Green+Blue) = 130+13+35=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #820D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D23 is #7DF2DC. Grayscale: #323232. Windows color (decimal): -8254173 or 2297218. OLE color: 2297218.
HSL color Cylindrical-coordinate representation of color #820D23: hue angle of 348.72º 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 #820D23 is Cyan = 0, Magento = 0.9, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 35 | - |
| CMYK | 0 | 0.9 | 0.73 | 0.49 |
| HSL | 348.72º | 0.82% | 0.28% | - |
| HSV(B) | 348.72º | 0.9% | 0.51% | - |
| XYZ | 9.65 | 5.16 | 2.08 | - |
| YUV | 50.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 35 | 0 | 0.9 | 0.73 | 0.49 | 348.72 | 0.82 | 0.28 |
| Hex | 82 | D | 23 | 0 | 5A | 49 | 31 | 15D | 52 | 1C |
| Octal | 202 | 15 | 43 | 0 | 132 | 111 | 61 | 535 | 122 | 34 |
| Binary | 10000010 | 1101 | 100011 | 0 | 1011010 | 1001001 | 110001 | 101011101 | 1010010 | 11100 |
Color Harmonies of #820D23
Complementary color
Monochromatic Colors of #820D23
Black with #820D23
Text Example
Text Example
White with #820D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D23; }
p { color: rgb(130,13,35); }
H1.HeaderClassName
{
color: #820D23;
}
.AnyTagClassName
{
color: #820D23;
}
</style>
background-color css
<style>
a { background-color: #820D23; }
a { background-color: rgb(130,13,35); }
div.DivClassName
{
background-color: #820D23;
}
.BgClassName
{
background-color: #820D23;
}
</style>
border-color css
<style>
span { border-color: #820D23; }
span { border-color: rgb(130,13,35); }
td.TdClassName
{
border-color: #820D23;
}
.TagClassName
{
border-color: #820D23;
}
</style>