Shades of Disco #861F4D
Tints of Disco #861F4D
RGB
CMYK
RGB Variations
Color information
#861F4D (or 0x861F4D) is known color: Disco. HEX triplet: 86, 1F and 4D. RGB value is (134,31,77). Sum of RGB (Red+Green+Blue) = 134+31+77=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #861F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F4D is #79E0B2. Grayscale: #424242. Windows color (decimal): -7987379 or 5054342. OLE color: 5054342.
HSL color Cylindrical-coordinate representation of color #861F4D: hue angle of 333.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F4D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 77 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.47 |
| HSL | 333.2º | 0.62% | 0.32% | - |
| HSV(B) | 333.2º | 0.77% | 0.53% | - |
| XYZ | 11.66 | 6.58 | 7.68 | - |
| YUV | 67.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 77 | 0 | 0.77 | 0.43 | 0.47 | 333.2 | 0.62 | 0.32 |
| Hex | 86 | 1F | 4D | 0 | 4D | 2B | 2F | 14D | 3E | 20 |
| Octal | 206 | 37 | 115 | 0 | 115 | 53 | 57 | 515 | 76 | 40 |
| Binary | 10000110 | 11111 | 1001101 | 0 | 1001101 | 101011 | 101111 | 101001101 | 111110 | 100000 |
Color Harmonies of #861F4D
Complementary color
Monochromatic Colors of #861F4D
Black with #861F4D
Text Example
Text Example
White with #861F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F4D; }
p { color: rgb(134,31,77); }
H1.HeaderClassName
{
color: #861F4D;
}
.AnyTagClassName
{
color: #861F4D;
}
</style>
background-color css
<style>
a { background-color: #861F4D; }
a { background-color: rgb(134,31,77); }
div.DivClassName
{
background-color: #861F4D;
}
.BgClassName
{
background-color: #861F4D;
}
</style>
border-color css
<style>
span { border-color: #861F4D; }
span { border-color: rgb(134,31,77); }
td.TdClassName
{
border-color: #861F4D;
}
.TagClassName
{
border-color: #861F4D;
}
</style>