Shades of Burgundy #860025
Tints of Burgundy #860025
RGB
CMYK
RGB Variations
Color information
#860025 (or 0x860025) is known color: Burgundy. HEX triplet: 86, 00 and 25. RGB value is (134,0,37). Sum of RGB (Red+Green+Blue) = 134+0+37=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860025 is #79FFDA. Grayscale: #2C2C2C. Windows color (decimal): -7995355 or 2424966. OLE color: 2424966.
HSL color Cylindrical-coordinate representation of color #860025: hue angle of 343.43º 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 #860025 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.72 | 0.47 |
| HSL | 343.43º | 1% | 0.26% | - |
| HSV(B) | 343.43º | 1% | 0.53% | - |
| XYZ | 10.17 | 5.2 | 2.22 | - |
| YUV | 44.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 37 | 0 | 1 | 0.72 | 0.47 | 343.43 | 1 | 0.26 |
| Hex | 86 | 0 | 25 | 0 | 64 | 48 | 2F | 157 | 64 | 1A |
| Octal | 206 | 0 | 45 | 0 | 144 | 110 | 57 | 527 | 144 | 32 |
| Binary | 10000110 | 0 | 100101 | 0 | 1100100 | 1001000 | 101111 | 101010111 | 1100100 | 11010 |
Color Harmonies of #860025
Complementary color
Monochromatic Colors of #860025
Black with #860025
Text Example
Text Example
White with #860025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860025; }
p { color: rgb(134,0,37); }
H1.HeaderClassName
{
color: #860025;
}
.AnyTagClassName
{
color: #860025;
}
</style>
background-color css
<style>
a { background-color: #860025; }
a { background-color: rgb(134,0,37); }
div.DivClassName
{
background-color: #860025;
}
.BgClassName
{
background-color: #860025;
}
</style>
border-color css
<style>
span { border-color: #860025; }
span { border-color: rgb(134,0,37); }
td.TdClassName
{
border-color: #860025;
}
.TagClassName
{
border-color: #860025;
}
</style>