Shades of Burgundy #86031C
Tints of Burgundy #86031C
RGB
CMYK
RGB Variations
Color information
#86031C (or 0x86031C) is known color: Burgundy. HEX triplet: 86, 03 and 1C. RGB value is (134,3,28). Sum of RGB (Red+Green+Blue) = 134+3+28=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86031C is #79FCE3. Grayscale: #2D2D2D. Windows color (decimal): -7994596 or 1835910. OLE color: 1835910.
HSL color Cylindrical-coordinate representation of color #86031C: hue angle of 348.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86031C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.47 |
| HSL | 348.55º | 0.96% | 0.27% | - |
| HSV(B) | 348.55º | 0.98% | 0.53% | - |
| XYZ | 10.07 | 5.22 | 1.57 | - |
| YUV | 45.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 28 | 0 | 0.98 | 0.79 | 0.47 | 348.55 | 0.96 | 0.27 |
| Hex | 86 | 3 | 1C | 0 | 62 | 4F | 2F | 15D | 60 | 1B |
| Octal | 206 | 3 | 34 | 0 | 142 | 117 | 57 | 535 | 140 | 33 |
| Binary | 10000110 | 11 | 11100 | 0 | 1100010 | 1001111 | 101111 | 101011101 | 1100000 | 11011 |
Color Harmonies of #86031C
Complementary color
Monochromatic Colors of #86031C
Black with #86031C
Text Example
Text Example
White with #86031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86031C; }
p { color: rgb(134,3,28); }
H1.HeaderClassName
{
color: #86031C;
}
.AnyTagClassName
{
color: #86031C;
}
</style>
background-color css
<style>
a { background-color: #86031C; }
a { background-color: rgb(134,3,28); }
div.DivClassName
{
background-color: #86031C;
}
.BgClassName
{
background-color: #86031C;
}
</style>
border-color css
<style>
span { border-color: #86031C; }
span { border-color: rgb(134,3,28); }
td.TdClassName
{
border-color: #86031C;
}
.TagClassName
{
border-color: #86031C;
}
</style>