Shades of Burgundy #86052F
Tints of Burgundy #86052F
RGB
CMYK
RGB Variations
Color information
#86052F (or 0x86052F) is known color: Burgundy. HEX triplet: 86, 05 and 2F. RGB value is (134,5,47). Sum of RGB (Red+Green+Blue) = 134+5+47=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86052F is #79FAD0. Grayscale: #303030. Windows color (decimal): -7994065 or 3081606. OLE color: 3081606.
HSL color Cylindrical-coordinate representation of color #86052F: hue angle of 340.47º 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 #86052F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 47 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.47 |
| HSL | 340.47º | 0.93% | 0.27% | - |
| HSV(B) | 340.47º | 0.96% | 0.53% | - |
| XYZ | 10.4 | 5.38 | 3.18 | - |
| YUV | 48.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 47 | 0 | 0.96 | 0.65 | 0.47 | 340.47 | 0.93 | 0.27 |
| Hex | 86 | 5 | 2F | 0 | 60 | 41 | 2F | 154 | 5D | 1B |
| Octal | 206 | 5 | 57 | 0 | 140 | 101 | 57 | 524 | 135 | 33 |
| Binary | 10000110 | 101 | 101111 | 0 | 1100000 | 1000001 | 101111 | 101010100 | 1011101 | 11011 |
Color Harmonies of #86052F
Complementary color
Monochromatic Colors of #86052F
Black with #86052F
Text Example
Text Example
White with #86052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86052F; }
p { color: rgb(134,5,47); }
H1.HeaderClassName
{
color: #86052F;
}
.AnyTagClassName
{
color: #86052F;
}
</style>
background-color css
<style>
a { background-color: #86052F; }
a { background-color: rgb(134,5,47); }
div.DivClassName
{
background-color: #86052F;
}
.BgClassName
{
background-color: #86052F;
}
</style>
border-color css
<style>
span { border-color: #86052F; }
span { border-color: rgb(134,5,47); }
td.TdClassName
{
border-color: #86052F;
}
.TagClassName
{
border-color: #86052F;
}
</style>