Shades of Burgundy #810D30
Tints of Burgundy #810D30
RGB
CMYK
RGB Variations
Color information
#810D30 (or 0x810D30) is known color: Burgundy. HEX triplet: 81, 0D and 30. RGB value is (129,13,48). Sum of RGB (Red+Green+Blue) = 129+13+48=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #810D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D30 is #7EF2CF. Grayscale: #333333. Windows color (decimal): -8319696 or 3149185. OLE color: 3149185.
HSL color Cylindrical-coordinate representation of color #810D30: hue angle of 341.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D30 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 48 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.49 |
| HSL | 341.9º | 0.82% | 0.28% | - |
| HSV(B) | 341.9º | 0.9% | 0.51% | - |
| XYZ | 9.73 | 5.17 | 3.28 | - |
| YUV | 51.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 48 | 0 | 0.90 | 0.63 | 0.49 | 341.9 | 0.82 | 0.28 |
| Hex | 81 | D | 30 | 0 | 5A | 3F | 31 | 156 | 52 | 1C |
| Octal | 201 | 15 | 60 | 0 | 132 | 77 | 61 | 526 | 122 | 34 |
| Binary | 10000001 | 1101 | 110000 | 0 | 1011010 | 111111 | 110001 | 101010110 | 1010010 | 11100 |
Color Harmonies of #810D30
Complementary color
Monochromatic Colors of #810D30
Black with #810D30
Text Example
Text Example
White with #810D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D30; }
p { color: rgb(129,13,48); }
H1.HeaderClassName
{
color: #810D30;
}
.AnyTagClassName
{
color: #810D30;
}
</style>
background-color css
<style>
a { background-color: #810D30; }
a { background-color: rgb(129,13,48); }
div.DivClassName
{
background-color: #810D30;
}
.BgClassName
{
background-color: #810D30;
}
</style>
border-color css
<style>
span { border-color: #810D30; }
span { border-color: rgb(129,13,48); }
td.TdClassName
{
border-color: #810D30;
}
.TagClassName
{
border-color: #810D30;
}
</style>