Shades of Burgundy #810830
Tints of Burgundy #810830
RGB
CMYK
RGB Variations
Color information
#810830 (or 0x810830) is known color: Burgundy. HEX triplet: 81, 08 and 30. RGB value is (129,8,48). Sum of RGB (Red+Green+Blue) = 129+8+48=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810830 is #7EF7CF. Grayscale: #303030. Windows color (decimal): -8320976 or 3147905. OLE color: 3147905.
HSL color Cylindrical-coordinate representation of color #810830: hue angle of 340.17º 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 #810830 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 48 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.49 |
| HSL | 340.17º | 0.88% | 0.27% | - |
| HSV(B) | 340.17º | 0.94% | 0.51% | - |
| XYZ | 9.67 | 5.05 | 3.26 | - |
| YUV | 48.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 48 | 0 | 0.94 | 0.63 | 0.49 | 340.17 | 0.88 | 0.27 |
| Hex | 81 | 8 | 30 | 0 | 5E | 3F | 31 | 154 | 58 | 1B |
| Octal | 201 | 10 | 60 | 0 | 136 | 77 | 61 | 524 | 130 | 33 |
| Binary | 10000001 | 1000 | 110000 | 0 | 1011110 | 111111 | 110001 | 101010100 | 1011000 | 11011 |
Color Harmonies of #810830
Complementary color
Monochromatic Colors of #810830
Black with #810830
Text Example
Text Example
White with #810830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810830; }
p { color: rgb(129,8,48); }
H1.HeaderClassName
{
color: #810830;
}
.AnyTagClassName
{
color: #810830;
}
</style>
background-color css
<style>
a { background-color: #810830; }
a { background-color: rgb(129,8,48); }
div.DivClassName
{
background-color: #810830;
}
.BgClassName
{
background-color: #810830;
}
</style>
border-color css
<style>
span { border-color: #810830; }
span { border-color: rgb(129,8,48); }
td.TdClassName
{
border-color: #810830;
}
.TagClassName
{
border-color: #810830;
}
</style>