Shades of Disco #861E44
Tints of Disco #861E44
RGB
CMYK
RGB Variations
Color information
#861E44 (or 0x861E44) is known color: Disco. HEX triplet: 86, 1E and 44. RGB value is (134,30,68). Sum of RGB (Red+Green+Blue) = 134+30+68=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #861E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E44 is #79E1BB. Grayscale: #414141. Windows color (decimal): -7987644 or 4464262. OLE color: 4464262.
HSL color Cylindrical-coordinate representation of color #861E44: hue angle of 338.08º 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 #861E44 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 68 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.47 |
| HSL | 338.08º | 0.63% | 0.32% | - |
| HSV(B) | 338.08º | 0.78% | 0.53% | - |
| XYZ | 11.34 | 6.41 | 6.11 | - |
| YUV | 65.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 68 | 0 | 0.78 | 0.49 | 0.47 | 338.08 | 0.63 | 0.32 |
| Hex | 86 | 1E | 44 | 0 | 4E | 31 | 2F | 152 | 3F | 20 |
| Octal | 206 | 36 | 104 | 0 | 116 | 61 | 57 | 522 | 77 | 40 |
| Binary | 10000110 | 11110 | 1000100 | 0 | 1001110 | 110001 | 101111 | 101010010 | 111111 | 100000 |
Color Harmonies of #861E44
Complementary color
Monochromatic Colors of #861E44
Black with #861E44
Text Example
Text Example
White with #861E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E44; }
p { color: rgb(134,30,68); }
H1.HeaderClassName
{
color: #861E44;
}
.AnyTagClassName
{
color: #861E44;
}
</style>
background-color css
<style>
a { background-color: #861E44; }
a { background-color: rgb(134,30,68); }
div.DivClassName
{
background-color: #861E44;
}
.BgClassName
{
background-color: #861E44;
}
</style>
border-color css
<style>
span { border-color: #861E44; }
span { border-color: rgb(134,30,68); }
td.TdClassName
{
border-color: #861E44;
}
.TagClassName
{
border-color: #861E44;
}
</style>