Shades of Burgundy #860A3E
Tints of Burgundy #860A3E
RGB
CMYK
RGB Variations
Color information
#860A3E (or 0x860A3E) is known color: Burgundy. HEX triplet: 86, 0A and 3E. RGB value is (134,10,62). Sum of RGB (Red+Green+Blue) = 134+10+62=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #860A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A3E is #79F5C1. Grayscale: #343434. Windows color (decimal): -7992770 or 4065926. OLE color: 4065926.
HSL color Cylindrical-coordinate representation of color #860A3E: hue angle of 334.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A3E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 62 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.47 |
| HSL | 334.84º | 0.86% | 0.28% | - |
| HSV(B) | 334.84º | 0.93% | 0.53% | - |
| XYZ | 10.81 | 5.63 | 5.08 | - |
| YUV | 53 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 62 | 0 | 0.93 | 0.54 | 0.47 | 334.84 | 0.86 | 0.28 |
| Hex | 86 | A | 3E | 0 | 5D | 36 | 2F | 14F | 56 | 1C |
| Octal | 206 | 12 | 76 | 0 | 135 | 66 | 57 | 517 | 126 | 34 |
| Binary | 10000110 | 1010 | 111110 | 0 | 1011101 | 110110 | 101111 | 101001111 | 1010110 | 11100 |
Color Harmonies of #860A3E
Complementary color
Monochromatic Colors of #860A3E
Black with #860A3E
Text Example
Text Example
White with #860A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A3E; }
p { color: rgb(134,10,62); }
H1.HeaderClassName
{
color: #860A3E;
}
.AnyTagClassName
{
color: #860A3E;
}
</style>
background-color css
<style>
a { background-color: #860A3E; }
a { background-color: rgb(134,10,62); }
div.DivClassName
{
background-color: #860A3E;
}
.BgClassName
{
background-color: #860A3E;
}
</style>
border-color css
<style>
span { border-color: #860A3E; }
span { border-color: rgb(134,10,62); }
td.TdClassName
{
border-color: #860A3E;
}
.TagClassName
{
border-color: #860A3E;
}
</style>