Shades of Burgundy #81091C
Tints of Burgundy #81091C
RGB
CMYK
RGB Variations
Color information
#81091C (or 0x81091C) is known color: Burgundy. HEX triplet: 81, 09 and 1C. RGB value is (129,9,28). Sum of RGB (Red+Green+Blue) = 129+9+28=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091C is #7EF6E3. Grayscale: #2F2F2F. Windows color (decimal): -8320740 or 1837441. OLE color: 1837441.
HSL color Cylindrical-coordinate representation of color #81091C: hue angle of 350.5º 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 #81091C is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 28 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.49 |
| HSL | 350.5º | 0.87% | 0.27% | - |
| HSV(B) | 350.5º | 0.93% | 0.51% | - |
| XYZ | 9.36 | 4.95 | 1.56 | - |
| YUV | 47.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 28 | 0 | 0.93 | 0.78 | 0.49 | 350.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | 1C | 0 | 5D | 4E | 31 | 15E | 57 | 1B |
| Octal | 201 | 11 | 34 | 0 | 135 | 116 | 61 | 536 | 127 | 33 |
| Binary | 10000001 | 1001 | 11100 | 0 | 1011101 | 1001110 | 110001 | 101011110 | 1010111 | 11011 |
Color Harmonies of #81091C
Complementary color
Monochromatic Colors of #81091C
Black with #81091C
Text Example
Text Example
White with #81091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81091C; }
p { color: rgb(129,9,28); }
H1.HeaderClassName
{
color: #81091C;
}
.AnyTagClassName
{
color: #81091C;
}
</style>
background-color css
<style>
a { background-color: #81091C; }
a { background-color: rgb(129,9,28); }
div.DivClassName
{
background-color: #81091C;
}
.BgClassName
{
background-color: #81091C;
}
</style>
border-color css
<style>
span { border-color: #81091C; }
span { border-color: rgb(129,9,28); }
td.TdClassName
{
border-color: #81091C;
}
.TagClassName
{
border-color: #81091C;
}
</style>