Shades of Disco #842E4D
Tints of Disco #842E4D
RGB
CMYK
RGB Variations
Color information
#842E4D (or 0x842E4D) is known color: Disco. HEX triplet: 84, 2E and 4D. RGB value is (132,46,77). Sum of RGB (Red+Green+Blue) = 132+46+77=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #842E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E4D is #7BD1B2. Grayscale: #4B4B4B. Windows color (decimal): -8114611 or 5058180. OLE color: 5058180.
HSL color Cylindrical-coordinate representation of color #842E4D: hue angle of 338.37º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E4D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 77 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.48 |
| HSL | 338.37º | 0.48% | 0.35% | - |
| HSV(B) | 338.37º | 0.65% | 0.52% | - |
| XYZ | 11.83 | 7.4 | 7.82 | - |
| YUV | 75.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 77 | 0 | 0.65 | 0.42 | 0.48 | 338.37 | 0.48 | 0.35 |
| Hex | 84 | 2E | 4D | 0 | 41 | 2A | 30 | 152 | 30 | 23 |
| Octal | 204 | 56 | 115 | 0 | 101 | 52 | 60 | 522 | 60 | 43 |
| Binary | 10000100 | 101110 | 1001101 | 0 | 1000001 | 101010 | 110000 | 101010010 | 110000 | 100011 |
Color Harmonies of #842E4D
Complementary color
Monochromatic Colors of #842E4D
Black with #842E4D
Text Example
Text Example
White with #842E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E4D; }
p { color: rgb(132,46,77); }
H1.HeaderClassName
{
color: #842E4D;
}
.AnyTagClassName
{
color: #842E4D;
}
</style>
background-color css
<style>
a { background-color: #842E4D; }
a { background-color: rgb(132,46,77); }
div.DivClassName
{
background-color: #842E4D;
}
.BgClassName
{
background-color: #842E4D;
}
</style>
border-color css
<style>
span { border-color: #842E4D; }
span { border-color: rgb(132,46,77); }
td.TdClassName
{
border-color: #842E4D;
}
.TagClassName
{
border-color: #842E4D;
}
</style>