Shades of Burgundy #81073A
Tints of Burgundy #81073A
RGB
CMYK
RGB Variations
Color information
#81073A (or 0x81073A) is known color: Burgundy. HEX triplet: 81, 07 and 3A. RGB value is (129,7,58). Sum of RGB (Red+Green+Blue) = 129+7+58=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #81073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81073A is #7EF8C5. Grayscale: #313131. Windows color (decimal): -8321222 or 3803009. OLE color: 3803009.
HSL color Cylindrical-coordinate representation of color #81073A: hue angle of 334.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81073A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 58 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.49 |
| HSL | 334.92º | 0.9% | 0.27% | - |
| HSV(B) | 334.92º | 0.95% | 0.51% | - |
| XYZ | 9.89 | 5.12 | 4.47 | - |
| YUV | 49.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 58 | 0 | 0.95 | 0.55 | 0.49 | 334.92 | 0.9 | 0.27 |
| Hex | 81 | 7 | 3A | 0 | 5F | 37 | 31 | 14F | 5A | 1B |
| Octal | 201 | 7 | 72 | 0 | 137 | 67 | 61 | 517 | 132 | 33 |
| Binary | 10000001 | 111 | 111010 | 0 | 1011111 | 110111 | 110001 | 101001111 | 1011010 | 11011 |
Color Harmonies of #81073A
Complementary color
Monochromatic Colors of #81073A
Black with #81073A
Text Example
Text Example
White with #81073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81073A; }
p { color: rgb(129,7,58); }
H1.HeaderClassName
{
color: #81073A;
}
.AnyTagClassName
{
color: #81073A;
}
</style>
background-color css
<style>
a { background-color: #81073A; }
a { background-color: rgb(129,7,58); }
div.DivClassName
{
background-color: #81073A;
}
.BgClassName
{
background-color: #81073A;
}
</style>
border-color css
<style>
span { border-color: #81073A; }
span { border-color: rgb(129,7,58); }
td.TdClassName
{
border-color: #81073A;
}
.TagClassName
{
border-color: #81073A;
}
</style>