Shades of Burgundy #86002B
Tints of Burgundy #86002B
RGB
CMYK
RGB Variations
Color information
#86002B (or 0x86002B) is known color: Burgundy. HEX triplet: 86, 00 and 2B. RGB value is (134,0,43). Sum of RGB (Red+Green+Blue) = 134+0+43=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #86002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86002B is #79FFD4. Grayscale: #2C2C2C. Windows color (decimal): -7995349 or 2818182. OLE color: 2818182.
HSL color Cylindrical-coordinate representation of color #86002B: hue angle of 340.75º 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 #86002B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.68 | 0.47 |
| HSL | 340.75º | 1% | 0.26% | - |
| HSV(B) | 340.75º | 1% | 0.53% | - |
| XYZ | 10.27 | 5.24 | 2.76 | - |
| YUV | 44.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 43 | 0 | 1 | 0.68 | 0.47 | 340.75 | 1 | 0.26 |
| Hex | 86 | 0 | 2B | 0 | 64 | 44 | 2F | 155 | 64 | 1A |
| Octal | 206 | 0 | 53 | 0 | 144 | 104 | 57 | 525 | 144 | 32 |
| Binary | 10000110 | 0 | 101011 | 0 | 1100100 | 1000100 | 101111 | 101010101 | 1100100 | 11010 |
Color Harmonies of #86002B
Complementary color
Monochromatic Colors of #86002B
Black with #86002B
Text Example
Text Example
White with #86002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86002B; }
p { color: rgb(134,0,43); }
H1.HeaderClassName
{
color: #86002B;
}
.AnyTagClassName
{
color: #86002B;
}
</style>
background-color css
<style>
a { background-color: #86002B; }
a { background-color: rgb(134,0,43); }
div.DivClassName
{
background-color: #86002B;
}
.BgClassName
{
background-color: #86002B;
}
</style>
border-color css
<style>
span { border-color: #86002B; }
span { border-color: rgb(134,0,43); }
td.TdClassName
{
border-color: #86002B;
}
.TagClassName
{
border-color: #86002B;
}
</style>