Shades of Burgundy #821025
Tints of Burgundy #821025
RGB
CMYK
RGB Variations
Color information
#821025 (or 0x821025) is known color: Burgundy. HEX triplet: 82, 10 and 25. RGB value is (130,16,37). Sum of RGB (Red+Green+Blue) = 130+16+37=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821025 is #7DEFDA. Grayscale: #343434. Windows color (decimal): -8253403 or 2429058. OLE color: 2429058.
HSL color Cylindrical-coordinate representation of color #821025: hue angle of 348.95º 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 #821025 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 37 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.49 |
| HSL | 348.95º | 0.78% | 0.29% | - |
| HSV(B) | 348.95º | 0.88% | 0.51% | - |
| XYZ | 9.73 | 5.25 | 2.25 | - |
| YUV | 52.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 37 | 0 | 0.88 | 0.72 | 0.49 | 348.95 | 0.78 | 0.29 |
| Hex | 82 | 10 | 25 | 0 | 58 | 48 | 31 | 15D | 4E | 1D |
| Octal | 202 | 20 | 45 | 0 | 130 | 110 | 61 | 535 | 116 | 35 |
| Binary | 10000010 | 10000 | 100101 | 0 | 1011000 | 1001000 | 110001 | 101011101 | 1001110 | 11101 |
Color Harmonies of #821025
Complementary color
Monochromatic Colors of #821025
Black with #821025
Text Example
Text Example
White with #821025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821025; }
p { color: rgb(130,16,37); }
H1.HeaderClassName
{
color: #821025;
}
.AnyTagClassName
{
color: #821025;
}
</style>
background-color css
<style>
a { background-color: #821025; }
a { background-color: rgb(130,16,37); }
div.DivClassName
{
background-color: #821025;
}
.BgClassName
{
background-color: #821025;
}
</style>
border-color css
<style>
span { border-color: #821025; }
span { border-color: rgb(130,16,37); }
td.TdClassName
{
border-color: #821025;
}
.TagClassName
{
border-color: #821025;
}
</style>