Shades of Burgundy #81001D
Tints of Burgundy #81001D
RGB
CMYK
RGB Variations
Color information
#81001D (or 0x81001D) is known color: Burgundy. HEX triplet: 81, 00 and 1D. RGB value is (129,0,29). Sum of RGB (Red+Green+Blue) = 129+0+29=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #81001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81001D is #7EFFE2. Grayscale: #292929. Windows color (decimal): -8323043 or 1900673. OLE color: 1900673.
HSL color Cylindrical-coordinate representation of color #81001D: hue angle of 346.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81001D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.78 | 0.49 |
| HSL | 346.51º | 1% | 0.25% | - |
| HSV(B) | 346.51º | 1% | 0.51% | - |
| XYZ | 9.28 | 4.76 | 1.59 | - |
| YUV | 41.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 29 | 0 | 1 | 0.78 | 0.49 | 346.51 | 1 | 0.25 |
| Hex | 81 | 0 | 1D | 0 | 64 | 4E | 31 | 15B | 64 | 19 |
| Octal | 201 | 0 | 35 | 0 | 144 | 116 | 61 | 533 | 144 | 31 |
| Binary | 10000001 | 0 | 11101 | 0 | 1100100 | 1001110 | 110001 | 101011011 | 1100100 | 11001 |
Color Harmonies of #81001D
Complementary color
Monochromatic Colors of #81001D
Black with #81001D
Text Example
Text Example
White with #81001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81001D; }
p { color: rgb(129,0,29); }
H1.HeaderClassName
{
color: #81001D;
}
.AnyTagClassName
{
color: #81001D;
}
</style>
background-color css
<style>
a { background-color: #81001D; }
a { background-color: rgb(129,0,29); }
div.DivClassName
{
background-color: #81001D;
}
.BgClassName
{
background-color: #81001D;
}
</style>
border-color css
<style>
span { border-color: #81001D; }
span { border-color: rgb(129,0,29); }
td.TdClassName
{
border-color: #81001D;
}
.TagClassName
{
border-color: #81001D;
}
</style>