Shades of Burgundy #820F2B
Tints of Burgundy #820F2B
RGB
CMYK
RGB Variations
Color information
#820F2B (or 0x820F2B) is known color: Burgundy. HEX triplet: 82, 0F and 2B. RGB value is (130,15,43). Sum of RGB (Red+Green+Blue) = 130+15+43=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F2B is #7DF0D4. Grayscale: #343434. Windows color (decimal): -8253653 or 2822018. OLE color: 2822018.
HSL color Cylindrical-coordinate representation of color #820F2B: hue angle of 345.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F2B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 43 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.49 |
| HSL | 345.39º | 0.79% | 0.28% | - |
| HSV(B) | 345.39º | 0.88% | 0.51% | - |
| XYZ | 9.81 | 5.26 | 2.78 | - |
| YUV | 52.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 43 | 0 | 0.88 | 0.67 | 0.49 | 345.39 | 0.79 | 0.28 |
| Hex | 82 | F | 2B | 0 | 58 | 43 | 31 | 159 | 4F | 1C |
| Octal | 202 | 17 | 53 | 0 | 130 | 103 | 61 | 531 | 117 | 34 |
| Binary | 10000010 | 1111 | 101011 | 0 | 1011000 | 1000011 | 110001 | 101011001 | 1001111 | 11100 |
Color Harmonies of #820F2B
Complementary color
Monochromatic Colors of #820F2B
Black with #820F2B
Text Example
Text Example
White with #820F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F2B; }
p { color: rgb(130,15,43); }
H1.HeaderClassName
{
color: #820F2B;
}
.AnyTagClassName
{
color: #820F2B;
}
</style>
background-color css
<style>
a { background-color: #820F2B; }
a { background-color: rgb(130,15,43); }
div.DivClassName
{
background-color: #820F2B;
}
.BgClassName
{
background-color: #820F2B;
}
</style>
border-color css
<style>
span { border-color: #820F2B; }
span { border-color: rgb(130,15,43); }
td.TdClassName
{
border-color: #820F2B;
}
.TagClassName
{
border-color: #820F2B;
}
</style>