Shades of Disco #86314D
Tints of Disco #86314D
RGB
CMYK
RGB Variations
Color information
#86314D (or 0x86314D) is known color: Disco. HEX triplet: 86, 31 and 4D. RGB value is (134,49,77). Sum of RGB (Red+Green+Blue) = 134+49+77=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86314D is #79CEB2. Grayscale: #4D4D4D. Windows color (decimal): -7982771 or 5058950. OLE color: 5058950.
HSL color Cylindrical-coordinate representation of color #86314D: hue angle of 340.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86314D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 77 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.47 |
| HSL | 340.24º | 0.46% | 0.36% | - |
| HSV(B) | 340.24º | 0.63% | 0.53% | - |
| XYZ | 12.27 | 7.8 | 7.88 | - |
| YUV | 77.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 77 | 0 | 0.63 | 0.43 | 0.47 | 340.24 | 0.46 | 0.36 |
| Hex | 86 | 31 | 4D | 0 | 3F | 2B | 2F | 154 | 2E | 24 |
| Octal | 206 | 61 | 115 | 0 | 77 | 53 | 57 | 524 | 56 | 44 |
| Binary | 10000110 | 110001 | 1001101 | 0 | 111111 | 101011 | 101111 | 101010100 | 101110 | 100100 |
Color Harmonies of #86314D
Complementary color
Monochromatic Colors of #86314D
Black with #86314D
Text Example
Text Example
White with #86314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86314D; }
p { color: rgb(134,49,77); }
H1.HeaderClassName
{
color: #86314D;
}
.AnyTagClassName
{
color: #86314D;
}
</style>
background-color css
<style>
a { background-color: #86314D; }
a { background-color: rgb(134,49,77); }
div.DivClassName
{
background-color: #86314D;
}
.BgClassName
{
background-color: #86314D;
}
</style>
border-color css
<style>
span { border-color: #86314D; }
span { border-color: rgb(134,49,77); }
td.TdClassName
{
border-color: #86314D;
}
.TagClassName
{
border-color: #86314D;
}
</style>