Shades of Burgundy #81011B
Tints of Burgundy #81011B
RGB
CMYK
RGB Variations
Color information
#81011B (or 0x81011B) is known color: Burgundy. HEX triplet: 81, 01 and 1B. RGB value is (129,1,27). Sum of RGB (Red+Green+Blue) = 129+1+27=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #81011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81011B is #7EFEE4. Grayscale: #2A2A2A. Windows color (decimal): -8322789 or 1769857. OLE color: 1769857.
HSL color Cylindrical-coordinate representation of color #81011B: hue angle of 347.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81011B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.49 |
| HSL | 347.81º | 0.98% | 0.25% | - |
| HSV(B) | 347.81º | 0.99% | 0.51% | - |
| XYZ | 9.26 | 4.77 | 1.47 | - |
| YUV | 42.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 27 | 0 | 0.99 | 0.79 | 0.49 | 347.81 | 0.98 | 0.25 |
| Hex | 81 | 1 | 1B | 0 | 63 | 4F | 31 | 15C | 62 | 19 |
| Octal | 201 | 1 | 33 | 0 | 143 | 117 | 61 | 534 | 142 | 31 |
| Binary | 10000001 | 1 | 11011 | 0 | 1100011 | 1001111 | 110001 | 101011100 | 1100010 | 11001 |
Color Harmonies of #81011B
Complementary color
Monochromatic Colors of #81011B
Black with #81011B
Text Example
Text Example
White with #81011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81011B; }
p { color: rgb(129,1,27); }
H1.HeaderClassName
{
color: #81011B;
}
.AnyTagClassName
{
color: #81011B;
}
</style>
background-color css
<style>
a { background-color: #81011B; }
a { background-color: rgb(129,1,27); }
div.DivClassName
{
background-color: #81011B;
}
.BgClassName
{
background-color: #81011B;
}
</style>
border-color css
<style>
span { border-color: #81011B; }
span { border-color: rgb(129,1,27); }
td.TdClassName
{
border-color: #81011B;
}
.TagClassName
{
border-color: #81011B;
}
</style>