Shades of Disco #861744
Tints of Disco #861744
RGB
CMYK
RGB Variations
Color information
#861744 (or 0x861744) is known color: Disco. HEX triplet: 86, 17 and 44. RGB value is (134,23,68). Sum of RGB (Red+Green+Blue) = 134+23+68=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #861744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861744 is #79E8BB. Grayscale: #3D3D3D. Windows color (decimal): -7989436 or 4462470. OLE color: 4462470.
HSL color Cylindrical-coordinate representation of color #861744: hue angle of 335.68º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861744 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 68 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.47 |
| HSL | 335.68º | 0.71% | 0.31% | - |
| HSV(B) | 335.68º | 0.83% | 0.53% | - |
| XYZ | 11.18 | 6.1 | 6.06 | - |
| YUV | 61.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 68 | 0 | 0.83 | 0.49 | 0.47 | 335.68 | 0.71 | 0.31 |
| Hex | 86 | 17 | 44 | 0 | 53 | 31 | 2F | 150 | 47 | 1F |
| Octal | 206 | 27 | 104 | 0 | 123 | 61 | 57 | 520 | 107 | 37 |
| Binary | 10000110 | 10111 | 1000100 | 0 | 1010011 | 110001 | 101111 | 101010000 | 1000111 | 11111 |
Color Harmonies of #861744
Complementary color
Monochromatic Colors of #861744
Black with #861744
Text Example
Text Example
White with #861744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861744; }
p { color: rgb(134,23,68); }
H1.HeaderClassName
{
color: #861744;
}
.AnyTagClassName
{
color: #861744;
}
</style>
background-color css
<style>
a { background-color: #861744; }
a { background-color: rgb(134,23,68); }
div.DivClassName
{
background-color: #861744;
}
.BgClassName
{
background-color: #861744;
}
</style>
border-color css
<style>
span { border-color: #861744; }
span { border-color: rgb(134,23,68); }
td.TdClassName
{
border-color: #861744;
}
.TagClassName
{
border-color: #861744;
}
</style>