Shades of Burgundy #860B29
Tints of Burgundy #860B29
RGB
CMYK
RGB Variations
Color information
#860B29 (or 0x860B29) is known color: Burgundy. HEX triplet: 86, 0B and 29. RGB value is (134,11,41). Sum of RGB (Red+Green+Blue) = 134+11+41=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #860B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B29 is #79F4D6. Grayscale: #333333. Windows color (decimal): -7992535 or 2689926. OLE color: 2689926.
HSL color Cylindrical-coordinate representation of color #860B29: hue angle of 345.37º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B29 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 41 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.47 |
| HSL | 345.37º | 0.85% | 0.28% | - |
| HSV(B) | 345.37º | 0.92% | 0.53% | - |
| XYZ | 10.35 | 5.47 | 2.61 | - |
| YUV | 51.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 41 | 0 | 0.92 | 0.69 | 0.47 | 345.37 | 0.85 | 0.28 |
| Hex | 86 | B | 29 | 0 | 5C | 45 | 2F | 159 | 55 | 1C |
| Octal | 206 | 13 | 51 | 0 | 134 | 105 | 57 | 531 | 125 | 34 |
| Binary | 10000110 | 1011 | 101001 | 0 | 1011100 | 1000101 | 101111 | 101011001 | 1010101 | 11100 |
Color Harmonies of #860B29
Complementary color
Monochromatic Colors of #860B29
Black with #860B29
Text Example
Text Example
White with #860B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B29; }
p { color: rgb(134,11,41); }
H1.HeaderClassName
{
color: #860B29;
}
.AnyTagClassName
{
color: #860B29;
}
</style>
background-color css
<style>
a { background-color: #860B29; }
a { background-color: rgb(134,11,41); }
div.DivClassName
{
background-color: #860B29;
}
.BgClassName
{
background-color: #860B29;
}
</style>
border-color css
<style>
span { border-color: #860B29; }
span { border-color: rgb(134,11,41); }
td.TdClassName
{
border-color: #860B29;
}
.TagClassName
{
border-color: #860B29;
}
</style>