Shades of Burgundy #81082A
Tints of Burgundy #81082A
RGB
CMYK
RGB Variations
Color information
#81082A (or 0x81082A) is known color: Burgundy. HEX triplet: 81, 08 and 2A. RGB value is (129,8,42). Sum of RGB (Red+Green+Blue) = 129+8+42=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #81082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81082A is #7EF7D5. Grayscale: #303030. Windows color (decimal): -8320982 or 2754689. OLE color: 2754689.
HSL color Cylindrical-coordinate representation of color #81082A: hue angle of 343.14º 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 #81082A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.49 |
| HSL | 343.14º | 0.88% | 0.27% | - |
| HSV(B) | 343.14º | 0.94% | 0.51% | - |
| XYZ | 9.56 | 5.01 | 2.65 | - |
| YUV | 48.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 42 | 0 | 0.94 | 0.67 | 0.49 | 343.14 | 0.88 | 0.27 |
| Hex | 81 | 8 | 2A | 0 | 5E | 43 | 31 | 157 | 58 | 1B |
| Octal | 201 | 10 | 52 | 0 | 136 | 103 | 61 | 527 | 130 | 33 |
| Binary | 10000001 | 1000 | 101010 | 0 | 1011110 | 1000011 | 110001 | 101010111 | 1011000 | 11011 |
Color Harmonies of #81082A
Complementary color
Monochromatic Colors of #81082A
Black with #81082A
Text Example
Text Example
White with #81082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81082A; }
p { color: rgb(129,8,42); }
H1.HeaderClassName
{
color: #81082A;
}
.AnyTagClassName
{
color: #81082A;
}
</style>
background-color css
<style>
a { background-color: #81082A; }
a { background-color: rgb(129,8,42); }
div.DivClassName
{
background-color: #81082A;
}
.BgClassName
{
background-color: #81082A;
}
</style>
border-color css
<style>
span { border-color: #81082A; }
span { border-color: rgb(129,8,42); }
td.TdClassName
{
border-color: #81082A;
}
.TagClassName
{
border-color: #81082A;
}
</style>