Shades of Burgundy #86102B
Tints of Burgundy #86102B
RGB
CMYK
RGB Variations
Color information
#86102B (or 0x86102B) is known color: Burgundy. HEX triplet: 86, 10 and 2B. RGB value is (134,16,43). Sum of RGB (Red+Green+Blue) = 134+16+43=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #86102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86102B is #79EFD4. Grayscale: #363636. Windows color (decimal): -7991253 or 2822278. OLE color: 2822278.
HSL color Cylindrical-coordinate representation of color #86102B: hue angle of 346.27º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86102B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 43 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.47 |
| HSL | 346.27º | 0.79% | 0.29% | - |
| HSV(B) | 346.27º | 0.88% | 0.53% | - |
| XYZ | 10.45 | 5.61 | 2.82 | - |
| YUV | 54.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 43 | 0 | 0.88 | 0.68 | 0.47 | 346.27 | 0.79 | 0.29 |
| Hex | 86 | 10 | 2B | 0 | 58 | 44 | 2F | 15A | 4F | 1D |
| Octal | 206 | 20 | 53 | 0 | 130 | 104 | 57 | 532 | 117 | 35 |
| Binary | 10000110 | 10000 | 101011 | 0 | 1011000 | 1000100 | 101111 | 101011010 | 1001111 | 11101 |
Color Harmonies of #86102B
Complementary color
Monochromatic Colors of #86102B
Black with #86102B
Text Example
Text Example
White with #86102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86102B; }
p { color: rgb(134,16,43); }
H1.HeaderClassName
{
color: #86102B;
}
.AnyTagClassName
{
color: #86102B;
}
</style>
background-color css
<style>
a { background-color: #86102B; }
a { background-color: rgb(134,16,43); }
div.DivClassName
{
background-color: #86102B;
}
.BgClassName
{
background-color: #86102B;
}
</style>
border-color css
<style>
span { border-color: #86102B; }
span { border-color: rgb(134,16,43); }
td.TdClassName
{
border-color: #86102B;
}
.TagClassName
{
border-color: #86102B;
}
</style>