Shades of Burgundy #820327
Tints of Burgundy #820327
RGB
CMYK
RGB Variations
Color information
#820327 (or 0x820327) is known color: Burgundy. HEX triplet: 82, 03 and 27. RGB value is (130,3,39). Sum of RGB (Red+Green+Blue) = 130+3+39=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820327 is #7DFCD8. Grayscale: #2D2D2D. Windows color (decimal): -8256729 or 2556802. OLE color: 2556802.
HSL color Cylindrical-coordinate representation of color #820327: hue angle of 342.99º 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 #820327 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.49 |
| HSL | 342.99º | 0.95% | 0.26% | - |
| HSV(B) | 342.99º | 0.98% | 0.51% | - |
| XYZ | 9.6 | 4.96 | 2.37 | - |
| YUV | 45.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 39 | 0 | 0.98 | 0.70 | 0.49 | 342.99 | 0.95 | 0.26 |
| Hex | 82 | 3 | 27 | 0 | 62 | 46 | 31 | 157 | 5F | 1A |
| Octal | 202 | 3 | 47 | 0 | 142 | 106 | 61 | 527 | 137 | 32 |
| Binary | 10000010 | 11 | 100111 | 0 | 1100010 | 1000110 | 110001 | 101010111 | 1011111 | 11010 |
Color Harmonies of #820327
Complementary color
Monochromatic Colors of #820327
Black with #820327
Text Example
Text Example
White with #820327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820327; }
p { color: rgb(130,3,39); }
H1.HeaderClassName
{
color: #820327;
}
.AnyTagClassName
{
color: #820327;
}
</style>
background-color css
<style>
a { background-color: #820327; }
a { background-color: rgb(130,3,39); }
div.DivClassName
{
background-color: #820327;
}
.BgClassName
{
background-color: #820327;
}
</style>
border-color css
<style>
span { border-color: #820327; }
span { border-color: rgb(130,3,39); }
td.TdClassName
{
border-color: #820327;
}
.TagClassName
{
border-color: #820327;
}
</style>