Shades of Burgundy #82001B
Tints of Burgundy #82001B
RGB
CMYK
RGB Variations
Color information
#82001B (or 0x82001B) is known color: Burgundy. HEX triplet: 82, 00 and 1B. RGB value is (130,0,27). Sum of RGB (Red+Green+Blue) = 130+0+27=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #82001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001B is #7DFFE4. Grayscale: #292929. Windows color (decimal): -8257509 or 1769602. OLE color: 1769602.
HSL color Cylindrical-coordinate representation of color #82001B: hue angle of 347.54º 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 #82001B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.79 | 0.49 |
| HSL | 347.54º | 1% | 0.25% | - |
| HSV(B) | 347.54º | 1% | 0.51% | - |
| XYZ | 9.4 | 4.82 | 1.47 | - |
| YUV | 41.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 27 | 0 | 1 | 0.79 | 0.49 | 347.54 | 1 | 0.25 |
| Hex | 82 | 0 | 1B | 0 | 64 | 4F | 31 | 15C | 64 | 19 |
| Octal | 202 | 0 | 33 | 0 | 144 | 117 | 61 | 534 | 144 | 31 |
| Binary | 10000010 | 0 | 11011 | 0 | 1100100 | 1001111 | 110001 | 101011100 | 1100100 | 11001 |
Color Harmonies of #82001B
Complementary color
Monochromatic Colors of #82001B
Black with #82001B
Text Example
Text Example
White with #82001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82001B; }
p { color: rgb(130,0,27); }
H1.HeaderClassName
{
color: #82001B;
}
.AnyTagClassName
{
color: #82001B;
}
</style>
background-color css
<style>
a { background-color: #82001B; }
a { background-color: rgb(130,0,27); }
div.DivClassName
{
background-color: #82001B;
}
.BgClassName
{
background-color: #82001B;
}
</style>
border-color css
<style>
span { border-color: #82001B; }
span { border-color: rgb(130,0,27); }
td.TdClassName
{
border-color: #82001B;
}
.TagClassName
{
border-color: #82001B;
}
</style>