Shades of Burgundy #86022C
Tints of Burgundy #86022C
RGB
CMYK
RGB Variations
Color information
#86022C (or 0x86022C) is known color: Burgundy. HEX triplet: 86, 02 and 2C. RGB value is (134,2,44). Sum of RGB (Red+Green+Blue) = 134+2+44=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86022C is #79FDD3. Grayscale: #2E2E2E. Windows color (decimal): -7994836 or 2884230. OLE color: 2884230.
HSL color Cylindrical-coordinate representation of color #86022C: hue angle of 340.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86022C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.47 |
| HSL | 340.91º | 0.97% | 0.27% | - |
| HSV(B) | 340.91º | 0.99% | 0.53% | - |
| XYZ | 10.31 | 5.29 | 2.86 | - |
| YUV | 46.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 44 | 0 | 0.99 | 0.67 | 0.47 | 340.91 | 0.97 | 0.27 |
| Hex | 86 | 2 | 2C | 0 | 63 | 43 | 2F | 155 | 61 | 1B |
| Octal | 206 | 2 | 54 | 0 | 143 | 103 | 57 | 525 | 141 | 33 |
| Binary | 10000110 | 10 | 101100 | 0 | 1100011 | 1000011 | 101111 | 101010101 | 1100001 | 11011 |
Color Harmonies of #86022C
Complementary color
Monochromatic Colors of #86022C
Black with #86022C
Text Example
Text Example
White with #86022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86022C; }
p { color: rgb(134,2,44); }
H1.HeaderClassName
{
color: #86022C;
}
.AnyTagClassName
{
color: #86022C;
}
</style>
background-color css
<style>
a { background-color: #86022C; }
a { background-color: rgb(134,2,44); }
div.DivClassName
{
background-color: #86022C;
}
.BgClassName
{
background-color: #86022C;
}
</style>
border-color css
<style>
span { border-color: #86022C; }
span { border-color: rgb(134,2,44); }
td.TdClassName
{
border-color: #86022C;
}
.TagClassName
{
border-color: #86022C;
}
</style>