Shades of Burgundy #860134
Tints of Burgundy #860134
RGB
CMYK
RGB Variations
Color information
#860134 (or 0x860134) is known color: Burgundy. HEX triplet: 86, 01 and 34. RGB value is (134,1,52). Sum of RGB (Red+Green+Blue) = 134+1+52=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860134 is #79FECB. Grayscale: #2E2E2E. Windows color (decimal): -7995084 or 3408262. OLE color: 3408262.
HSL color Cylindrical-coordinate representation of color #860134: hue angle of 336.99º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860134 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.47 |
| HSL | 336.99º | 0.99% | 0.26% | - |
| HSV(B) | 336.99º | 0.99% | 0.53% | - |
| XYZ | 10.46 | 5.34 | 3.73 | - |
| YUV | 46.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 52 | 0 | 0.99 | 0.61 | 0.47 | 336.99 | 0.99 | 0.26 |
| Hex | 86 | 1 | 34 | 0 | 63 | 3D | 2F | 151 | 63 | 1A |
| Octal | 206 | 1 | 64 | 0 | 143 | 75 | 57 | 521 | 143 | 32 |
| Binary | 10000110 | 1 | 110100 | 0 | 1100011 | 111101 | 101111 | 101010001 | 1100011 | 11010 |
Color Harmonies of #860134
Complementary color
Monochromatic Colors of #860134
Black with #860134
Text Example
Text Example
White with #860134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860134; }
p { color: rgb(134,1,52); }
H1.HeaderClassName
{
color: #860134;
}
.AnyTagClassName
{
color: #860134;
}
</style>
background-color css
<style>
a { background-color: #860134; }
a { background-color: rgb(134,1,52); }
div.DivClassName
{
background-color: #860134;
}
.BgClassName
{
background-color: #860134;
}
</style>
border-color css
<style>
span { border-color: #860134; }
span { border-color: rgb(134,1,52); }
td.TdClassName
{
border-color: #860134;
}
.TagClassName
{
border-color: #860134;
}
</style>