Shades of Burgundy #82002F
Tints of Burgundy #82002F
RGB
CMYK
RGB Variations
Color information
#82002F (or 0x82002F) is known color: Burgundy. HEX triplet: 82, 00 and 2F. RGB value is (130,0,47). Sum of RGB (Red+Green+Blue) = 130+0+47=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002F is #7DFFD0. Grayscale: #2C2C2C. Windows color (decimal): -8257489 or 3080322. OLE color: 3080322.
HSL color Cylindrical-coordinate representation of color #82002F: hue angle of 338.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82002F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.64 | 0.49 |
| HSL | 338.31º | 1% | 0.25% | - |
| HSV(B) | 338.31º | 1% | 0.51% | - |
| XYZ | 9.72 | 4.95 | 3.13 | - |
| YUV | 44.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 47 | 0 | 1 | 0.64 | 0.49 | 338.31 | 1 | 0.25 |
| Hex | 82 | 0 | 2F | 0 | 64 | 40 | 31 | 152 | 64 | 19 |
| Octal | 202 | 0 | 57 | 0 | 144 | 100 | 61 | 522 | 144 | 31 |
| Binary | 10000010 | 0 | 101111 | 0 | 1100100 | 1000000 | 110001 | 101010010 | 1100100 | 11001 |
Color Harmonies of #82002F
Complementary color
Monochromatic Colors of #82002F
Black with #82002F
Text Example
Text Example
White with #82002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82002F; }
p { color: rgb(130,0,47); }
H1.HeaderClassName
{
color: #82002F;
}
.AnyTagClassName
{
color: #82002F;
}
</style>
background-color css
<style>
a { background-color: #82002F; }
a { background-color: rgb(130,0,47); }
div.DivClassName
{
background-color: #82002F;
}
.BgClassName
{
background-color: #82002F;
}
</style>
border-color css
<style>
span { border-color: #82002F; }
span { border-color: rgb(130,0,47); }
td.TdClassName
{
border-color: #82002F;
}
.TagClassName
{
border-color: #82002F;
}
</style>