Shades of Burgundy #81091F
Tints of Burgundy #81091F
RGB
CMYK
RGB Variations
Color information
#81091F (or 0x81091F) is known color: Burgundy. HEX triplet: 81, 09 and 1F. RGB value is (129,9,31). Sum of RGB (Red+Green+Blue) = 129+9+31=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #81091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091F is #7EF6E0. Grayscale: #2F2F2F. Windows color (decimal): -8320737 or 2034049. OLE color: 2034049.
HSL color Cylindrical-coordinate representation of color #81091F: hue angle of 349º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.49 |
| HSL | 349º | 0.87% | 0.27% | - |
| HSV(B) | 349º | 0.93% | 0.51% | - |
| XYZ | 9.4 | 4.96 | 1.76 | - |
| YUV | 47.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 31 | 0 | 0.93 | 0.76 | 0.49 | 349 | 0.87 | 0.27 |
| Hex | 81 | 9 | 1F | 0 | 5D | 4C | 31 | 15D | 57 | 1B |
| Octal | 201 | 11 | 37 | 0 | 135 | 114 | 61 | 535 | 127 | 33 |
| Binary | 10000001 | 1001 | 11111 | 0 | 1011101 | 1001100 | 110001 | 101011101 | 1010111 | 11011 |
Color Harmonies of #81091F
Complementary color
Monochromatic Colors of #81091F
Black with #81091F
Text Example
Text Example
White with #81091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81091F; }
p { color: rgb(129,9,31); }
H1.HeaderClassName
{
color: #81091F;
}
.AnyTagClassName
{
color: #81091F;
}
</style>
background-color css
<style>
a { background-color: #81091F; }
a { background-color: rgb(129,9,31); }
div.DivClassName
{
background-color: #81091F;
}
.BgClassName
{
background-color: #81091F;
}
</style>
border-color css
<style>
span { border-color: #81091F; }
span { border-color: rgb(129,9,31); }
td.TdClassName
{
border-color: #81091F;
}
.TagClassName
{
border-color: #81091F;
}
</style>