Shades of Burgundy #86053D
Tints of Burgundy #86053D
RGB
CMYK
RGB Variations
Color information
#86053D (or 0x86053D) is known color: Burgundy. HEX triplet: 86, 05 and 3D. RGB value is (134,5,61). Sum of RGB (Red+Green+Blue) = 134+5+61=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86053D is #79FAC2. Grayscale: #313131. Windows color (decimal): -7994051 or 3999110. OLE color: 3999110.
HSL color Cylindrical-coordinate representation of color #86053D: hue angle of 333.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86053D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 61 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.47 |
| HSL | 333.95º | 0.93% | 0.27% | - |
| HSV(B) | 333.95º | 0.96% | 0.53% | - |
| XYZ | 10.73 | 5.51 | 4.91 | - |
| YUV | 49.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 61 | 0 | 0.96 | 0.54 | 0.47 | 333.95 | 0.93 | 0.27 |
| Hex | 86 | 5 | 3D | 0 | 60 | 36 | 2F | 14E | 5D | 1B |
| Octal | 206 | 5 | 75 | 0 | 140 | 66 | 57 | 516 | 135 | 33 |
| Binary | 10000110 | 101 | 111101 | 0 | 1100000 | 110110 | 101111 | 101001110 | 1011101 | 11011 |
Color Harmonies of #86053D
Complementary color
Monochromatic Colors of #86053D
Black with #86053D
Text Example
Text Example
White with #86053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86053D; }
p { color: rgb(134,5,61); }
H1.HeaderClassName
{
color: #86053D;
}
.AnyTagClassName
{
color: #86053D;
}
</style>
background-color css
<style>
a { background-color: #86053D; }
a { background-color: rgb(134,5,61); }
div.DivClassName
{
background-color: #86053D;
}
.BgClassName
{
background-color: #86053D;
}
</style>
border-color css
<style>
span { border-color: #86053D; }
span { border-color: rgb(134,5,61); }
td.TdClassName
{
border-color: #86053D;
}
.TagClassName
{
border-color: #86053D;
}
</style>