Shades of Disco #86304D
Tints of Disco #86304D
RGB
CMYK
RGB Variations
Color information
#86304D (or 0x86304D) is known color: Disco. HEX triplet: 86, 30 and 4D. RGB value is (134,48,77). Sum of RGB (Red+Green+Blue) = 134+48+77=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86304D is #79CFB2. Grayscale: #4C4C4C. Windows color (decimal): -7983027 or 5058694. OLE color: 5058694.
HSL color Cylindrical-coordinate representation of color #86304D: hue angle of 339.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86304D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 77 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.47 |
| HSL | 339.77º | 0.47% | 0.36% | - |
| HSV(B) | 339.77º | 0.64% | 0.53% | - |
| XYZ | 12.23 | 7.72 | 7.87 | - |
| YUV | 77.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 77 | 0 | 0.64 | 0.43 | 0.47 | 339.77 | 0.47 | 0.36 |
| Hex | 86 | 30 | 4D | 0 | 40 | 2B | 2F | 154 | 2F | 24 |
| Octal | 206 | 60 | 115 | 0 | 100 | 53 | 57 | 524 | 57 | 44 |
| Binary | 10000110 | 110000 | 1001101 | 0 | 1000000 | 101011 | 101111 | 101010100 | 101111 | 100100 |
Color Harmonies of #86304D
Complementary color
Monochromatic Colors of #86304D
Black with #86304D
Text Example
Text Example
White with #86304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86304D; }
p { color: rgb(134,48,77); }
H1.HeaderClassName
{
color: #86304D;
}
.AnyTagClassName
{
color: #86304D;
}
</style>
background-color css
<style>
a { background-color: #86304D; }
a { background-color: rgb(134,48,77); }
div.DivClassName
{
background-color: #86304D;
}
.BgClassName
{
background-color: #86304D;
}
</style>
border-color css
<style>
span { border-color: #86304D; }
span { border-color: rgb(134,48,77); }
td.TdClassName
{
border-color: #86304D;
}
.TagClassName
{
border-color: #86304D;
}
</style>