Shades of Burgundy #810B1D
Tints of Burgundy #810B1D
RGB
CMYK
RGB Variations
Color information
#810B1D (or 0x810B1D) is known color: Burgundy. HEX triplet: 81, 0B and 1D. RGB value is (129,11,29). Sum of RGB (Red+Green+Blue) = 129+11+29=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B1D is #7EF4E2. Grayscale: #303030. Windows color (decimal): -8320227 or 1903489. OLE color: 1903489.
HSL color Cylindrical-coordinate representation of color #810B1D: hue angle of 350.85º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B1D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 29 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.49 |
| HSL | 350.85º | 0.84% | 0.27% | - |
| HSV(B) | 350.85º | 0.91% | 0.51% | - |
| XYZ | 9.39 | 5 | 1.63 | - |
| YUV | 48.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 29 | 0 | 0.91 | 0.78 | 0.49 | 350.85 | 0.84 | 0.27 |
| Hex | 81 | B | 1D | 0 | 5B | 4E | 31 | 15F | 54 | 1B |
| Octal | 201 | 13 | 35 | 0 | 133 | 116 | 61 | 537 | 124 | 33 |
| Binary | 10000001 | 1011 | 11101 | 0 | 1011011 | 1001110 | 110001 | 101011111 | 1010100 | 11011 |
Color Harmonies of #810B1D
Complementary color
Monochromatic Colors of #810B1D
Black with #810B1D
Text Example
Text Example
White with #810B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B1D; }
p { color: rgb(129,11,29); }
H1.HeaderClassName
{
color: #810B1D;
}
.AnyTagClassName
{
color: #810B1D;
}
</style>
background-color css
<style>
a { background-color: #810B1D; }
a { background-color: rgb(129,11,29); }
div.DivClassName
{
background-color: #810B1D;
}
.BgClassName
{
background-color: #810B1D;
}
</style>
border-color css
<style>
span { border-color: #810B1D; }
span { border-color: rgb(129,11,29); }
td.TdClassName
{
border-color: #810B1D;
}
.TagClassName
{
border-color: #810B1D;
}
</style>