Shades of Burgundy #86022D
Tints of Burgundy #86022D
RGB
CMYK
RGB Variations
Color information
#86022D (or 0x86022D) is known color: Burgundy. HEX triplet: 86, 02 and 2D. RGB value is (134,2,45). Sum of RGB (Red+Green+Blue) = 134+2+45=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86022D is #79FDD2. Grayscale: #2E2E2E. Windows color (decimal): -7994835 or 2949766. OLE color: 2949766.
HSL color Cylindrical-coordinate representation of color #86022D: hue angle of 340.45º 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 #86022D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.47 |
| HSL | 340.45º | 0.97% | 0.27% | - |
| HSV(B) | 340.45º | 0.99% | 0.53% | - |
| XYZ | 10.33 | 5.3 | 2.96 | - |
| YUV | 46.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 45 | 0 | 0.99 | 0.66 | 0.47 | 340.45 | 0.97 | 0.27 |
| Hex | 86 | 2 | 2D | 0 | 63 | 42 | 2F | 154 | 61 | 1B |
| Octal | 206 | 2 | 55 | 0 | 143 | 102 | 57 | 524 | 141 | 33 |
| Binary | 10000110 | 10 | 101101 | 0 | 1100011 | 1000010 | 101111 | 101010100 | 1100001 | 11011 |
Color Harmonies of #86022D
Complementary color
Monochromatic Colors of #86022D
Black with #86022D
Text Example
Text Example
White with #86022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86022D; }
p { color: rgb(134,2,45); }
H1.HeaderClassName
{
color: #86022D;
}
.AnyTagClassName
{
color: #86022D;
}
</style>
background-color css
<style>
a { background-color: #86022D; }
a { background-color: rgb(134,2,45); }
div.DivClassName
{
background-color: #86022D;
}
.BgClassName
{
background-color: #86022D;
}
</style>
border-color css
<style>
span { border-color: #86022D; }
span { border-color: rgb(134,2,45); }
td.TdClassName
{
border-color: #86022D;
}
.TagClassName
{
border-color: #86022D;
}
</style>