Shades of Burgundy #81061C
Tints of Burgundy #81061C
RGB
CMYK
RGB Variations
Color information
#81061C (or 0x81061C) is known color: Burgundy. HEX triplet: 81, 06 and 1C. RGB value is (129,6,28). Sum of RGB (Red+Green+Blue) = 129+6+28=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061C is #7EF9E3. Grayscale: #2D2D2D. Windows color (decimal): -8321508 or 1836673. OLE color: 1836673.
HSL color Cylindrical-coordinate representation of color #81061C: hue angle of 349.27º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81061C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.49 |
| HSL | 349.27º | 0.91% | 0.26% | - |
| HSV(B) | 349.27º | 0.95% | 0.51% | - |
| XYZ | 9.33 | 4.88 | 1.55 | - |
| YUV | 45.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 28 | 0 | 0.95 | 0.78 | 0.49 | 349.27 | 0.91 | 0.26 |
| Hex | 81 | 6 | 1C | 0 | 5F | 4E | 31 | 15D | 5B | 1A |
| Octal | 201 | 6 | 34 | 0 | 137 | 116 | 61 | 535 | 133 | 32 |
| Binary | 10000001 | 110 | 11100 | 0 | 1011111 | 1001110 | 110001 | 101011101 | 1011011 | 11010 |
Color Harmonies of #81061C
Complementary color
Monochromatic Colors of #81061C
Black with #81061C
Text Example
Text Example
White with #81061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81061C; }
p { color: rgb(129,6,28); }
H1.HeaderClassName
{
color: #81061C;
}
.AnyTagClassName
{
color: #81061C;
}
</style>
background-color css
<style>
a { background-color: #81061C; }
a { background-color: rgb(129,6,28); }
div.DivClassName
{
background-color: #81061C;
}
.BgClassName
{
background-color: #81061C;
}
</style>
border-color css
<style>
span { border-color: #81061C; }
span { border-color: rgb(129,6,28); }
td.TdClassName
{
border-color: #81061C;
}
.TagClassName
{
border-color: #81061C;
}
</style>