Shades of Burgundy #860B2D
Tints of Burgundy #860B2D
RGB
CMYK
RGB Variations
Color information
#860B2D (or 0x860B2D) is known color: Burgundy. HEX triplet: 86, 0B and 2D. RGB value is (134,11,45). Sum of RGB (Red+Green+Blue) = 134+11+45=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B2D is #79F4D2. Grayscale: #333333. Windows color (decimal): -7992531 or 2952070. OLE color: 2952070.
HSL color Cylindrical-coordinate representation of color #860B2D: hue angle of 343.41º 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 #860B2D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 45 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.47 |
| HSL | 343.41º | 0.85% | 0.28% | - |
| HSV(B) | 343.41º | 0.92% | 0.53% | - |
| XYZ | 10.42 | 5.5 | 2.99 | - |
| YUV | 51.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 45 | 0 | 0.92 | 0.66 | 0.47 | 343.41 | 0.85 | 0.28 |
| Hex | 86 | B | 2D | 0 | 5C | 42 | 2F | 157 | 55 | 1C |
| Octal | 206 | 13 | 55 | 0 | 134 | 102 | 57 | 527 | 125 | 34 |
| Binary | 10000110 | 1011 | 101101 | 0 | 1011100 | 1000010 | 101111 | 101010111 | 1010101 | 11100 |
Color Harmonies of #860B2D
Complementary color
Monochromatic Colors of #860B2D
Black with #860B2D
Text Example
Text Example
White with #860B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B2D; }
p { color: rgb(134,11,45); }
H1.HeaderClassName
{
color: #860B2D;
}
.AnyTagClassName
{
color: #860B2D;
}
</style>
background-color css
<style>
a { background-color: #860B2D; }
a { background-color: rgb(134,11,45); }
div.DivClassName
{
background-color: #860B2D;
}
.BgClassName
{
background-color: #860B2D;
}
</style>
border-color css
<style>
span { border-color: #860B2D; }
span { border-color: rgb(134,11,45); }
td.TdClassName
{
border-color: #860B2D;
}
.TagClassName
{
border-color: #860B2D;
}
</style>