Shades of Burgundy #860828
Tints of Burgundy #860828
RGB
CMYK
RGB Variations
Color information
#860828 (or 0x860828) is known color: Burgundy. HEX triplet: 86, 08 and 28. RGB value is (134,8,40). Sum of RGB (Red+Green+Blue) = 134+8+40=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #860828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860828 is #79F7D7. Grayscale: #313131. Windows color (decimal): -7993304 or 2623622. OLE color: 2623622.
HSL color Cylindrical-coordinate representation of color #860828: hue angle of 344.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860828 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 40 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.47 |
| HSL | 344.76º | 0.89% | 0.28% | - |
| HSV(B) | 344.76º | 0.94% | 0.53% | - |
| XYZ | 10.3 | 5.4 | 2.51 | - |
| YUV | 49.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 40 | 0 | 0.94 | 0.70 | 0.47 | 344.76 | 0.89 | 0.28 |
| Hex | 86 | 8 | 28 | 0 | 5E | 46 | 2F | 159 | 59 | 1C |
| Octal | 206 | 10 | 50 | 0 | 136 | 106 | 57 | 531 | 131 | 34 |
| Binary | 10000110 | 1000 | 101000 | 0 | 1011110 | 1000110 | 101111 | 101011001 | 1011001 | 11100 |
Color Harmonies of #860828
Complementary color
Monochromatic Colors of #860828
Black with #860828
Text Example
Text Example
White with #860828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860828; }
p { color: rgb(134,8,40); }
H1.HeaderClassName
{
color: #860828;
}
.AnyTagClassName
{
color: #860828;
}
</style>
background-color css
<style>
a { background-color: #860828; }
a { background-color: rgb(134,8,40); }
div.DivClassName
{
background-color: #860828;
}
.BgClassName
{
background-color: #860828;
}
</style>
border-color css
<style>
span { border-color: #860828; }
span { border-color: rgb(134,8,40); }
td.TdClassName
{
border-color: #860828;
}
.TagClassName
{
border-color: #860828;
}
</style>