Shades of Disco #86314E
Tints of Disco #86314E
RGB
CMYK
RGB Variations
Color information
#86314E (or 0x86314E) is known color: Disco. HEX triplet: 86, 31 and 4E. RGB value is (134,49,78). Sum of RGB (Red+Green+Blue) = 134+49+78=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86314E is #79CEB1. Grayscale: #4D4D4D. Windows color (decimal): -7982770 or 5124486. OLE color: 5124486.
HSL color Cylindrical-coordinate representation of color #86314E: hue angle of 339.53º 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 #86314E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 78 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.47 |
| HSL | 339.53º | 0.46% | 0.36% | - |
| HSV(B) | 339.53º | 0.63% | 0.53% | - |
| XYZ | 12.3 | 7.82 | 8.07 | - |
| YUV | 77.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 78 | 0 | 0.63 | 0.42 | 0.47 | 339.53 | 0.46 | 0.36 |
| Hex | 86 | 31 | 4E | 0 | 3F | 2A | 2F | 154 | 2E | 24 |
| Octal | 206 | 61 | 116 | 0 | 77 | 52 | 57 | 524 | 56 | 44 |
| Binary | 10000110 | 110001 | 1001110 | 0 | 111111 | 101010 | 101111 | 101010100 | 101110 | 100100 |
Color Harmonies of #86314E
Complementary color
Monochromatic Colors of #86314E
Black with #86314E
Text Example
Text Example
White with #86314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86314E; }
p { color: rgb(134,49,78); }
H1.HeaderClassName
{
color: #86314E;
}
.AnyTagClassName
{
color: #86314E;
}
</style>
background-color css
<style>
a { background-color: #86314E; }
a { background-color: rgb(134,49,78); }
div.DivClassName
{
background-color: #86314E;
}
.BgClassName
{
background-color: #86314E;
}
</style>
border-color css
<style>
span { border-color: #86314E; }
span { border-color: rgb(134,49,78); }
td.TdClassName
{
border-color: #86314E;
}
.TagClassName
{
border-color: #86314E;
}
</style>