Shades of Disco #84334D
Tints of Disco #84334D
RGB
CMYK
RGB Variations
Color information
#84334D (or 0x84334D) is known color: Disco. HEX triplet: 84, 33 and 4D. RGB value is (132,51,77). Sum of RGB (Red+Green+Blue) = 132+51+77=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84334D is #7BCCB2. Grayscale: #4E4E4E. Windows color (decimal): -8113331 or 5059460. OLE color: 5059460.
HSL color Cylindrical-coordinate representation of color #84334D: hue angle of 340.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84334D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 77 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.48 |
| HSL | 340.74º | 0.44% | 0.36% | - |
| HSV(B) | 340.74º | 0.61% | 0.52% | - |
| XYZ | 12.04 | 7.81 | 7.89 | - |
| YUV | 78.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 77 | 0 | 0.61 | 0.42 | 0.48 | 340.74 | 0.44 | 0.36 |
| Hex | 84 | 33 | 4D | 0 | 3D | 2A | 30 | 155 | 2C | 24 |
| Octal | 204 | 63 | 115 | 0 | 75 | 52 | 60 | 525 | 54 | 44 |
| Binary | 10000100 | 110011 | 1001101 | 0 | 111101 | 101010 | 110000 | 101010101 | 101100 | 100100 |
Color Harmonies of #84334D
Complementary color
Monochromatic Colors of #84334D
Black with #84334D
Text Example
Text Example
White with #84334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84334D; }
p { color: rgb(132,51,77); }
H1.HeaderClassName
{
color: #84334D;
}
.AnyTagClassName
{
color: #84334D;
}
</style>
background-color css
<style>
a { background-color: #84334D; }
a { background-color: rgb(132,51,77); }
div.DivClassName
{
background-color: #84334D;
}
.BgClassName
{
background-color: #84334D;
}
</style>
border-color css
<style>
span { border-color: #84334D; }
span { border-color: rgb(132,51,77); }
td.TdClassName
{
border-color: #84334D;
}
.TagClassName
{
border-color: #84334D;
}
</style>