Shades of Burgundy #860D1C
Tints of Burgundy #860D1C
RGB
CMYK
RGB Variations
Color information
#860D1C (or 0x860D1C) is known color: Burgundy. HEX triplet: 86, 0D and 1C. RGB value is (134,13,28). Sum of RGB (Red+Green+Blue) = 134+13+28=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D1C is #79F2E3. Grayscale: #323232. Windows color (decimal): -7992036 or 1838470. OLE color: 1838470.
HSL color Cylindrical-coordinate representation of color #860D1C: hue angle of 352.56º 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 #860D1C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 28 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.47 |
| HSL | 352.56º | 0.82% | 0.29% | - |
| HSV(B) | 352.56º | 0.9% | 0.53% | - |
| XYZ | 10.19 | 5.44 | 1.61 | - |
| YUV | 50.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 28 | 0 | 0.90 | 0.79 | 0.47 | 352.56 | 0.82 | 0.29 |
| Hex | 86 | D | 1C | 0 | 5A | 4F | 2F | 161 | 52 | 1D |
| Octal | 206 | 15 | 34 | 0 | 132 | 117 | 57 | 541 | 122 | 35 |
| Binary | 10000110 | 1101 | 11100 | 0 | 1011010 | 1001111 | 101111 | 101100001 | 1010010 | 11101 |
Color Harmonies of #860D1C
Complementary color
Monochromatic Colors of #860D1C
Black with #860D1C
Text Example
Text Example
White with #860D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D1C; }
p { color: rgb(134,13,28); }
H1.HeaderClassName
{
color: #860D1C;
}
.AnyTagClassName
{
color: #860D1C;
}
</style>
background-color css
<style>
a { background-color: #860D1C; }
a { background-color: rgb(134,13,28); }
div.DivClassName
{
background-color: #860D1C;
}
.BgClassName
{
background-color: #860D1C;
}
</style>
border-color css
<style>
span { border-color: #860D1C; }
span { border-color: rgb(134,13,28); }
td.TdClassName
{
border-color: #860D1C;
}
.TagClassName
{
border-color: #860D1C;
}
</style>