Shades of Burgundy #860A25
Tints of Burgundy #860A25
RGB
CMYK
RGB Variations
Color information
#860A25 (or 0x860A25) is known color: Burgundy. HEX triplet: 86, 0A and 25. RGB value is (134,10,37). Sum of RGB (Red+Green+Blue) = 134+10+37=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #860A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A25 is #79F5DA. Grayscale: #323232. Windows color (decimal): -7992795 or 2427526. OLE color: 2427526.
HSL color Cylindrical-coordinate representation of color #860A25: hue angle of 346.94º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A25 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 37 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.47 |
| HSL | 346.94º | 0.86% | 0.28% | - |
| HSV(B) | 346.94º | 0.93% | 0.53% | - |
| XYZ | 10.27 | 5.42 | 2.25 | - |
| YUV | 50.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 37 | 0 | 0.93 | 0.72 | 0.47 | 346.94 | 0.86 | 0.28 |
| Hex | 86 | A | 25 | 0 | 5D | 48 | 2F | 15B | 56 | 1C |
| Octal | 206 | 12 | 45 | 0 | 135 | 110 | 57 | 533 | 126 | 34 |
| Binary | 10000110 | 1010 | 100101 | 0 | 1011101 | 1001000 | 101111 | 101011011 | 1010110 | 11100 |
Color Harmonies of #860A25
Complementary color
Monochromatic Colors of #860A25
Black with #860A25
Text Example
Text Example
White with #860A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A25; }
p { color: rgb(134,10,37); }
H1.HeaderClassName
{
color: #860A25;
}
.AnyTagClassName
{
color: #860A25;
}
</style>
background-color css
<style>
a { background-color: #860A25; }
a { background-color: rgb(134,10,37); }
div.DivClassName
{
background-color: #860A25;
}
.BgClassName
{
background-color: #860A25;
}
</style>
border-color css
<style>
span { border-color: #860A25; }
span { border-color: rgb(134,10,37); }
td.TdClassName
{
border-color: #860A25;
}
.TagClassName
{
border-color: #860A25;
}
</style>