Shades of Burgundy #81101C
Tints of Burgundy #81101C
RGB
CMYK
RGB Variations
Color information
#81101C (or 0x81101C) is known color: Burgundy. HEX triplet: 81, 10 and 1C. RGB value is (129,16,28). Sum of RGB (Red+Green+Blue) = 129+16+28=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81101C is #7EEFE3. Grayscale: #333333. Windows color (decimal): -8318948 or 1839233. OLE color: 1839233.
HSL color Cylindrical-coordinate representation of color #81101C: hue angle of 353.63º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81101C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 28 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.49 |
| HSL | 353.63º | 0.78% | 0.28% | - |
| HSV(B) | 353.63º | 0.88% | 0.51% | - |
| XYZ | 9.45 | 5.12 | 1.59 | - |
| YUV | 51.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 28 | 0 | 0.88 | 0.78 | 0.49 | 353.63 | 0.78 | 0.28 |
| Hex | 81 | 10 | 1C | 0 | 58 | 4E | 31 | 162 | 4E | 1C |
| Octal | 201 | 20 | 34 | 0 | 130 | 116 | 61 | 542 | 116 | 34 |
| Binary | 10000001 | 10000 | 11100 | 0 | 1011000 | 1001110 | 110001 | 101100010 | 1001110 | 11100 |
Color Harmonies of #81101C
Complementary color
Monochromatic Colors of #81101C
Black with #81101C
Text Example
Text Example
White with #81101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81101C; }
p { color: rgb(129,16,28); }
H1.HeaderClassName
{
color: #81101C;
}
.AnyTagClassName
{
color: #81101C;
}
</style>
background-color css
<style>
a { background-color: #81101C; }
a { background-color: rgb(129,16,28); }
div.DivClassName
{
background-color: #81101C;
}
.BgClassName
{
background-color: #81101C;
}
</style>
border-color css
<style>
span { border-color: #81101C; }
span { border-color: rgb(129,16,28); }
td.TdClassName
{
border-color: #81101C;
}
.TagClassName
{
border-color: #81101C;
}
</style>