Shades of Burgundy #820023
Tints of Burgundy #820023
RGB
CMYK
RGB Variations
Color information
#820023 (or 0x820023) is known color: Burgundy. HEX triplet: 82, 00 and 23. RGB value is (130,0,35). Sum of RGB (Red+Green+Blue) = 130+0+35=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #820023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820023 is #7DFFDC. Grayscale: #2A2A2A. Windows color (decimal): -8257501 or 2293890. OLE color: 2293890.
HSL color Cylindrical-coordinate representation of color #820023: hue angle of 343.85º 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 #820023 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.73 | 0.49 |
| HSL | 343.85º | 1% | 0.25% | - |
| HSV(B) | 343.85º | 1% | 0.51% | - |
| XYZ | 9.51 | 4.87 | 2.03 | - |
| YUV | 42.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 35 | 0 | 1 | 0.73 | 0.49 | 343.85 | 1 | 0.25 |
| Hex | 82 | 0 | 23 | 0 | 64 | 49 | 31 | 158 | 64 | 19 |
| Octal | 202 | 0 | 43 | 0 | 144 | 111 | 61 | 530 | 144 | 31 |
| Binary | 10000010 | 0 | 100011 | 0 | 1100100 | 1001001 | 110001 | 101011000 | 1100100 | 11001 |
Color Harmonies of #820023
Complementary color
Monochromatic Colors of #820023
Black with #820023
Text Example
Text Example
White with #820023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820023; }
p { color: rgb(130,0,35); }
H1.HeaderClassName
{
color: #820023;
}
.AnyTagClassName
{
color: #820023;
}
</style>
background-color css
<style>
a { background-color: #820023; }
a { background-color: rgb(130,0,35); }
div.DivClassName
{
background-color: #820023;
}
.BgClassName
{
background-color: #820023;
}
</style>
border-color css
<style>
span { border-color: #820023; }
span { border-color: rgb(130,0,35); }
td.TdClassName
{
border-color: #820023;
}
.TagClassName
{
border-color: #820023;
}
</style>