Shades of Burgundy #81082B
Tints of Burgundy #81082B
RGB
CMYK
RGB Variations
Color information
#81082B (or 0x81082B) is known color: Burgundy. HEX triplet: 81, 08 and 2B. RGB value is (129,8,43). Sum of RGB (Red+Green+Blue) = 129+8+43=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81082B is #7EF7D4. Grayscale: #303030. Windows color (decimal): -8320981 or 2820225. OLE color: 2820225.
HSL color Cylindrical-coordinate representation of color #81082B: hue angle of 342.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81082B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 43 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.49 |
| HSL | 342.64º | 0.88% | 0.27% | - |
| HSV(B) | 342.64º | 0.94% | 0.51% | - |
| XYZ | 9.58 | 5.02 | 2.75 | - |
| YUV | 48.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 43 | 0 | 0.94 | 0.67 | 0.49 | 342.64 | 0.88 | 0.27 |
| Hex | 81 | 8 | 2B | 0 | 5E | 43 | 31 | 157 | 58 | 1B |
| Octal | 201 | 10 | 53 | 0 | 136 | 103 | 61 | 527 | 130 | 33 |
| Binary | 10000001 | 1000 | 101011 | 0 | 1011110 | 1000011 | 110001 | 101010111 | 1011000 | 11011 |
Color Harmonies of #81082B
Complementary color
Monochromatic Colors of #81082B
Black with #81082B
Text Example
Text Example
White with #81082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81082B; }
p { color: rgb(129,8,43); }
H1.HeaderClassName
{
color: #81082B;
}
.AnyTagClassName
{
color: #81082B;
}
</style>
background-color css
<style>
a { background-color: #81082B; }
a { background-color: rgb(129,8,43); }
div.DivClassName
{
background-color: #81082B;
}
.BgClassName
{
background-color: #81082B;
}
</style>
border-color css
<style>
span { border-color: #81082B; }
span { border-color: rgb(129,8,43); }
td.TdClassName
{
border-color: #81082B;
}
.TagClassName
{
border-color: #81082B;
}
</style>