Shades of Burgundy #810834
Tints of Burgundy #810834
RGB
CMYK
RGB Variations
Color information
#810834 (or 0x810834) is known color: Burgundy. HEX triplet: 81, 08 and 34. RGB value is (129,8,52). Sum of RGB (Red+Green+Blue) = 129+8+52=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #810834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810834 is #7EF7CB. Grayscale: #313131. Windows color (decimal): -8320972 or 3410049. OLE color: 3410049.
HSL color Cylindrical-coordinate representation of color #810834: hue angle of 338.18º 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 #810834 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 52 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.49 |
| HSL | 338.18º | 0.88% | 0.27% | - |
| HSV(B) | 338.18º | 0.94% | 0.51% | - |
| XYZ | 9.76 | 5.09 | 3.72 | - |
| YUV | 49.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 52 | 0 | 0.94 | 0.60 | 0.49 | 338.18 | 0.88 | 0.27 |
| Hex | 81 | 8 | 34 | 0 | 5E | 3C | 31 | 152 | 58 | 1B |
| Octal | 201 | 10 | 64 | 0 | 136 | 74 | 61 | 522 | 130 | 33 |
| Binary | 10000001 | 1000 | 110100 | 0 | 1011110 | 111100 | 110001 | 101010010 | 1011000 | 11011 |
Color Harmonies of #810834
Complementary color
Monochromatic Colors of #810834
Black with #810834
Text Example
Text Example
White with #810834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810834; }
p { color: rgb(129,8,52); }
H1.HeaderClassName
{
color: #810834;
}
.AnyTagClassName
{
color: #810834;
}
</style>
background-color css
<style>
a { background-color: #810834; }
a { background-color: rgb(129,8,52); }
div.DivClassName
{
background-color: #810834;
}
.BgClassName
{
background-color: #810834;
}
</style>
border-color css
<style>
span { border-color: #810834; }
span { border-color: rgb(129,8,52); }
td.TdClassName
{
border-color: #810834;
}
.TagClassName
{
border-color: #810834;
}
</style>