Shades of Burgundy #86001B
Tints of Burgundy #86001B
RGB
CMYK
RGB Variations
Color information
#86001B (or 0x86001B) is known color: Burgundy. HEX triplet: 86, 00 and 1B. RGB value is (134,0,27). Sum of RGB (Red+Green+Blue) = 134+0+27=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #86001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86001B is #79FFE4. Grayscale: #2B2B2B. Windows color (decimal): -7995365 or 1769606. OLE color: 1769606.
HSL color Cylindrical-coordinate representation of color #86001B: hue angle of 347.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86001B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.80 | 0.47 |
| HSL | 347.91º | 1% | 0.26% | - |
| HSV(B) | 347.91º | 1% | 0.53% | - |
| XYZ | 10.03 | 5.15 | 1.5 | - |
| YUV | 43.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 27 | 0 | 1 | 0.80 | 0.47 | 347.91 | 1 | 0.26 |
| Hex | 86 | 0 | 1B | 0 | 64 | 50 | 2F | 15C | 64 | 1A |
| Octal | 206 | 0 | 33 | 0 | 144 | 120 | 57 | 534 | 144 | 32 |
| Binary | 10000110 | 0 | 11011 | 0 | 1100100 | 1010000 | 101111 | 101011100 | 1100100 | 11010 |
Color Harmonies of #86001B
Complementary color
Monochromatic Colors of #86001B
Black with #86001B
Text Example
Text Example
White with #86001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86001B; }
p { color: rgb(134,0,27); }
H1.HeaderClassName
{
color: #86001B;
}
.AnyTagClassName
{
color: #86001B;
}
</style>
background-color css
<style>
a { background-color: #86001B; }
a { background-color: rgb(134,0,27); }
div.DivClassName
{
background-color: #86001B;
}
.BgClassName
{
background-color: #86001B;
}
</style>
border-color css
<style>
span { border-color: #86001B; }
span { border-color: rgb(134,0,27); }
td.TdClassName
{
border-color: #86001B;
}
.TagClassName
{
border-color: #86001B;
}
</style>