Shades of Disco #862F49
Tints of Disco #862F49
RGB
CMYK
RGB Variations
Color information
#862F49 (or 0x862F49) is known color: Disco. HEX triplet: 86, 2F and 49. RGB value is (134,47,73). Sum of RGB (Red+Green+Blue) = 134+47+73=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #862F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F49 is #79D0B6. Grayscale: #4B4B4B. Windows color (decimal): -7983287 or 4796294. OLE color: 4796294.
HSL color Cylindrical-coordinate representation of color #862F49: hue angle of 342.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F49 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 73 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.47 |
| HSL | 342.07º | 0.48% | 0.35% | - |
| HSV(B) | 342.07º | 0.65% | 0.53% | - |
| XYZ | 12.05 | 7.58 | 7.13 | - |
| YUV | 75.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 73 | 0 | 0.65 | 0.46 | 0.47 | 342.07 | 0.48 | 0.35 |
| Hex | 86 | 2F | 49 | 0 | 41 | 2E | 2F | 156 | 30 | 23 |
| Octal | 206 | 57 | 111 | 0 | 101 | 56 | 57 | 526 | 60 | 43 |
| Binary | 10000110 | 101111 | 1001001 | 0 | 1000001 | 101110 | 101111 | 101010110 | 110000 | 100011 |
Color Harmonies of #862F49
Complementary color
Monochromatic Colors of #862F49
Black with #862F49
Text Example
Text Example
White with #862F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F49; }
p { color: rgb(134,47,73); }
H1.HeaderClassName
{
color: #862F49;
}
.AnyTagClassName
{
color: #862F49;
}
</style>
background-color css
<style>
a { background-color: #862F49; }
a { background-color: rgb(134,47,73); }
div.DivClassName
{
background-color: #862F49;
}
.BgClassName
{
background-color: #862F49;
}
</style>
border-color css
<style>
span { border-color: #862F49; }
span { border-color: rgb(134,47,73); }
td.TdClassName
{
border-color: #862F49;
}
.TagClassName
{
border-color: #862F49;
}
</style>