Shades of Burgundy #81092F
Tints of Burgundy #81092F
RGB
CMYK
RGB Variations
Color information
#81092F (or 0x81092F) is known color: Burgundy. HEX triplet: 81, 09 and 2F. RGB value is (129,9,47). Sum of RGB (Red+Green+Blue) = 129+9+47=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #81092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81092F is #7EF6D0. Grayscale: #313131. Windows color (decimal): -8320721 or 3082625. OLE color: 3082625.
HSL color Cylindrical-coordinate representation of color #81092F: hue angle of 341º 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 #81092F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 47 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.49 |
| HSL | 341º | 0.87% | 0.27% | - |
| HSV(B) | 341º | 0.93% | 0.51% | - |
| XYZ | 9.66 | 5.07 | 3.16 | - |
| YUV | 49.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 47 | 0 | 0.93 | 0.64 | 0.49 | 341 | 0.87 | 0.27 |
| Hex | 81 | 9 | 2F | 0 | 5D | 40 | 31 | 155 | 57 | 1B |
| Octal | 201 | 11 | 57 | 0 | 135 | 100 | 61 | 525 | 127 | 33 |
| Binary | 10000001 | 1001 | 101111 | 0 | 1011101 | 1000000 | 110001 | 101010101 | 1010111 | 11011 |
Color Harmonies of #81092F
Complementary color
Monochromatic Colors of #81092F
Black with #81092F
Text Example
Text Example
White with #81092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81092F; }
p { color: rgb(129,9,47); }
H1.HeaderClassName
{
color: #81092F;
}
.AnyTagClassName
{
color: #81092F;
}
</style>
background-color css
<style>
a { background-color: #81092F; }
a { background-color: rgb(129,9,47); }
div.DivClassName
{
background-color: #81092F;
}
.BgClassName
{
background-color: #81092F;
}
</style>
border-color css
<style>
span { border-color: #81092F; }
span { border-color: rgb(129,9,47); }
td.TdClassName
{
border-color: #81092F;
}
.TagClassName
{
border-color: #81092F;
}
</style>