Shades of Burgundy #860027
Tints of Burgundy #860027
RGB
CMYK
RGB Variations
Color information
#860027 (or 0x860027) is known color: Burgundy. HEX triplet: 86, 00 and 27. RGB value is (134,0,39). Sum of RGB (Red+Green+Blue) = 134+0+39=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #860027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860027 is #79FFD8. Grayscale: #2C2C2C. Windows color (decimal): -7995353 or 2556038. OLE color: 2556038.
HSL color Cylindrical-coordinate representation of color #860027: hue angle of 342.54º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860027 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.71 | 0.47 |
| HSL | 342.54º | 1% | 0.26% | - |
| HSV(B) | 342.54º | 1% | 0.53% | - |
| XYZ | 10.2 | 5.21 | 2.39 | - |
| YUV | 44.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 39 | 0 | 1 | 0.71 | 0.47 | 342.54 | 1 | 0.26 |
| Hex | 86 | 0 | 27 | 0 | 64 | 47 | 2F | 157 | 64 | 1A |
| Octal | 206 | 0 | 47 | 0 | 144 | 107 | 57 | 527 | 144 | 32 |
| Binary | 10000110 | 0 | 100111 | 0 | 1100100 | 1000111 | 101111 | 101010111 | 1100100 | 11010 |
Color Harmonies of #860027
Complementary color
Monochromatic Colors of #860027
Black with #860027
Text Example
Text Example
White with #860027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860027; }
p { color: rgb(134,0,39); }
H1.HeaderClassName
{
color: #860027;
}
.AnyTagClassName
{
color: #860027;
}
</style>
background-color css
<style>
a { background-color: #860027; }
a { background-color: rgb(134,0,39); }
div.DivClassName
{
background-color: #860027;
}
.BgClassName
{
background-color: #860027;
}
</style>
border-color css
<style>
span { border-color: #860027; }
span { border-color: rgb(134,0,39); }
td.TdClassName
{
border-color: #860027;
}
.TagClassName
{
border-color: #860027;
}
</style>