Shades of Burgundy #860D28
Tints of Burgundy #860D28
RGB
CMYK
RGB Variations
Color information
#860D28 (or 0x860D28) is known color: Burgundy. HEX triplet: 86, 0D and 28. RGB value is (134,13,40). Sum of RGB (Red+Green+Blue) = 134+13+40=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D28 is #79F2D7. Grayscale: #343434. Windows color (decimal): -7992024 or 2624902. OLE color: 2624902.
HSL color Cylindrical-coordinate representation of color #860D28: hue angle of 346.61º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 40 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.47 |
| HSL | 346.61º | 0.82% | 0.29% | - |
| HSV(B) | 346.61º | 0.9% | 0.53% | - |
| XYZ | 10.36 | 5.51 | 2.52 | - |
| YUV | 52.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 40 | 0 | 0.90 | 0.70 | 0.47 | 346.61 | 0.82 | 0.29 |
| Hex | 86 | D | 28 | 0 | 5A | 46 | 2F | 15B | 52 | 1D |
| Octal | 206 | 15 | 50 | 0 | 132 | 106 | 57 | 533 | 122 | 35 |
| Binary | 10000110 | 1101 | 101000 | 0 | 1011010 | 1000110 | 101111 | 101011011 | 1010010 | 11101 |
Color Harmonies of #860D28
Complementary color
Monochromatic Colors of #860D28
Black with #860D28
Text Example
Text Example
White with #860D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D28; }
p { color: rgb(134,13,40); }
H1.HeaderClassName
{
color: #860D28;
}
.AnyTagClassName
{
color: #860D28;
}
</style>
background-color css
<style>
a { background-color: #860D28; }
a { background-color: rgb(134,13,40); }
div.DivClassName
{
background-color: #860D28;
}
.BgClassName
{
background-color: #860D28;
}
</style>
border-color css
<style>
span { border-color: #860D28; }
span { border-color: rgb(134,13,40); }
td.TdClassName
{
border-color: #860D28;
}
.TagClassName
{
border-color: #860D28;
}
</style>