Shades of Disco #86334D
Tints of Disco #86334D
RGB
CMYK
RGB Variations
Color information
#86334D (or 0x86334D) is known color: Disco. HEX triplet: 86, 33 and 4D. RGB value is (134,51,77). Sum of RGB (Red+Green+Blue) = 134+51+77=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86334D is #79CCB2. Grayscale: #4E4E4E. Windows color (decimal): -7982259 or 5059462. OLE color: 5059462.
HSL color Cylindrical-coordinate representation of color #86334D: hue angle of 341.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86334D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 77 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.47 |
| HSL | 341.2º | 0.45% | 0.36% | - |
| HSV(B) | 341.2º | 0.62% | 0.53% | - |
| XYZ | 12.35 | 7.97 | 7.91 | - |
| YUV | 78.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 77 | 0 | 0.62 | 0.43 | 0.47 | 341.2 | 0.45 | 0.36 |
| Hex | 86 | 33 | 4D | 0 | 3E | 2B | 2F | 155 | 2D | 24 |
| Octal | 206 | 63 | 115 | 0 | 76 | 53 | 57 | 525 | 55 | 44 |
| Binary | 10000110 | 110011 | 1001101 | 0 | 111110 | 101011 | 101111 | 101010101 | 101101 | 100100 |
Color Harmonies of #86334D
Complementary color
Monochromatic Colors of #86334D
Black with #86334D
Text Example
Text Example
White with #86334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86334D; }
p { color: rgb(134,51,77); }
H1.HeaderClassName
{
color: #86334D;
}
.AnyTagClassName
{
color: #86334D;
}
</style>
background-color css
<style>
a { background-color: #86334D; }
a { background-color: rgb(134,51,77); }
div.DivClassName
{
background-color: #86334D;
}
.BgClassName
{
background-color: #86334D;
}
</style>
border-color css
<style>
span { border-color: #86334D; }
span { border-color: rgb(134,51,77); }
td.TdClassName
{
border-color: #86334D;
}
.TagClassName
{
border-color: #86334D;
}
</style>