Shades of Burgundy #821023
Tints of Burgundy #821023
RGB
CMYK
RGB Variations
Color information
#821023 (or 0x821023) is known color: Burgundy. HEX triplet: 82, 10 and 23. RGB value is (130,16,35). Sum of RGB (Red+Green+Blue) = 130+16+35=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #821023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821023 is #7DEFDC. Grayscale: #343434. Windows color (decimal): -8253405 or 2297986. OLE color: 2297986.
HSL color Cylindrical-coordinate representation of color #821023: hue angle of 350º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821023 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 35 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.49 |
| HSL | 350º | 0.78% | 0.29% | - |
| HSV(B) | 350º | 0.88% | 0.51% | - |
| XYZ | 9.69 | 5.24 | 2.09 | - |
| YUV | 52.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 35 | 0 | 0.88 | 0.73 | 0.49 | 350 | 0.78 | 0.29 |
| Hex | 82 | 10 | 23 | 0 | 58 | 49 | 31 | 15E | 4E | 1D |
| Octal | 202 | 20 | 43 | 0 | 130 | 111 | 61 | 536 | 116 | 35 |
| Binary | 10000010 | 10000 | 100011 | 0 | 1011000 | 1001001 | 110001 | 101011110 | 1001110 | 11101 |
Color Harmonies of #821023
Complementary color
Monochromatic Colors of #821023
Black with #821023
Text Example
Text Example
White with #821023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821023; }
p { color: rgb(130,16,35); }
H1.HeaderClassName
{
color: #821023;
}
.AnyTagClassName
{
color: #821023;
}
</style>
background-color css
<style>
a { background-color: #821023; }
a { background-color: rgb(130,16,35); }
div.DivClassName
{
background-color: #821023;
}
.BgClassName
{
background-color: #821023;
}
</style>
border-color css
<style>
span { border-color: #821023; }
span { border-color: rgb(130,16,35); }
td.TdClassName
{
border-color: #821023;
}
.TagClassName
{
border-color: #821023;
}
</style>