Shades of Burgundy #86131C
Tints of Burgundy #86131C
RGB
CMYK
RGB Variations
Color information
#86131C (or 0x86131C) is known color: Burgundy. HEX triplet: 86, 13 and 1C. RGB value is (134,19,28). Sum of RGB (Red+Green+Blue) = 134+19+28=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131C is #79ECE3. Grayscale: #363636. Windows color (decimal): -7990500 or 1840006. OLE color: 1840006.
HSL color Cylindrical-coordinate representation of color #86131C: hue angle of 355.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86131C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 28 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.47 |
| HSL | 355.3º | 0.75% | 0.3% | - |
| HSV(B) | 355.3º | 0.86% | 0.53% | - |
| XYZ | 10.27 | 5.62 | 1.64 | - |
| YUV | 54.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 28 | 0 | 0.86 | 0.79 | 0.47 | 355.3 | 0.75 | 0.3 |
| Hex | 86 | 13 | 1C | 0 | 56 | 4F | 2F | 163 | 4B | 1E |
| Octal | 206 | 23 | 34 | 0 | 126 | 117 | 57 | 543 | 113 | 36 |
| Binary | 10000110 | 10011 | 11100 | 0 | 1010110 | 1001111 | 101111 | 101100011 | 1001011 | 11110 |
Color Harmonies of #86131C
Complementary color
Monochromatic Colors of #86131C
Black with #86131C
Text Example
Text Example
White with #86131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86131C; }
p { color: rgb(134,19,28); }
H1.HeaderClassName
{
color: #86131C;
}
.AnyTagClassName
{
color: #86131C;
}
</style>
background-color css
<style>
a { background-color: #86131C; }
a { background-color: rgb(134,19,28); }
div.DivClassName
{
background-color: #86131C;
}
.BgClassName
{
background-color: #86131C;
}
</style>
border-color css
<style>
span { border-color: #86131C; }
span { border-color: rgb(134,19,28); }
td.TdClassName
{
border-color: #86131C;
}
.TagClassName
{
border-color: #86131C;
}
</style>