Shades of Disco #86314C
Tints of Disco #86314C
RGB
CMYK
RGB Variations
Color information
#86314C (or 0x86314C) is known color: Disco. HEX triplet: 86, 31 and 4C. RGB value is (134,49,76). Sum of RGB (Red+Green+Blue) = 134+49+76=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86314C is #79CEB3. Grayscale: #4D4D4D. Windows color (decimal): -7982772 or 4993414. OLE color: 4993414.
HSL color Cylindrical-coordinate representation of color #86314C: hue angle of 340.94º 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 #86314C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 76 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.47 |
| HSL | 340.94º | 0.46% | 0.36% | - |
| HSV(B) | 340.94º | 0.63% | 0.53% | - |
| XYZ | 12.23 | 7.79 | 7.7 | - |
| YUV | 77.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 76 | 0 | 0.63 | 0.43 | 0.47 | 340.94 | 0.46 | 0.36 |
| Hex | 86 | 31 | 4C | 0 | 3F | 2B | 2F | 155 | 2E | 24 |
| Octal | 206 | 61 | 114 | 0 | 77 | 53 | 57 | 525 | 56 | 44 |
| Binary | 10000110 | 110001 | 1001100 | 0 | 111111 | 101011 | 101111 | 101010101 | 101110 | 100100 |
Color Harmonies of #86314C
Complementary color
Monochromatic Colors of #86314C
Black with #86314C
Text Example
Text Example
White with #86314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86314C; }
p { color: rgb(134,49,76); }
H1.HeaderClassName
{
color: #86314C;
}
.AnyTagClassName
{
color: #86314C;
}
</style>
background-color css
<style>
a { background-color: #86314C; }
a { background-color: rgb(134,49,76); }
div.DivClassName
{
background-color: #86314C;
}
.BgClassName
{
background-color: #86314C;
}
</style>
border-color css
<style>
span { border-color: #86314C; }
span { border-color: rgb(134,49,76); }
td.TdClassName
{
border-color: #86314C;
}
.TagClassName
{
border-color: #86314C;
}
</style>