Shades of Burgundy #81011F
Tints of Burgundy #81011F
RGB
CMYK
RGB Variations
Color information
#81011F (or 0x81011F) is known color: Burgundy. HEX triplet: 81, 01 and 1F. RGB value is (129,1,31). Sum of RGB (Red+Green+Blue) = 129+1+31=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81011F is #7EFEE0. Grayscale: #2A2A2A. Windows color (decimal): -8322785 or 2032001. OLE color: 2032001.
HSL color Cylindrical-coordinate representation of color #81011F: hue angle of 345.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81011F is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.49 |
| HSL | 345.94º | 0.98% | 0.25% | - |
| HSV(B) | 345.94º | 0.99% | 0.51% | - |
| XYZ | 9.31 | 4.79 | 1.73 | - |
| YUV | 42.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 31 | 0 | 0.99 | 0.76 | 0.49 | 345.94 | 0.98 | 0.25 |
| Hex | 81 | 1 | 1F | 0 | 63 | 4C | 31 | 15A | 62 | 19 |
| Octal | 201 | 1 | 37 | 0 | 143 | 114 | 61 | 532 | 142 | 31 |
| Binary | 10000001 | 1 | 11111 | 0 | 1100011 | 1001100 | 110001 | 101011010 | 1100010 | 11001 |
Color Harmonies of #81011F
Complementary color
Monochromatic Colors of #81011F
Black with #81011F
Text Example
Text Example
White with #81011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81011F; }
p { color: rgb(129,1,31); }
H1.HeaderClassName
{
color: #81011F;
}
.AnyTagClassName
{
color: #81011F;
}
</style>
background-color css
<style>
a { background-color: #81011F; }
a { background-color: rgb(129,1,31); }
div.DivClassName
{
background-color: #81011F;
}
.BgClassName
{
background-color: #81011F;
}
</style>
border-color css
<style>
span { border-color: #81011F; }
span { border-color: rgb(129,1,31); }
td.TdClassName
{
border-color: #81011F;
}
.TagClassName
{
border-color: #81011F;
}
</style>