Shades of Burgundy #860425
Tints of Burgundy #860425
RGB
CMYK
RGB Variations
Color information
#860425 (or 0x860425) is known color: Burgundy. HEX triplet: 86, 04 and 25. RGB value is (134,4,37). Sum of RGB (Red+Green+Blue) = 134+4+37=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860425 is #79FBDA. Grayscale: #2E2E2E. Windows color (decimal): -7994331 or 2425990. OLE color: 2425990.
HSL color Cylindrical-coordinate representation of color #860425: hue angle of 344.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860425 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 37 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.47 |
| HSL | 344.77º | 0.94% | 0.27% | - |
| HSV(B) | 344.77º | 0.97% | 0.53% | - |
| XYZ | 10.21 | 5.29 | 2.23 | - |
| YUV | 46.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 37 | 0 | 0.97 | 0.72 | 0.47 | 344.77 | 0.94 | 0.27 |
| Hex | 86 | 4 | 25 | 0 | 61 | 48 | 2F | 159 | 5E | 1B |
| Octal | 206 | 4 | 45 | 0 | 141 | 110 | 57 | 531 | 136 | 33 |
| Binary | 10000110 | 100 | 100101 | 0 | 1100001 | 1001000 | 101111 | 101011001 | 1011110 | 11011 |
Color Harmonies of #860425
Complementary color
Monochromatic Colors of #860425
Black with #860425
Text Example
Text Example
White with #860425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860425; }
p { color: rgb(134,4,37); }
H1.HeaderClassName
{
color: #860425;
}
.AnyTagClassName
{
color: #860425;
}
</style>
background-color css
<style>
a { background-color: #860425; }
a { background-color: rgb(134,4,37); }
div.DivClassName
{
background-color: #860425;
}
.BgClassName
{
background-color: #860425;
}
</style>
border-color css
<style>
span { border-color: #860425; }
span { border-color: rgb(134,4,37); }
td.TdClassName
{
border-color: #860425;
}
.TagClassName
{
border-color: #860425;
}
</style>