Shades of Burgundy #860A3C
Tints of Burgundy #860A3C
RGB
CMYK
RGB Variations
Color information
#860A3C (or 0x860A3C) is known color: Burgundy. HEX triplet: 86, 0A and 3C. RGB value is (134,10,60). Sum of RGB (Red+Green+Blue) = 134+10+60=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #860A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A3C is #79F5C3. Grayscale: #343434. Windows color (decimal): -7992772 or 3934854. OLE color: 3934854.
HSL color Cylindrical-coordinate representation of color #860A3C: hue angle of 335.81º 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 #860A3C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 60 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.47 |
| HSL | 335.81º | 0.86% | 0.28% | - |
| HSV(B) | 335.81º | 0.93% | 0.53% | - |
| XYZ | 10.76 | 5.61 | 4.79 | - |
| YUV | 52.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 60 | 0 | 0.93 | 0.55 | 0.47 | 335.81 | 0.86 | 0.28 |
| Hex | 86 | A | 3C | 0 | 5D | 37 | 2F | 150 | 56 | 1C |
| Octal | 206 | 12 | 74 | 0 | 135 | 67 | 57 | 520 | 126 | 34 |
| Binary | 10000110 | 1010 | 111100 | 0 | 1011101 | 110111 | 101111 | 101010000 | 1010110 | 11100 |
Color Harmonies of #860A3C
Complementary color
Monochromatic Colors of #860A3C
Black with #860A3C
Text Example
Text Example
White with #860A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A3C; }
p { color: rgb(134,10,60); }
H1.HeaderClassName
{
color: #860A3C;
}
.AnyTagClassName
{
color: #860A3C;
}
</style>
background-color css
<style>
a { background-color: #860A3C; }
a { background-color: rgb(134,10,60); }
div.DivClassName
{
background-color: #860A3C;
}
.BgClassName
{
background-color: #860A3C;
}
</style>
border-color css
<style>
span { border-color: #860A3C; }
span { border-color: rgb(134,10,60); }
td.TdClassName
{
border-color: #860A3C;
}
.TagClassName
{
border-color: #860A3C;
}
</style>