Shades of Disco #86314A
Tints of Disco #86314A
RGB
CMYK
RGB Variations
Color information
#86314A (or 0x86314A) is known color: Disco. HEX triplet: 86, 31 and 4A. RGB value is (134,49,74). Sum of RGB (Red+Green+Blue) = 134+49+74=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86314A is #79CEB5. Grayscale: #4D4D4D. Windows color (decimal): -7982774 or 4862342. OLE color: 4862342.
HSL color Cylindrical-coordinate representation of color #86314A: hue angle of 342.35º 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 #86314A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 74 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.47 |
| HSL | 342.35º | 0.46% | 0.36% | - |
| HSV(B) | 342.35º | 0.63% | 0.53% | - |
| XYZ | 12.17 | 7.76 | 7.34 | - |
| YUV | 77.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 74 | 0 | 0.63 | 0.45 | 0.47 | 342.35 | 0.46 | 0.36 |
| Hex | 86 | 31 | 4A | 0 | 3F | 2D | 2F | 156 | 2E | 24 |
| Octal | 206 | 61 | 112 | 0 | 77 | 55 | 57 | 526 | 56 | 44 |
| Binary | 10000110 | 110001 | 1001010 | 0 | 111111 | 101101 | 101111 | 101010110 | 101110 | 100100 |
Color Harmonies of #86314A
Complementary color
Monochromatic Colors of #86314A
Black with #86314A
Text Example
Text Example
White with #86314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86314A; }
p { color: rgb(134,49,74); }
H1.HeaderClassName
{
color: #86314A;
}
.AnyTagClassName
{
color: #86314A;
}
</style>
background-color css
<style>
a { background-color: #86314A; }
a { background-color: rgb(134,49,74); }
div.DivClassName
{
background-color: #86314A;
}
.BgClassName
{
background-color: #86314A;
}
</style>
border-color css
<style>
span { border-color: #86314A; }
span { border-color: rgb(134,49,74); }
td.TdClassName
{
border-color: #86314A;
}
.TagClassName
{
border-color: #86314A;
}
</style>