Shades of Burgundy #860732
Tints of Burgundy #860732
RGB
CMYK
RGB Variations
Color information
#860732 (or 0x860732) is known color: Burgundy. HEX triplet: 86, 07 and 32. RGB value is (134,7,50). Sum of RGB (Red+Green+Blue) = 134+7+50=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860732 is #79F8CD. Grayscale: #313131. Windows color (decimal): -7993550 or 3278726. OLE color: 3278726.
HSL color Cylindrical-coordinate representation of color #860732: hue angle of 339.69º 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 #860732 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 50 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.47 |
| HSL | 339.69º | 0.9% | 0.28% | - |
| HSV(B) | 339.69º | 0.95% | 0.53% | - |
| XYZ | 10.48 | 5.45 | 3.52 | - |
| YUV | 49.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 50 | 0 | 0.95 | 0.63 | 0.47 | 339.69 | 0.9 | 0.28 |
| Hex | 86 | 7 | 32 | 0 | 5F | 3F | 2F | 154 | 5A | 1C |
| Octal | 206 | 7 | 62 | 0 | 137 | 77 | 57 | 524 | 132 | 34 |
| Binary | 10000110 | 111 | 110010 | 0 | 1011111 | 111111 | 101111 | 101010100 | 1011010 | 11100 |
Color Harmonies of #860732
Complementary color
Monochromatic Colors of #860732
Black with #860732
Text Example
Text Example
White with #860732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860732; }
p { color: rgb(134,7,50); }
H1.HeaderClassName
{
color: #860732;
}
.AnyTagClassName
{
color: #860732;
}
</style>
background-color css
<style>
a { background-color: #860732; }
a { background-color: rgb(134,7,50); }
div.DivClassName
{
background-color: #860732;
}
.BgClassName
{
background-color: #860732;
}
</style>
border-color css
<style>
span { border-color: #860732; }
span { border-color: rgb(134,7,50); }
td.TdClassName
{
border-color: #860732;
}
.TagClassName
{
border-color: #860732;
}
</style>