Shades of Disco #861E4D
Tints of Disco #861E4D
RGB
CMYK
RGB Variations
Color information
#861E4D (or 0x861E4D) is known color: Disco. HEX triplet: 86, 1E and 4D. RGB value is (134,30,77). Sum of RGB (Red+Green+Blue) = 134+30+77=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #861E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E4D is #79E1B2. Grayscale: #424242. Windows color (decimal): -7987635 or 5054086. OLE color: 5054086.
HSL color Cylindrical-coordinate representation of color #861E4D: hue angle of 332.88º degrees, saturation: 0.63, 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 #861E4D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 77 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.47 |
| HSL | 332.88º | 0.63% | 0.32% | - |
| HSV(B) | 332.88º | 0.78% | 0.53% | - |
| XYZ | 11.64 | 6.53 | 7.67 | - |
| YUV | 66.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 77 | 0 | 0.78 | 0.43 | 0.47 | 332.88 | 0.63 | 0.32 |
| Hex | 86 | 1E | 4D | 0 | 4E | 2B | 2F | 14D | 3F | 20 |
| Octal | 206 | 36 | 115 | 0 | 116 | 53 | 57 | 515 | 77 | 40 |
| Binary | 10000110 | 11110 | 1001101 | 0 | 1001110 | 101011 | 101111 | 101001101 | 111111 | 100000 |
Color Harmonies of #861E4D
Complementary color
Monochromatic Colors of #861E4D
Black with #861E4D
Text Example
Text Example
White with #861E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E4D; }
p { color: rgb(134,30,77); }
H1.HeaderClassName
{
color: #861E4D;
}
.AnyTagClassName
{
color: #861E4D;
}
</style>
background-color css
<style>
a { background-color: #861E4D; }
a { background-color: rgb(134,30,77); }
div.DivClassName
{
background-color: #861E4D;
}
.BgClassName
{
background-color: #861E4D;
}
</style>
border-color css
<style>
span { border-color: #861E4D; }
span { border-color: rgb(134,30,77); }
td.TdClassName
{
border-color: #861E4D;
}
.TagClassName
{
border-color: #861E4D;
}
</style>