Shades of Burgundy #81031F
Tints of Burgundy #81031F
RGB
CMYK
RGB Variations
Color information
#81031F (or 0x81031F) is known color: Burgundy. HEX triplet: 81, 03 and 1F. RGB value is (129,3,31). Sum of RGB (Red+Green+Blue) = 129+3+31=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81031F is #7EFCE0. Grayscale: #2B2B2B. Windows color (decimal): -8322273 or 2032513. OLE color: 2032513.
HSL color Cylindrical-coordinate representation of color #81031F: hue angle of 346.67º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81031F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.49 |
| HSL | 346.67º | 0.95% | 0.26% | - |
| HSV(B) | 346.67º | 0.98% | 0.51% | - |
| XYZ | 9.33 | 4.83 | 1.74 | - |
| YUV | 43.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 31 | 0 | 0.98 | 0.76 | 0.49 | 346.67 | 0.95 | 0.26 |
| Hex | 81 | 3 | 1F | 0 | 62 | 4C | 31 | 15B | 5F | 1A |
| Octal | 201 | 3 | 37 | 0 | 142 | 114 | 61 | 533 | 137 | 32 |
| Binary | 10000001 | 11 | 11111 | 0 | 1100010 | 1001100 | 110001 | 101011011 | 1011111 | 11010 |
Color Harmonies of #81031F
Complementary color
Monochromatic Colors of #81031F
Black with #81031F
Text Example
Text Example
White with #81031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81031F; }
p { color: rgb(129,3,31); }
H1.HeaderClassName
{
color: #81031F;
}
.AnyTagClassName
{
color: #81031F;
}
</style>
background-color css
<style>
a { background-color: #81031F; }
a { background-color: rgb(129,3,31); }
div.DivClassName
{
background-color: #81031F;
}
.BgClassName
{
background-color: #81031F;
}
</style>
border-color css
<style>
span { border-color: #81031F; }
span { border-color: rgb(129,3,31); }
td.TdClassName
{
border-color: #81031F;
}
.TagClassName
{
border-color: #81031F;
}
</style>