Shades of Disco #861D40
Tints of Disco #861D40
RGB
CMYK
RGB Variations
Color information
#861D40 (or 0x861D40) is known color: Disco. HEX triplet: 86, 1D and 40. RGB value is (134,29,64). Sum of RGB (Red+Green+Blue) = 134+29+64=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #861D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D40 is #79E2BF. Grayscale: #404040. Windows color (decimal): -7987904 or 4201862. OLE color: 4201862.
HSL color Cylindrical-coordinate representation of color #861D40: hue angle of 340º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D40 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 64 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.47 |
| HSL | 340º | 0.64% | 0.32% | - |
| HSV(B) | 340º | 0.78% | 0.53% | - |
| XYZ | 11.2 | 6.32 | 5.48 | - |
| YUV | 64.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 64 | 0 | 0.78 | 0.52 | 0.47 | 340 | 0.64 | 0.32 |
| Hex | 86 | 1D | 40 | 0 | 4E | 34 | 2F | 154 | 40 | 20 |
| Octal | 206 | 35 | 100 | 0 | 116 | 64 | 57 | 524 | 100 | 40 |
| Binary | 10000110 | 11101 | 1000000 | 0 | 1001110 | 110100 | 101111 | 101010100 | 1000000 | 100000 |
Color Harmonies of #861D40
Complementary color
Monochromatic Colors of #861D40
Black with #861D40
Text Example
Text Example
White with #861D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D40; }
p { color: rgb(134,29,64); }
H1.HeaderClassName
{
color: #861D40;
}
.AnyTagClassName
{
color: #861D40;
}
</style>
background-color css
<style>
a { background-color: #861D40; }
a { background-color: rgb(134,29,64); }
div.DivClassName
{
background-color: #861D40;
}
.BgClassName
{
background-color: #861D40;
}
</style>
border-color css
<style>
span { border-color: #861D40; }
span { border-color: rgb(134,29,64); }
td.TdClassName
{
border-color: #861D40;
}
.TagClassName
{
border-color: #861D40;
}
</style>