Shades of Burgundy #86002C
Tints of Burgundy #86002C
RGB
CMYK
RGB Variations
Color information
#86002C (or 0x86002C) is known color: Burgundy. HEX triplet: 86, 00 and 2C. RGB value is (134,0,44). Sum of RGB (Red+Green+Blue) = 134+0+44=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86002C is #79FFD3. Grayscale: #2D2D2D. Windows color (decimal): -7995348 or 2883718. OLE color: 2883718.
HSL color Cylindrical-coordinate representation of color #86002C: hue angle of 340.3º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86002C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.67 | 0.47 |
| HSL | 340.3º | 1% | 0.26% | - |
| HSV(B) | 340.3º | 1% | 0.53% | - |
| XYZ | 10.29 | 5.25 | 2.85 | - |
| YUV | 45.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 44 | 0 | 1 | 0.67 | 0.47 | 340.3 | 1 | 0.26 |
| Hex | 86 | 0 | 2C | 0 | 64 | 43 | 2F | 154 | 64 | 1A |
| Octal | 206 | 0 | 54 | 0 | 144 | 103 | 57 | 524 | 144 | 32 |
| Binary | 10000110 | 0 | 101100 | 0 | 1100100 | 1000011 | 101111 | 101010100 | 1100100 | 11010 |
Color Harmonies of #86002C
Complementary color
Monochromatic Colors of #86002C
Black with #86002C
Text Example
Text Example
White with #86002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86002C; }
p { color: rgb(134,0,44); }
H1.HeaderClassName
{
color: #86002C;
}
.AnyTagClassName
{
color: #86002C;
}
</style>
background-color css
<style>
a { background-color: #86002C; }
a { background-color: rgb(134,0,44); }
div.DivClassName
{
background-color: #86002C;
}
.BgClassName
{
background-color: #86002C;
}
</style>
border-color css
<style>
span { border-color: #86002C; }
span { border-color: rgb(134,0,44); }
td.TdClassName
{
border-color: #86002C;
}
.TagClassName
{
border-color: #86002C;
}
</style>