Shades of Disco #842D4C
Tints of Disco #842D4C
RGB
CMYK
RGB Variations
Color information
#842D4C (or 0x842D4C) is known color: Disco. HEX triplet: 84, 2D and 4C. RGB value is (132,45,76). Sum of RGB (Red+Green+Blue) = 132+45+76=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #842D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D4C is #7BD2B3. Grayscale: #4A4A4A. Windows color (decimal): -8114868 or 4992388. OLE color: 4992388.
HSL color Cylindrical-coordinate representation of color #842D4C: hue angle of 338.62º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D4C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 76 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.48 |
| HSL | 338.62º | 0.49% | 0.35% | - |
| HSV(B) | 338.62º | 0.66% | 0.52% | - |
| XYZ | 11.76 | 7.3 | 7.63 | - |
| YUV | 74.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 76 | 0 | 0.66 | 0.42 | 0.48 | 338.62 | 0.49 | 0.35 |
| Hex | 84 | 2D | 4C | 0 | 42 | 2A | 30 | 153 | 31 | 23 |
| Octal | 204 | 55 | 114 | 0 | 102 | 52 | 60 | 523 | 61 | 43 |
| Binary | 10000100 | 101101 | 1001100 | 0 | 1000010 | 101010 | 110000 | 101010011 | 110001 | 100011 |
Color Harmonies of #842D4C
Complementary color
Monochromatic Colors of #842D4C
Black with #842D4C
Text Example
Text Example
White with #842D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D4C; }
p { color: rgb(132,45,76); }
H1.HeaderClassName
{
color: #842D4C;
}
.AnyTagClassName
{
color: #842D4C;
}
</style>
background-color css
<style>
a { background-color: #842D4C; }
a { background-color: rgb(132,45,76); }
div.DivClassName
{
background-color: #842D4C;
}
.BgClassName
{
background-color: #842D4C;
}
</style>
border-color css
<style>
span { border-color: #842D4C; }
span { border-color: rgb(132,45,76); }
td.TdClassName
{
border-color: #842D4C;
}
.TagClassName
{
border-color: #842D4C;
}
</style>