Shades of Disco #861D4C
Tints of Disco #861D4C
RGB
CMYK
RGB Variations
Color information
#861D4C (or 0x861D4C) is known color: Disco. HEX triplet: 86, 1D and 4C. RGB value is (134,29,76). Sum of RGB (Red+Green+Blue) = 134+29+76=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #861D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D4C is #79E2B3. Grayscale: #414141. Windows color (decimal): -7987892 or 4988294. OLE color: 4988294.
HSL color Cylindrical-coordinate representation of color #861D4C: hue angle of 333.14º 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 #861D4C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 76 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.47 |
| HSL | 333.14º | 0.64% | 0.32% | - |
| HSV(B) | 333.14º | 0.78% | 0.53% | - |
| XYZ | 11.58 | 6.47 | 7.48 | - |
| YUV | 65.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 76 | 0 | 0.78 | 0.43 | 0.47 | 333.14 | 0.64 | 0.32 |
| Hex | 86 | 1D | 4C | 0 | 4E | 2B | 2F | 14D | 40 | 20 |
| Octal | 206 | 35 | 114 | 0 | 116 | 53 | 57 | 515 | 100 | 40 |
| Binary | 10000110 | 11101 | 1001100 | 0 | 1001110 | 101011 | 101111 | 101001101 | 1000000 | 100000 |
Color Harmonies of #861D4C
Complementary color
Monochromatic Colors of #861D4C
Black with #861D4C
Text Example
Text Example
White with #861D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D4C; }
p { color: rgb(134,29,76); }
H1.HeaderClassName
{
color: #861D4C;
}
.AnyTagClassName
{
color: #861D4C;
}
</style>
background-color css
<style>
a { background-color: #861D4C; }
a { background-color: rgb(134,29,76); }
div.DivClassName
{
background-color: #861D4C;
}
.BgClassName
{
background-color: #861D4C;
}
</style>
border-color css
<style>
span { border-color: #861D4C; }
span { border-color: rgb(134,29,76); }
td.TdClassName
{
border-color: #861D4C;
}
.TagClassName
{
border-color: #861D4C;
}
</style>