Shades of Disco #86304A
Tints of Disco #86304A
RGB
CMYK
RGB Variations
Color information
#86304A (or 0x86304A) is known color: Disco. HEX triplet: 86, 30 and 4A. RGB value is (134,48,74). Sum of RGB (Red+Green+Blue) = 134+48+74=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #86304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86304A is #79CFB5. Grayscale: #4C4C4C. Windows color (decimal): -7983030 or 4862086. OLE color: 4862086.
HSL color Cylindrical-coordinate representation of color #86304A: hue angle of 341.86º 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 #86304A is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 74 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.47 |
| HSL | 341.86º | 0.47% | 0.36% | - |
| HSV(B) | 341.86º | 0.64% | 0.53% | - |
| XYZ | 12.12 | 7.68 | 7.32 | - |
| YUV | 76.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 74 | 0 | 0.64 | 0.45 | 0.47 | 341.86 | 0.47 | 0.36 |
| Hex | 86 | 30 | 4A | 0 | 40 | 2D | 2F | 156 | 2F | 24 |
| Octal | 206 | 60 | 112 | 0 | 100 | 55 | 57 | 526 | 57 | 44 |
| Binary | 10000110 | 110000 | 1001010 | 0 | 1000000 | 101101 | 101111 | 101010110 | 101111 | 100100 |
Color Harmonies of #86304A
Complementary color
Monochromatic Colors of #86304A
Black with #86304A
Text Example
Text Example
White with #86304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86304A; }
p { color: rgb(134,48,74); }
H1.HeaderClassName
{
color: #86304A;
}
.AnyTagClassName
{
color: #86304A;
}
</style>
background-color css
<style>
a { background-color: #86304A; }
a { background-color: rgb(134,48,74); }
div.DivClassName
{
background-color: #86304A;
}
.BgClassName
{
background-color: #86304A;
}
</style>
border-color css
<style>
span { border-color: #86304A; }
span { border-color: rgb(134,48,74); }
td.TdClassName
{
border-color: #86304A;
}
.TagClassName
{
border-color: #86304A;
}
</style>