Shades of Burgundy #86082F
Tints of Burgundy #86082F
RGB
CMYK
RGB Variations
Color information
#86082F (or 0x86082F) is known color: Burgundy. HEX triplet: 86, 08 and 2F. RGB value is (134,8,47). Sum of RGB (Red+Green+Blue) = 134+8+47=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86082F is #79F7D0. Grayscale: #323232. Windows color (decimal): -7993297 or 3082374. OLE color: 3082374.
HSL color Cylindrical-coordinate representation of color #86082F: hue angle of 341.43º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86082F is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.47 |
| HSL | 341.43º | 0.89% | 0.28% | - |
| HSV(B) | 341.43º | 0.94% | 0.53% | - |
| XYZ | 10.43 | 5.45 | 3.19 | - |
| YUV | 50.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 47 | 0 | 0.94 | 0.65 | 0.47 | 341.43 | 0.89 | 0.28 |
| Hex | 86 | 8 | 2F | 0 | 5E | 41 | 2F | 155 | 59 | 1C |
| Octal | 206 | 10 | 57 | 0 | 136 | 101 | 57 | 525 | 131 | 34 |
| Binary | 10000110 | 1000 | 101111 | 0 | 1011110 | 1000001 | 101111 | 101010101 | 1011001 | 11100 |
Color Harmonies of #86082F
Complementary color
Monochromatic Colors of #86082F
Black with #86082F
Text Example
Text Example
White with #86082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86082F; }
p { color: rgb(134,8,47); }
H1.HeaderClassName
{
color: #86082F;
}
.AnyTagClassName
{
color: #86082F;
}
</style>
background-color css
<style>
a { background-color: #86082F; }
a { background-color: rgb(134,8,47); }
div.DivClassName
{
background-color: #86082F;
}
.BgClassName
{
background-color: #86082F;
}
</style>
border-color css
<style>
span { border-color: #86082F; }
span { border-color: rgb(134,8,47); }
td.TdClassName
{
border-color: #86082F;
}
.TagClassName
{
border-color: #86082F;
}
</style>