Shades of Disco #842142
Tints of Disco #842142
RGB
CMYK
RGB Variations
Color information
#842142 (or 0x842142) is known color: Disco. HEX triplet: 84, 21 and 42. RGB value is (132,33,66). Sum of RGB (Red+Green+Blue) = 132+33+66=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842142 is #7BDEBD. Grayscale: #424242. Windows color (decimal): -8117950 or 4333956. OLE color: 4333956.
HSL color Cylindrical-coordinate representation of color #842142: hue angle of 340º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842142 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 66 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.48 |
| HSL | 340º | 0.6% | 0.32% | - |
| HSV(B) | 340º | 0.75% | 0.52% | - |
| XYZ | 11.04 | 6.39 | 5.8 | - |
| YUV | 66.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 66 | 0 | 0.75 | 0.5 | 0.48 | 340 | 0.6 | 0.32 |
| Hex | 84 | 21 | 42 | 0 | 4B | 32 | 30 | 154 | 3C | 20 |
| Octal | 204 | 41 | 102 | 0 | 113 | 62 | 60 | 524 | 74 | 40 |
| Binary | 10000100 | 100001 | 1000010 | 0 | 1001011 | 110010 | 110000 | 101010100 | 111100 | 100000 |
Color Harmonies of #842142
Complementary color
Monochromatic Colors of #842142
Black with #842142
Text Example
Text Example
White with #842142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842142; }
p { color: rgb(132,33,66); }
H1.HeaderClassName
{
color: #842142;
}
.AnyTagClassName
{
color: #842142;
}
</style>
background-color css
<style>
a { background-color: #842142; }
a { background-color: rgb(132,33,66); }
div.DivClassName
{
background-color: #842142;
}
.BgClassName
{
background-color: #842142;
}
</style>
border-color css
<style>
span { border-color: #842142; }
span { border-color: rgb(132,33,66); }
td.TdClassName
{
border-color: #842142;
}
.TagClassName
{
border-color: #842142;
}
</style>