Shades of Burgundy #86102D
Tints of Burgundy #86102D
RGB
CMYK
RGB Variations
Color information
#86102D (or 0x86102D) is known color: Burgundy. HEX triplet: 86, 10 and 2D. RGB value is (134,16,45). Sum of RGB (Red+Green+Blue) = 134+16+45=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86102D is #79EFD2. Grayscale: #363636. Windows color (decimal): -7991251 or 2953350. OLE color: 2953350.
HSL color Cylindrical-coordinate representation of color #86102D: hue angle of 345.25º 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 #86102D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 45 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.47 |
| HSL | 345.25º | 0.79% | 0.29% | - |
| HSV(B) | 345.25º | 0.88% | 0.53% | - |
| XYZ | 10.49 | 5.63 | 3.02 | - |
| YUV | 54.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 45 | 0 | 0.88 | 0.66 | 0.47 | 345.25 | 0.79 | 0.29 |
| Hex | 86 | 10 | 2D | 0 | 58 | 42 | 2F | 159 | 4F | 1D |
| Octal | 206 | 20 | 55 | 0 | 130 | 102 | 57 | 531 | 117 | 35 |
| Binary | 10000110 | 10000 | 101101 | 0 | 1011000 | 1000010 | 101111 | 101011001 | 1001111 | 11101 |
Color Harmonies of #86102D
Complementary color
Monochromatic Colors of #86102D
Black with #86102D
Text Example
Text Example
White with #86102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86102D; }
p { color: rgb(134,16,45); }
H1.HeaderClassName
{
color: #86102D;
}
.AnyTagClassName
{
color: #86102D;
}
</style>
background-color css
<style>
a { background-color: #86102D; }
a { background-color: rgb(134,16,45); }
div.DivClassName
{
background-color: #86102D;
}
.BgClassName
{
background-color: #86102D;
}
</style>
border-color css
<style>
span { border-color: #86102D; }
span { border-color: rgb(134,16,45); }
td.TdClassName
{
border-color: #86102D;
}
.TagClassName
{
border-color: #86102D;
}
</style>