Shades of Burgundy #81061F
Tints of Burgundy #81061F
RGB
CMYK
RGB Variations
Color information
#81061F (or 0x81061F) is known color: Burgundy. HEX triplet: 81, 06 and 1F. RGB value is (129,6,31). Sum of RGB (Red+Green+Blue) = 129+6+31=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061F is #7EF9E0. Grayscale: #2D2D2D. Windows color (decimal): -8321505 or 2033281. OLE color: 2033281.
HSL color Cylindrical-coordinate representation of color #81061F: hue angle of 347.8º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81061F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 31 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.49 |
| HSL | 347.8º | 0.91% | 0.26% | - |
| HSV(B) | 347.8º | 0.95% | 0.51% | - |
| XYZ | 9.37 | 4.9 | 1.75 | - |
| YUV | 45.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 31 | 0 | 0.95 | 0.76 | 0.49 | 347.8 | 0.91 | 0.26 |
| Hex | 81 | 6 | 1F | 0 | 5F | 4C | 31 | 15C | 5B | 1A |
| Octal | 201 | 6 | 37 | 0 | 137 | 114 | 61 | 534 | 133 | 32 |
| Binary | 10000001 | 110 | 11111 | 0 | 1011111 | 1001100 | 110001 | 101011100 | 1011011 | 11010 |
Color Harmonies of #81061F
Complementary color
Monochromatic Colors of #81061F
Black with #81061F
Text Example
Text Example
White with #81061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81061F; }
p { color: rgb(129,6,31); }
H1.HeaderClassName
{
color: #81061F;
}
.AnyTagClassName
{
color: #81061F;
}
</style>
background-color css
<style>
a { background-color: #81061F; }
a { background-color: rgb(129,6,31); }
div.DivClassName
{
background-color: #81061F;
}
.BgClassName
{
background-color: #81061F;
}
</style>
border-color css
<style>
span { border-color: #81061F; }
span { border-color: rgb(129,6,31); }
td.TdClassName
{
border-color: #81061F;
}
.TagClassName
{
border-color: #81061F;
}
</style>