Shades of Burgundy #81071F
Tints of Burgundy #81071F
RGB
CMYK
RGB Variations
Color information
#81071F (or 0x81071F) is known color: Burgundy. HEX triplet: 81, 07 and 1F. RGB value is (129,7,31). Sum of RGB (Red+Green+Blue) = 129+7+31=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #81071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071F is #7EF8E0. Grayscale: #2E2E2E. Windows color (decimal): -8321249 or 2033537. OLE color: 2033537.
HSL color Cylindrical-coordinate representation of color #81071F: hue angle of 348.2º 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 #81071F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 31 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.49 |
| HSL | 348.2º | 0.9% | 0.27% | - |
| HSV(B) | 348.2º | 0.95% | 0.51% | - |
| XYZ | 9.38 | 4.92 | 1.75 | - |
| YUV | 46.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 31 | 0 | 0.95 | 0.76 | 0.49 | 348.2 | 0.9 | 0.27 |
| Hex | 81 | 7 | 1F | 0 | 5F | 4C | 31 | 15C | 5A | 1B |
| Octal | 201 | 7 | 37 | 0 | 137 | 114 | 61 | 534 | 132 | 33 |
| Binary | 10000001 | 111 | 11111 | 0 | 1011111 | 1001100 | 110001 | 101011100 | 1011010 | 11011 |
Color Harmonies of #81071F
Complementary color
Monochromatic Colors of #81071F
Black with #81071F
Text Example
Text Example
White with #81071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81071F; }
p { color: rgb(129,7,31); }
H1.HeaderClassName
{
color: #81071F;
}
.AnyTagClassName
{
color: #81071F;
}
</style>
background-color css
<style>
a { background-color: #81071F; }
a { background-color: rgb(129,7,31); }
div.DivClassName
{
background-color: #81071F;
}
.BgClassName
{
background-color: #81071F;
}
</style>
border-color css
<style>
span { border-color: #81071F; }
span { border-color: rgb(129,7,31); }
td.TdClassName
{
border-color: #81071F;
}
.TagClassName
{
border-color: #81071F;
}
</style>