Shades of Burgundy #820323
Tints of Burgundy #820323
RGB
CMYK
RGB Variations
Color information
#820323 (or 0x820323) is known color: Burgundy. HEX triplet: 82, 03 and 23. RGB value is (130,3,35). Sum of RGB (Red+Green+Blue) = 130+3+35=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #820323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820323 is #7DFCDC. Grayscale: #2C2C2C. Windows color (decimal): -8256733 or 2294658. OLE color: 2294658.
HSL color Cylindrical-coordinate representation of color #820323: hue angle of 344.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820323 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.49 |
| HSL | 344.88º | 0.95% | 0.26% | - |
| HSV(B) | 344.88º | 0.98% | 0.51% | - |
| XYZ | 9.54 | 4.93 | 2.04 | - |
| YUV | 44.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 35 | 0 | 0.98 | 0.73 | 0.49 | 344.88 | 0.95 | 0.26 |
| Hex | 82 | 3 | 23 | 0 | 62 | 49 | 31 | 159 | 5F | 1A |
| Octal | 202 | 3 | 43 | 0 | 142 | 111 | 61 | 531 | 137 | 32 |
| Binary | 10000010 | 11 | 100011 | 0 | 1100010 | 1001001 | 110001 | 101011001 | 1011111 | 11010 |
Color Harmonies of #820323
Complementary color
Monochromatic Colors of #820323
Black with #820323
Text Example
Text Example
White with #820323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820323; }
p { color: rgb(130,3,35); }
H1.HeaderClassName
{
color: #820323;
}
.AnyTagClassName
{
color: #820323;
}
</style>
background-color css
<style>
a { background-color: #820323; }
a { background-color: rgb(130,3,35); }
div.DivClassName
{
background-color: #820323;
}
.BgClassName
{
background-color: #820323;
}
</style>
border-color css
<style>
span { border-color: #820323; }
span { border-color: rgb(130,3,35); }
td.TdClassName
{
border-color: #820323;
}
.TagClassName
{
border-color: #820323;
}
</style>