Shades of Burgundy #81111B
Tints of Burgundy #81111B
RGB
CMYK
RGB Variations
Color information
#81111B (or 0x81111B) is known color: Burgundy. HEX triplet: 81, 11 and 1B. RGB value is (129,17,27). Sum of RGB (Red+Green+Blue) = 129+17+27=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81111B is #7EEEE4. Grayscale: #333333. Windows color (decimal): -8318693 or 1773953. OLE color: 1773953.
HSL color Cylindrical-coordinate representation of color #81111B: hue angle of 354.64º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81111B is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 27 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.49 |
| HSL | 354.64º | 0.77% | 0.29% | - |
| HSV(B) | 354.64º | 0.87% | 0.51% | - |
| XYZ | 9.45 | 5.15 | 1.53 | - |
| YUV | 51.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 27 | 0 | 0.87 | 0.79 | 0.49 | 354.64 | 0.77 | 0.29 |
| Hex | 81 | 11 | 1B | 0 | 57 | 4F | 31 | 163 | 4D | 1D |
| Octal | 201 | 21 | 33 | 0 | 127 | 117 | 61 | 543 | 115 | 35 |
| Binary | 10000001 | 10001 | 11011 | 0 | 1010111 | 1001111 | 110001 | 101100011 | 1001101 | 11101 |
Color Harmonies of #81111B
Complementary color
Monochromatic Colors of #81111B
Black with #81111B
Text Example
Text Example
White with #81111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81111B; }
p { color: rgb(129,17,27); }
H1.HeaderClassName
{
color: #81111B;
}
.AnyTagClassName
{
color: #81111B;
}
</style>
background-color css
<style>
a { background-color: #81111B; }
a { background-color: rgb(129,17,27); }
div.DivClassName
{
background-color: #81111B;
}
.BgClassName
{
background-color: #81111B;
}
</style>
border-color css
<style>
span { border-color: #81111B; }
span { border-color: rgb(129,17,27); }
td.TdClassName
{
border-color: #81111B;
}
.TagClassName
{
border-color: #81111B;
}
</style>