Shades of Disco #862040
Tints of Disco #862040
RGB
CMYK
RGB Variations
Color information
#862040 (or 0x862040) is known color: Disco. HEX triplet: 86, 20 and 40. RGB value is (134,32,64). Sum of RGB (Red+Green+Blue) = 134+32+64=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862040 is #79DFBF. Grayscale: #424242. Windows color (decimal): -7987136 or 4202630. OLE color: 4202630.
HSL color Cylindrical-coordinate representation of color #862040: hue angle of 341.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862040 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 64 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.47 |
| HSL | 341.18º | 0.61% | 0.33% | - |
| HSV(B) | 341.18º | 0.76% | 0.53% | - |
| XYZ | 11.27 | 6.47 | 5.51 | - |
| YUV | 66.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 64 | 0 | 0.76 | 0.52 | 0.47 | 341.18 | 0.61 | 0.33 |
| Hex | 86 | 20 | 40 | 0 | 4C | 34 | 2F | 155 | 3D | 21 |
| Octal | 206 | 40 | 100 | 0 | 114 | 64 | 57 | 525 | 75 | 41 |
| Binary | 10000110 | 100000 | 1000000 | 0 | 1001100 | 110100 | 101111 | 101010101 | 111101 | 100001 |
Color Harmonies of #862040
Complementary color
Monochromatic Colors of #862040
Black with #862040
Text Example
Text Example
White with #862040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862040; }
p { color: rgb(134,32,64); }
H1.HeaderClassName
{
color: #862040;
}
.AnyTagClassName
{
color: #862040;
}
</style>
background-color css
<style>
a { background-color: #862040; }
a { background-color: rgb(134,32,64); }
div.DivClassName
{
background-color: #862040;
}
.BgClassName
{
background-color: #862040;
}
</style>
border-color css
<style>
span { border-color: #862040; }
span { border-color: rgb(134,32,64); }
td.TdClassName
{
border-color: #862040;
}
.TagClassName
{
border-color: #862040;
}
</style>