Shades of Disco #84274D
Tints of Disco #84274D
RGB
CMYK
RGB Variations
Color information
#84274D (or 0x84274D) is known color: Disco. HEX triplet: 84, 27 and 4D. RGB value is (132,39,77). Sum of RGB (Red+Green+Blue) = 132+39+77=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84274D is #7BD8B2. Grayscale: #474747. Windows color (decimal): -8116403 or 5056388. OLE color: 5056388.
HSL color Cylindrical-coordinate representation of color #84274D: hue angle of 335.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84274D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 77 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.48 |
| HSL | 335.48º | 0.54% | 0.34% | - |
| HSV(B) | 335.48º | 0.7% | 0.52% | - |
| XYZ | 11.58 | 6.89 | 7.74 | - |
| YUV | 71.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 77 | 0 | 0.70 | 0.42 | 0.48 | 335.48 | 0.54 | 0.34 |
| Hex | 84 | 27 | 4D | 0 | 46 | 2A | 30 | 14F | 36 | 22 |
| Octal | 204 | 47 | 115 | 0 | 106 | 52 | 60 | 517 | 66 | 42 |
| Binary | 10000100 | 100111 | 1001101 | 0 | 1000110 | 101010 | 110000 | 101001111 | 110110 | 100010 |
Color Harmonies of #84274D
Complementary color
Monochromatic Colors of #84274D
Black with #84274D
Text Example
Text Example
White with #84274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84274D; }
p { color: rgb(132,39,77); }
H1.HeaderClassName
{
color: #84274D;
}
.AnyTagClassName
{
color: #84274D;
}
</style>
background-color css
<style>
a { background-color: #84274D; }
a { background-color: rgb(132,39,77); }
div.DivClassName
{
background-color: #84274D;
}
.BgClassName
{
background-color: #84274D;
}
</style>
border-color css
<style>
span { border-color: #84274D; }
span { border-color: rgb(132,39,77); }
td.TdClassName
{
border-color: #84274D;
}
.TagClassName
{
border-color: #84274D;
}
</style>