Shades of Burgundy #860735
Tints of Burgundy #860735
RGB
CMYK
RGB Variations
Color information
#860735 (or 0x860735) is known color: Burgundy. HEX triplet: 86, 07 and 35. RGB value is (134,7,53). Sum of RGB (Red+Green+Blue) = 134+7+53=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #860735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860735 is #79F8CA. Grayscale: #323232. Windows color (decimal): -7993547 or 3475334. OLE color: 3475334.
HSL color Cylindrical-coordinate representation of color #860735: hue angle of 338.27º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860735 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.47 |
| HSL | 338.27º | 0.9% | 0.28% | - |
| HSV(B) | 338.27º | 0.95% | 0.53% | - |
| XYZ | 10.55 | 5.48 | 3.87 | - |
| YUV | 50.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 53 | 0 | 0.95 | 0.60 | 0.47 | 338.27 | 0.9 | 0.28 |
| Hex | 86 | 7 | 35 | 0 | 5F | 3C | 2F | 152 | 5A | 1C |
| Octal | 206 | 7 | 65 | 0 | 137 | 74 | 57 | 522 | 132 | 34 |
| Binary | 10000110 | 111 | 110101 | 0 | 1011111 | 111100 | 101111 | 101010010 | 1011010 | 11100 |
Color Harmonies of #860735
Complementary color
Monochromatic Colors of #860735
Black with #860735
Text Example
Text Example
White with #860735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860735; }
p { color: rgb(134,7,53); }
H1.HeaderClassName
{
color: #860735;
}
.AnyTagClassName
{
color: #860735;
}
</style>
background-color css
<style>
a { background-color: #860735; }
a { background-color: rgb(134,7,53); }
div.DivClassName
{
background-color: #860735;
}
.BgClassName
{
background-color: #860735;
}
</style>
border-color css
<style>
span { border-color: #860735; }
span { border-color: rgb(134,7,53); }
td.TdClassName
{
border-color: #860735;
}
.TagClassName
{
border-color: #860735;
}
</style>