Shades of Burgundy #86003C
Tints of Burgundy #86003C
RGB
CMYK
RGB Variations
Color information
#86003C (or 0x86003C) is known color: Burgundy. HEX triplet: 86, 00 and 3C. RGB value is (134,0,60). Sum of RGB (Red+Green+Blue) = 134+0+60=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86003C is #79FFC3. Grayscale: #2E2E2E. Windows color (decimal): -7995332 or 3932294. OLE color: 3932294.
HSL color Cylindrical-coordinate representation of color #86003C: hue angle of 333.13º 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 #86003C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.55 | 0.47 |
| HSL | 333.13º | 1% | 0.26% | - |
| HSV(B) | 333.13º | 1% | 0.53% | - |
| XYZ | 10.65 | 5.39 | 4.76 | - |
| YUV | 46.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 60 | 0 | 1 | 0.55 | 0.47 | 333.13 | 1 | 0.26 |
| Hex | 86 | 0 | 3C | 0 | 64 | 37 | 2F | 14D | 64 | 1A |
| Octal | 206 | 0 | 74 | 0 | 144 | 67 | 57 | 515 | 144 | 32 |
| Binary | 10000110 | 0 | 111100 | 0 | 1100100 | 110111 | 101111 | 101001101 | 1100100 | 11010 |
Color Harmonies of #86003C
Complementary color
Monochromatic Colors of #86003C
Black with #86003C
Text Example
Text Example
White with #86003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86003C; }
p { color: rgb(134,0,60); }
H1.HeaderClassName
{
color: #86003C;
}
.AnyTagClassName
{
color: #86003C;
}
</style>
background-color css
<style>
a { background-color: #86003C; }
a { background-color: rgb(134,0,60); }
div.DivClassName
{
background-color: #86003C;
}
.BgClassName
{
background-color: #86003C;
}
</style>
border-color css
<style>
span { border-color: #86003C; }
span { border-color: rgb(134,0,60); }
td.TdClassName
{
border-color: #86003C;
}
.TagClassName
{
border-color: #86003C;
}
</style>