Shades of Burgundy #860A1C
Tints of Burgundy #860A1C
RGB
CMYK
RGB Variations
Color information
#860A1C (or 0x860A1C) is known color: Burgundy. HEX triplet: 86, 0A and 1C. RGB value is (134,10,28). Sum of RGB (Red+Green+Blue) = 134+10+28=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A1C is #79F5E3. Grayscale: #313131. Windows color (decimal): -7992804 or 1837702. OLE color: 1837702.
HSL color Cylindrical-coordinate representation of color #860A1C: hue angle of 351.29º 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 #860A1C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 28 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.47 |
| HSL | 351.29º | 0.86% | 0.28% | - |
| HSV(B) | 351.29º | 0.93% | 0.53% | - |
| XYZ | 10.15 | 5.37 | 1.6 | - |
| YUV | 49.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 28 | 0 | 0.93 | 0.79 | 0.47 | 351.29 | 0.86 | 0.28 |
| Hex | 86 | A | 1C | 0 | 5D | 4F | 2F | 15F | 56 | 1C |
| Octal | 206 | 12 | 34 | 0 | 135 | 117 | 57 | 537 | 126 | 34 |
| Binary | 10000110 | 1010 | 11100 | 0 | 1011101 | 1001111 | 101111 | 101011111 | 1010110 | 11100 |
Color Harmonies of #860A1C
Complementary color
Monochromatic Colors of #860A1C
Black with #860A1C
Text Example
Text Example
White with #860A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A1C; }
p { color: rgb(134,10,28); }
H1.HeaderClassName
{
color: #860A1C;
}
.AnyTagClassName
{
color: #860A1C;
}
</style>
background-color css
<style>
a { background-color: #860A1C; }
a { background-color: rgb(134,10,28); }
div.DivClassName
{
background-color: #860A1C;
}
.BgClassName
{
background-color: #860A1C;
}
</style>
border-color css
<style>
span { border-color: #860A1C; }
span { border-color: rgb(134,10,28); }
td.TdClassName
{
border-color: #860A1C;
}
.TagClassName
{
border-color: #860A1C;
}
</style>