Shades of Burgundy #86053C
Tints of Burgundy #86053C
RGB
CMYK
RGB Variations
Color information
#86053C (or 0x86053C) is known color: Burgundy. HEX triplet: 86, 05 and 3C. RGB value is (134,5,60). Sum of RGB (Red+Green+Blue) = 134+5+60=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86053C is #79FAC3. Grayscale: #313131. Windows color (decimal): -7994052 or 3933574. OLE color: 3933574.
HSL color Cylindrical-coordinate representation of color #86053C: hue angle of 334.42º 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 #86053C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.47 |
| HSL | 334.42º | 0.93% | 0.27% | - |
| HSV(B) | 334.42º | 0.96% | 0.53% | - |
| XYZ | 10.7 | 5.5 | 4.77 | - |
| YUV | 49.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 60 | 0 | 0.96 | 0.55 | 0.47 | 334.42 | 0.93 | 0.27 |
| Hex | 86 | 5 | 3C | 0 | 60 | 37 | 2F | 14E | 5D | 1B |
| Octal | 206 | 5 | 74 | 0 | 140 | 67 | 57 | 516 | 135 | 33 |
| Binary | 10000110 | 101 | 111100 | 0 | 1100000 | 110111 | 101111 | 101001110 | 1011101 | 11011 |
Color Harmonies of #86053C
Complementary color
Monochromatic Colors of #86053C
Black with #86053C
Text Example
Text Example
White with #86053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86053C; }
p { color: rgb(134,5,60); }
H1.HeaderClassName
{
color: #86053C;
}
.AnyTagClassName
{
color: #86053C;
}
</style>
background-color css
<style>
a { background-color: #86053C; }
a { background-color: rgb(134,5,60); }
div.DivClassName
{
background-color: #86053C;
}
.BgClassName
{
background-color: #86053C;
}
</style>
border-color css
<style>
span { border-color: #86053C; }
span { border-color: rgb(134,5,60); }
td.TdClassName
{
border-color: #86053C;
}
.TagClassName
{
border-color: #86053C;
}
</style>