Shades of Burgundy #860F3B
Tints of Burgundy #860F3B
RGB
CMYK
RGB Variations
Color information
#860F3B (or 0x860F3B) is known color: Burgundy. HEX triplet: 86, 0F and 3B. RGB value is (134,15,59). Sum of RGB (Red+Green+Blue) = 134+15+59=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F3B is #79F0C4. Grayscale: #373737. Windows color (decimal): -7991493 or 3870598. OLE color: 3870598.
HSL color Cylindrical-coordinate representation of color #860F3B: hue angle of 337.82º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F3B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 59 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.47 |
| HSL | 337.82º | 0.8% | 0.29% | - |
| HSV(B) | 337.82º | 0.89% | 0.53% | - |
| XYZ | 10.79 | 5.73 | 4.67 | - |
| YUV | 55.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 59 | 0 | 0.89 | 0.56 | 0.47 | 337.82 | 0.8 | 0.29 |
| Hex | 86 | F | 3B | 0 | 59 | 38 | 2F | 152 | 50 | 1D |
| Octal | 206 | 17 | 73 | 0 | 131 | 70 | 57 | 522 | 120 | 35 |
| Binary | 10000110 | 1111 | 111011 | 0 | 1011001 | 111000 | 101111 | 101010010 | 1010000 | 11101 |
Color Harmonies of #860F3B
Complementary color
Monochromatic Colors of #860F3B
Black with #860F3B
Text Example
Text Example
White with #860F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F3B; }
p { color: rgb(134,15,59); }
H1.HeaderClassName
{
color: #860F3B;
}
.AnyTagClassName
{
color: #860F3B;
}
</style>
background-color css
<style>
a { background-color: #860F3B; }
a { background-color: rgb(134,15,59); }
div.DivClassName
{
background-color: #860F3B;
}
.BgClassName
{
background-color: #860F3B;
}
</style>
border-color css
<style>
span { border-color: #860F3B; }
span { border-color: rgb(134,15,59); }
td.TdClassName
{
border-color: #860F3B;
}
.TagClassName
{
border-color: #860F3B;
}
</style>