Shades of Burgundy #821033
Tints of Burgundy #821033
RGB
CMYK
RGB Variations
Color information
#821033 (or 0x821033) is known color: Burgundy. HEX triplet: 82, 10 and 33. RGB value is (130,16,51). Sum of RGB (Red+Green+Blue) = 130+16+51=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #821033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821033 is #7DEFCC. Grayscale: #363636. Windows color (decimal): -8253389 or 3346562. OLE color: 3346562.
HSL color Cylindrical-coordinate representation of color #821033: hue angle of 341.58º 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 #821033 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 51 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.49 |
| HSL | 341.58º | 0.78% | 0.29% | - |
| HSV(B) | 341.58º | 0.88% | 0.51% | - |
| XYZ | 9.99 | 5.36 | 3.64 | - |
| YUV | 54.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 51 | 0 | 0.88 | 0.61 | 0.49 | 341.58 | 0.78 | 0.29 |
| Hex | 82 | 10 | 33 | 0 | 58 | 3D | 31 | 156 | 4E | 1D |
| Octal | 202 | 20 | 63 | 0 | 130 | 75 | 61 | 526 | 116 | 35 |
| Binary | 10000010 | 10000 | 110011 | 0 | 1011000 | 111101 | 110001 | 101010110 | 1001110 | 11101 |
Color Harmonies of #821033
Complementary color
Monochromatic Colors of #821033
Black with #821033
Text Example
Text Example
White with #821033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821033; }
p { color: rgb(130,16,51); }
H1.HeaderClassName
{
color: #821033;
}
.AnyTagClassName
{
color: #821033;
}
</style>
background-color css
<style>
a { background-color: #821033; }
a { background-color: rgb(130,16,51); }
div.DivClassName
{
background-color: #821033;
}
.BgClassName
{
background-color: #821033;
}
</style>
border-color css
<style>
span { border-color: #821033; }
span { border-color: rgb(130,16,51); }
td.TdClassName
{
border-color: #821033;
}
.TagClassName
{
border-color: #821033;
}
</style>