Shades of Burgundy #86013B
Tints of Burgundy #86013B
RGB
CMYK
RGB Variations
Color information
#86013B (or 0x86013B) is known color: Burgundy. HEX triplet: 86, 01 and 3B. RGB value is (134,1,59). Sum of RGB (Red+Green+Blue) = 134+1+59=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013B is #79FEC4. Grayscale: #2F2F2F. Windows color (decimal): -7995077 or 3867014. OLE color: 3867014.
HSL color Cylindrical-coordinate representation of color #86013B: hue angle of 333.83º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86013B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.47 |
| HSL | 333.83º | 0.99% | 0.26% | - |
| HSV(B) | 333.83º | 0.99% | 0.53% | - |
| XYZ | 10.63 | 5.41 | 4.62 | - |
| YUV | 47.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 59 | 0 | 0.99 | 0.56 | 0.47 | 333.83 | 0.99 | 0.26 |
| Hex | 86 | 1 | 3B | 0 | 63 | 38 | 2F | 14E | 63 | 1A |
| Octal | 206 | 1 | 73 | 0 | 143 | 70 | 57 | 516 | 143 | 32 |
| Binary | 10000110 | 1 | 111011 | 0 | 1100011 | 111000 | 101111 | 101001110 | 1100011 | 11010 |
Color Harmonies of #86013B
Complementary color
Monochromatic Colors of #86013B
Black with #86013B
Text Example
Text Example
White with #86013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86013B; }
p { color: rgb(134,1,59); }
H1.HeaderClassName
{
color: #86013B;
}
.AnyTagClassName
{
color: #86013B;
}
</style>
background-color css
<style>
a { background-color: #86013B; }
a { background-color: rgb(134,1,59); }
div.DivClassName
{
background-color: #86013B;
}
.BgClassName
{
background-color: #86013B;
}
</style>
border-color css
<style>
span { border-color: #86013B; }
span { border-color: rgb(134,1,59); }
td.TdClassName
{
border-color: #86013B;
}
.TagClassName
{
border-color: #86013B;
}
</style>