Shades of Burgundy #820134
Tints of Burgundy #820134
RGB
CMYK
RGB Variations
Color information
#820134 (or 0x820134) is known color: Burgundy. HEX triplet: 82, 01 and 34. RGB value is (130,1,52). Sum of RGB (Red+Green+Blue) = 130+1+52=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820134 is #7DFECB. Grayscale: #2D2D2D. Windows color (decimal): -8257228 or 3408258. OLE color: 3408258.
HSL color Cylindrical-coordinate representation of color #820134: hue angle of 336.28º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820134 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.49 |
| HSL | 336.28º | 0.98% | 0.26% | - |
| HSV(B) | 336.28º | 0.99% | 0.51% | - |
| XYZ | 9.84 | 5.02 | 3.7 | - |
| YUV | 45.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 52 | 0 | 0.99 | 0.60 | 0.49 | 336.28 | 0.98 | 0.26 |
| Hex | 82 | 1 | 34 | 0 | 63 | 3C | 31 | 150 | 62 | 1A |
| Octal | 202 | 1 | 64 | 0 | 143 | 74 | 61 | 520 | 142 | 32 |
| Binary | 10000010 | 1 | 110100 | 0 | 1100011 | 111100 | 110001 | 101010000 | 1100010 | 11010 |
Color Harmonies of #820134
Complementary color
Monochromatic Colors of #820134
Black with #820134
Text Example
Text Example
White with #820134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820134; }
p { color: rgb(130,1,52); }
H1.HeaderClassName
{
color: #820134;
}
.AnyTagClassName
{
color: #820134;
}
</style>
background-color css
<style>
a { background-color: #820134; }
a { background-color: rgb(130,1,52); }
div.DivClassName
{
background-color: #820134;
}
.BgClassName
{
background-color: #820134;
}
</style>
border-color css
<style>
span { border-color: #820134; }
span { border-color: rgb(130,1,52); }
td.TdClassName
{
border-color: #820134;
}
.TagClassName
{
border-color: #820134;
}
</style>