Shades of Burgundy #86012B
Tints of Burgundy #86012B
RGB
CMYK
RGB Variations
Color information
#86012B (or 0x86012B) is known color: Burgundy. HEX triplet: 86, 01 and 2B. RGB value is (134,1,43). Sum of RGB (Red+Green+Blue) = 134+1+43=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86012B is #79FED4. Grayscale: #2D2D2D. Windows color (decimal): -7995093 or 2818438. OLE color: 2818438.
HSL color Cylindrical-coordinate representation of color #86012B: hue angle of 341.05º 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 #86012B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.47 |
| HSL | 341.05º | 0.99% | 0.26% | - |
| HSV(B) | 341.05º | 0.99% | 0.53% | - |
| XYZ | 10.28 | 5.26 | 2.76 | - |
| YUV | 45.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 43 | 0 | 0.99 | 0.68 | 0.47 | 341.05 | 0.99 | 0.26 |
| Hex | 86 | 1 | 2B | 0 | 63 | 44 | 2F | 155 | 63 | 1A |
| Octal | 206 | 1 | 53 | 0 | 143 | 104 | 57 | 525 | 143 | 32 |
| Binary | 10000110 | 1 | 101011 | 0 | 1100011 | 1000100 | 101111 | 101010101 | 1100011 | 11010 |
Color Harmonies of #86012B
Complementary color
Monochromatic Colors of #86012B
Black with #86012B
Text Example
Text Example
White with #86012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86012B; }
p { color: rgb(134,1,43); }
H1.HeaderClassName
{
color: #86012B;
}
.AnyTagClassName
{
color: #86012B;
}
</style>
background-color css
<style>
a { background-color: #86012B; }
a { background-color: rgb(134,1,43); }
div.DivClassName
{
background-color: #86012B;
}
.BgClassName
{
background-color: #86012B;
}
</style>
border-color css
<style>
span { border-color: #86012B; }
span { border-color: rgb(134,1,43); }
td.TdClassName
{
border-color: #86012B;
}
.TagClassName
{
border-color: #86012B;
}
</style>