Shades of Disco #84254C
Tints of Disco #84254C
RGB
CMYK
RGB Variations
Color information
#84254C (or 0x84254C) is known color: Disco. HEX triplet: 84, 25 and 4C. RGB value is (132,37,76). Sum of RGB (Red+Green+Blue) = 132+37+76=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84254C is #7BDAB3. Grayscale: #454545. Windows color (decimal): -8116916 or 4990340. OLE color: 4990340.
HSL color Cylindrical-coordinate representation of color #84254C: hue angle of 335.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84254C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 76 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.48 |
| HSL | 335.37º | 0.56% | 0.33% | - |
| HSV(B) | 335.37º | 0.72% | 0.52% | - |
| XYZ | 11.48 | 6.75 | 7.54 | - |
| YUV | 69.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 76 | 0 | 0.72 | 0.42 | 0.48 | 335.37 | 0.56 | 0.33 |
| Hex | 84 | 25 | 4C | 0 | 48 | 2A | 30 | 14F | 38 | 21 |
| Octal | 204 | 45 | 114 | 0 | 110 | 52 | 60 | 517 | 70 | 41 |
| Binary | 10000100 | 100101 | 1001100 | 0 | 1001000 | 101010 | 110000 | 101001111 | 111000 | 100001 |
Color Harmonies of #84254C
Complementary color
Monochromatic Colors of #84254C
Black with #84254C
Text Example
Text Example
White with #84254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84254C; }
p { color: rgb(132,37,76); }
H1.HeaderClassName
{
color: #84254C;
}
.AnyTagClassName
{
color: #84254C;
}
</style>
background-color css
<style>
a { background-color: #84254C; }
a { background-color: rgb(132,37,76); }
div.DivClassName
{
background-color: #84254C;
}
.BgClassName
{
background-color: #84254C;
}
</style>
border-color css
<style>
span { border-color: #84254C; }
span { border-color: rgb(132,37,76); }
td.TdClassName
{
border-color: #84254C;
}
.TagClassName
{
border-color: #84254C;
}
</style>