Shades of Burgundy #86083B
Tints of Burgundy #86083B
RGB
CMYK
RGB Variations
Color information
#86083B (or 0x86083B) is known color: Burgundy. HEX triplet: 86, 08 and 3B. RGB value is (134,8,59). Sum of RGB (Red+Green+Blue) = 134+8+59=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86083B is #79F7C4. Grayscale: #333333. Windows color (decimal): -7993285 or 3868806. OLE color: 3868806.
HSL color Cylindrical-coordinate representation of color #86083B: hue angle of 335.71º 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 #86083B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.47 |
| HSL | 335.71º | 0.89% | 0.28% | - |
| HSV(B) | 335.71º | 0.94% | 0.53% | - |
| XYZ | 10.71 | 5.56 | 4.65 | - |
| YUV | 51.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 59 | 0 | 0.94 | 0.56 | 0.47 | 335.71 | 0.89 | 0.28 |
| Hex | 86 | 8 | 3B | 0 | 5E | 38 | 2F | 150 | 59 | 1C |
| Octal | 206 | 10 | 73 | 0 | 136 | 70 | 57 | 520 | 131 | 34 |
| Binary | 10000110 | 1000 | 111011 | 0 | 1011110 | 111000 | 101111 | 101010000 | 1011001 | 11100 |
Color Harmonies of #86083B
Complementary color
Monochromatic Colors of #86083B
Black with #86083B
Text Example
Text Example
White with #86083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86083B; }
p { color: rgb(134,8,59); }
H1.HeaderClassName
{
color: #86083B;
}
.AnyTagClassName
{
color: #86083B;
}
</style>
background-color css
<style>
a { background-color: #86083B; }
a { background-color: rgb(134,8,59); }
div.DivClassName
{
background-color: #86083B;
}
.BgClassName
{
background-color: #86083B;
}
</style>
border-color css
<style>
span { border-color: #86083B; }
span { border-color: rgb(134,8,59); }
td.TdClassName
{
border-color: #86083B;
}
.TagClassName
{
border-color: #86083B;
}
</style>