Shades of Burgundy #86101B
Tints of Burgundy #86101B
RGB
CMYK
RGB Variations
Color information
#86101B (or 0x86101B) is known color: Burgundy. HEX triplet: 86, 10 and 1B. RGB value is (134,16,27). Sum of RGB (Red+Green+Blue) = 134+16+27=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #86101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86101B is #79EFE4. Grayscale: #343434. Windows color (decimal): -7991269 or 1773702. OLE color: 1773702.
HSL color Cylindrical-coordinate representation of color #86101B: hue angle of 354.41º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86101B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.47 |
| HSL | 354.41º | 0.79% | 0.29% | - |
| HSV(B) | 354.41º | 0.88% | 0.53% | - |
| XYZ | 10.21 | 5.52 | 1.56 | - |
| YUV | 52.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 27 | 0 | 0.88 | 0.80 | 0.47 | 354.41 | 0.79 | 0.29 |
| Hex | 86 | 10 | 1B | 0 | 58 | 50 | 2F | 162 | 4F | 1D |
| Octal | 206 | 20 | 33 | 0 | 130 | 120 | 57 | 542 | 117 | 35 |
| Binary | 10000110 | 10000 | 11011 | 0 | 1011000 | 1010000 | 101111 | 101100010 | 1001111 | 11101 |
Color Harmonies of #86101B
Complementary color
Monochromatic Colors of #86101B
Black with #86101B
Text Example
Text Example
White with #86101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86101B; }
p { color: rgb(134,16,27); }
H1.HeaderClassName
{
color: #86101B;
}
.AnyTagClassName
{
color: #86101B;
}
</style>
background-color css
<style>
a { background-color: #86101B; }
a { background-color: rgb(134,16,27); }
div.DivClassName
{
background-color: #86101B;
}
.BgClassName
{
background-color: #86101B;
}
</style>
border-color css
<style>
span { border-color: #86101B; }
span { border-color: rgb(134,16,27); }
td.TdClassName
{
border-color: #86101B;
}
.TagClassName
{
border-color: #86101B;
}
</style>