Shades of Burgundy #860A2D
Tints of Burgundy #860A2D
RGB
CMYK
RGB Variations
Color information
#860A2D (or 0x860A2D) is known color: Burgundy. HEX triplet: 86, 0A and 2D. RGB value is (134,10,45). Sum of RGB (Red+Green+Blue) = 134+10+45=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A2D is #79F5D2. Grayscale: #333333. Windows color (decimal): -7992787 or 2951814. OLE color: 2951814.
HSL color Cylindrical-coordinate representation of color #860A2D: hue angle of 343.06º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A2D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.47 |
| HSL | 343.06º | 0.86% | 0.28% | - |
| HSV(B) | 343.06º | 0.93% | 0.53% | - |
| XYZ | 10.41 | 5.47 | 2.99 | - |
| YUV | 51.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 45 | 0 | 0.93 | 0.66 | 0.47 | 343.06 | 0.86 | 0.28 |
| Hex | 86 | A | 2D | 0 | 5D | 42 | 2F | 157 | 56 | 1C |
| Octal | 206 | 12 | 55 | 0 | 135 | 102 | 57 | 527 | 126 | 34 |
| Binary | 10000110 | 1010 | 101101 | 0 | 1011101 | 1000010 | 101111 | 101010111 | 1010110 | 11100 |
Color Harmonies of #860A2D
Complementary color
Monochromatic Colors of #860A2D
Black with #860A2D
Text Example
Text Example
White with #860A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A2D; }
p { color: rgb(134,10,45); }
H1.HeaderClassName
{
color: #860A2D;
}
.AnyTagClassName
{
color: #860A2D;
}
</style>
background-color css
<style>
a { background-color: #860A2D; }
a { background-color: rgb(134,10,45); }
div.DivClassName
{
background-color: #860A2D;
}
.BgClassName
{
background-color: #860A2D;
}
</style>
border-color css
<style>
span { border-color: #860A2D; }
span { border-color: rgb(134,10,45); }
td.TdClassName
{
border-color: #860A2D;
}
.TagClassName
{
border-color: #860A2D;
}
</style>