Shades of Burgundy #860D2D
Tints of Burgundy #860D2D
RGB
CMYK
RGB Variations
Color information
#860D2D (or 0x860D2D) is known color: Burgundy. HEX triplet: 86, 0D and 2D. RGB value is (134,13,45). Sum of RGB (Red+Green+Blue) = 134+13+45=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #860D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D2D is #79F2D2. Grayscale: #343434. Windows color (decimal): -7992019 or 2952582. OLE color: 2952582.
HSL color Cylindrical-coordinate representation of color #860D2D: hue angle of 344.13º 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 #860D2D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 45 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.47 |
| HSL | 344.13º | 0.82% | 0.29% | - |
| HSV(B) | 344.13º | 0.9% | 0.53% | - |
| XYZ | 10.45 | 5.55 | 3 | - |
| YUV | 52.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 45 | 0 | 0.90 | 0.66 | 0.47 | 344.13 | 0.82 | 0.29 |
| Hex | 86 | D | 2D | 0 | 5A | 42 | 2F | 158 | 52 | 1D |
| Octal | 206 | 15 | 55 | 0 | 132 | 102 | 57 | 530 | 122 | 35 |
| Binary | 10000110 | 1101 | 101101 | 0 | 1011010 | 1000010 | 101111 | 101011000 | 1010010 | 11101 |
Color Harmonies of #860D2D
Complementary color
Monochromatic Colors of #860D2D
Black with #860D2D
Text Example
Text Example
White with #860D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D2D; }
p { color: rgb(134,13,45); }
H1.HeaderClassName
{
color: #860D2D;
}
.AnyTagClassName
{
color: #860D2D;
}
</style>
background-color css
<style>
a { background-color: #860D2D; }
a { background-color: rgb(134,13,45); }
div.DivClassName
{
background-color: #860D2D;
}
.BgClassName
{
background-color: #860D2D;
}
</style>
border-color css
<style>
span { border-color: #860D2D; }
span { border-color: rgb(134,13,45); }
td.TdClassName
{
border-color: #860D2D;
}
.TagClassName
{
border-color: #860D2D;
}
</style>