Shades of Disco #862C50
Tints of Disco #862C50
RGB
CMYK
RGB Variations
Color information
#862C50 (or 0x862C50) is known color: Disco. HEX triplet: 86, 2C and 50. RGB value is (134,44,80). Sum of RGB (Red+Green+Blue) = 134+44+80=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #862C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C50 is #79D3AF. Grayscale: #4A4A4A. Windows color (decimal): -7984048 or 5254278. OLE color: 5254278.
HSL color Cylindrical-coordinate representation of color #862C50: hue angle of 336º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C50 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 80 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.47 |
| HSL | 336º | 0.51% | 0.35% | - |
| HSV(B) | 336º | 0.67% | 0.53% | - |
| XYZ | 12.18 | 7.45 | 8.39 | - |
| YUV | 75.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 80 | 0 | 0.67 | 0.40 | 0.47 | 336 | 0.51 | 0.35 |
| Hex | 86 | 2C | 50 | 0 | 43 | 28 | 2F | 150 | 33 | 23 |
| Octal | 206 | 54 | 120 | 0 | 103 | 50 | 57 | 520 | 63 | 43 |
| Binary | 10000110 | 101100 | 1010000 | 0 | 1000011 | 101000 | 101111 | 101010000 | 110011 | 100011 |
Color Harmonies of #862C50
Complementary color
Monochromatic Colors of #862C50
Black with #862C50
Text Example
Text Example
White with #862C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C50; }
p { color: rgb(134,44,80); }
H1.HeaderClassName
{
color: #862C50;
}
.AnyTagClassName
{
color: #862C50;
}
</style>
background-color css
<style>
a { background-color: #862C50; }
a { background-color: rgb(134,44,80); }
div.DivClassName
{
background-color: #862C50;
}
.BgClassName
{
background-color: #862C50;
}
</style>
border-color css
<style>
span { border-color: #862C50; }
span { border-color: rgb(134,44,80); }
td.TdClassName
{
border-color: #862C50;
}
.TagClassName
{
border-color: #862C50;
}
</style>