Shades of Burgundy #86041C
Tints of Burgundy #86041C
RGB
CMYK
RGB Variations
Color information
#86041C (or 0x86041C) is known color: Burgundy. HEX triplet: 86, 04 and 1C. RGB value is (134,4,28). Sum of RGB (Red+Green+Blue) = 134+4+28=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86041C is #79FBE3. Grayscale: #2D2D2D. Windows color (decimal): -7994340 or 1836166. OLE color: 1836166.
HSL color Cylindrical-coordinate representation of color #86041C: hue angle of 348.92º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86041C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 28 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.47 |
| HSL | 348.92º | 0.94% | 0.27% | - |
| HSV(B) | 348.92º | 0.97% | 0.53% | - |
| XYZ | 10.08 | 5.24 | 1.58 | - |
| YUV | 45.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 28 | 0 | 0.97 | 0.79 | 0.47 | 348.92 | 0.94 | 0.27 |
| Hex | 86 | 4 | 1C | 0 | 61 | 4F | 2F | 15D | 5E | 1B |
| Octal | 206 | 4 | 34 | 0 | 141 | 117 | 57 | 535 | 136 | 33 |
| Binary | 10000110 | 100 | 11100 | 0 | 1100001 | 1001111 | 101111 | 101011101 | 1011110 | 11011 |
Color Harmonies of #86041C
Complementary color
Monochromatic Colors of #86041C
Black with #86041C
Text Example
Text Example
White with #86041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86041C; }
p { color: rgb(134,4,28); }
H1.HeaderClassName
{
color: #86041C;
}
.AnyTagClassName
{
color: #86041C;
}
</style>
background-color css
<style>
a { background-color: #86041C; }
a { background-color: rgb(134,4,28); }
div.DivClassName
{
background-color: #86041C;
}
.BgClassName
{
background-color: #86041C;
}
</style>
border-color css
<style>
span { border-color: #86041C; }
span { border-color: rgb(134,4,28); }
td.TdClassName
{
border-color: #86041C;
}
.TagClassName
{
border-color: #86041C;
}
</style>