Shades of Burgundy #860632
Tints of Burgundy #860632
RGB
CMYK
RGB Variations
Color information
#860632 (or 0x860632) is known color: Burgundy. HEX triplet: 86, 06 and 32. RGB value is (134,6,50). Sum of RGB (Red+Green+Blue) = 134+6+50=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860632 is #79F9CD. Grayscale: #313131. Windows color (decimal): -7993806 or 3278470. OLE color: 3278470.
HSL color Cylindrical-coordinate representation of color #860632: hue angle of 339.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860632 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 50 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.47 |
| HSL | 339.38º | 0.91% | 0.27% | - |
| HSV(B) | 339.38º | 0.96% | 0.53% | - |
| XYZ | 10.47 | 5.43 | 3.51 | - |
| YUV | 49.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 50 | 0 | 0.96 | 0.63 | 0.47 | 339.38 | 0.91 | 0.27 |
| Hex | 86 | 6 | 32 | 0 | 60 | 3F | 2F | 153 | 5B | 1B |
| Octal | 206 | 6 | 62 | 0 | 140 | 77 | 57 | 523 | 133 | 33 |
| Binary | 10000110 | 110 | 110010 | 0 | 1100000 | 111111 | 101111 | 101010011 | 1011011 | 11011 |
Color Harmonies of #860632
Complementary color
Monochromatic Colors of #860632
Black with #860632
Text Example
Text Example
White with #860632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860632; }
p { color: rgb(134,6,50); }
H1.HeaderClassName
{
color: #860632;
}
.AnyTagClassName
{
color: #860632;
}
</style>
background-color css
<style>
a { background-color: #860632; }
a { background-color: rgb(134,6,50); }
div.DivClassName
{
background-color: #860632;
}
.BgClassName
{
background-color: #860632;
}
</style>
border-color css
<style>
span { border-color: #860632; }
span { border-color: rgb(134,6,50); }
td.TdClassName
{
border-color: #860632;
}
.TagClassName
{
border-color: #860632;
}
</style>