Shades of Burgundy #860E2D
Tints of Burgundy #860E2D
RGB
CMYK
RGB Variations
Color information
#860E2D (or 0x860E2D) is known color: Burgundy. HEX triplet: 86, 0E and 2D. RGB value is (134,14,45). Sum of RGB (Red+Green+Blue) = 134+14+45=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E2D is #79F1D2. Grayscale: #353535. Windows color (decimal): -7991763 or 2952838. OLE color: 2952838.
HSL color Cylindrical-coordinate representation of color #860E2D: hue angle of 344.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E2D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 45 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.47 |
| HSL | 344.5º | 0.81% | 0.29% | - |
| HSV(B) | 344.5º | 0.9% | 0.53% | - |
| XYZ | 10.46 | 5.57 | 3.01 | - |
| YUV | 53.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 45 | 0 | 0.90 | 0.66 | 0.47 | 344.5 | 0.81 | 0.29 |
| Hex | 86 | E | 2D | 0 | 5A | 42 | 2F | 158 | 51 | 1D |
| Octal | 206 | 16 | 55 | 0 | 132 | 102 | 57 | 530 | 121 | 35 |
| Binary | 10000110 | 1110 | 101101 | 0 | 1011010 | 1000010 | 101111 | 101011000 | 1010001 | 11101 |
Color Harmonies of #860E2D
Complementary color
Monochromatic Colors of #860E2D
Black with #860E2D
Text Example
Text Example
White with #860E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E2D; }
p { color: rgb(134,14,45); }
H1.HeaderClassName
{
color: #860E2D;
}
.AnyTagClassName
{
color: #860E2D;
}
</style>
background-color css
<style>
a { background-color: #860E2D; }
a { background-color: rgb(134,14,45); }
div.DivClassName
{
background-color: #860E2D;
}
.BgClassName
{
background-color: #860E2D;
}
</style>
border-color css
<style>
span { border-color: #860E2D; }
span { border-color: rgb(134,14,45); }
td.TdClassName
{
border-color: #860E2D;
}
.TagClassName
{
border-color: #860E2D;
}
</style>