Shades of Disco #84224C
Tints of Disco #84224C
RGB
CMYK
RGB Variations
Color information
#84224C (or 0x84224C) is known color: Disco. HEX triplet: 84, 22 and 4C. RGB value is (132,34,76). Sum of RGB (Red+Green+Blue) = 132+34+76=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84224C is #7BDDB3. Grayscale: #444444. Windows color (decimal): -8117684 or 4989572. OLE color: 4989572.
HSL color Cylindrical-coordinate representation of color #84224C: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84224C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 76 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.48 |
| HSL | 334.29º | 0.59% | 0.33% | - |
| HSV(B) | 334.29º | 0.74% | 0.52% | - |
| XYZ | 11.39 | 6.57 | 7.51 | - |
| YUV | 68.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 76 | 0 | 0.74 | 0.42 | 0.48 | 334.29 | 0.59 | 0.33 |
| Hex | 84 | 22 | 4C | 0 | 4A | 2A | 30 | 14E | 3B | 21 |
| Octal | 204 | 42 | 114 | 0 | 112 | 52 | 60 | 516 | 73 | 41 |
| Binary | 10000100 | 100010 | 1001100 | 0 | 1001010 | 101010 | 110000 | 101001110 | 111011 | 100001 |
Color Harmonies of #84224C
Complementary color
Monochromatic Colors of #84224C
Black with #84224C
Text Example
Text Example
White with #84224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84224C; }
p { color: rgb(132,34,76); }
H1.HeaderClassName
{
color: #84224C;
}
.AnyTagClassName
{
color: #84224C;
}
</style>
background-color css
<style>
a { background-color: #84224C; }
a { background-color: rgb(132,34,76); }
div.DivClassName
{
background-color: #84224C;
}
.BgClassName
{
background-color: #84224C;
}
</style>
border-color css
<style>
span { border-color: #84224C; }
span { border-color: rgb(132,34,76); }
td.TdClassName
{
border-color: #84224C;
}
.TagClassName
{
border-color: #84224C;
}
</style>