Shades of Disco #842244
Tints of Disco #842244
RGB
CMYK
RGB Variations
Color information
#842244 (or 0x842244) is known color: Disco. HEX triplet: 84, 22 and 44. RGB value is (132,34,68). Sum of RGB (Red+Green+Blue) = 132+34+68=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #842244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842244 is #7BDDBB. Grayscale: #434343. Windows color (decimal): -8117692 or 4465284. OLE color: 4465284.
HSL color Cylindrical-coordinate representation of color #842244: hue angle of 339.18º 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 #842244 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 68 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.48 |
| HSL | 339.18º | 0.59% | 0.33% | - |
| HSV(B) | 339.18º | 0.74% | 0.52% | - |
| XYZ | 11.13 | 6.47 | 6.13 | - |
| YUV | 67.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 68 | 0 | 0.74 | 0.48 | 0.48 | 339.18 | 0.59 | 0.33 |
| Hex | 84 | 22 | 44 | 0 | 4A | 30 | 30 | 153 | 3B | 21 |
| Octal | 204 | 42 | 104 | 0 | 112 | 60 | 60 | 523 | 73 | 41 |
| Binary | 10000100 | 100010 | 1000100 | 0 | 1001010 | 110000 | 110000 | 101010011 | 111011 | 100001 |
Color Harmonies of #842244
Complementary color
Monochromatic Colors of #842244
Black with #842244
Text Example
Text Example
White with #842244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842244; }
p { color: rgb(132,34,68); }
H1.HeaderClassName
{
color: #842244;
}
.AnyTagClassName
{
color: #842244;
}
</style>
background-color css
<style>
a { background-color: #842244; }
a { background-color: rgb(132,34,68); }
div.DivClassName
{
background-color: #842244;
}
.BgClassName
{
background-color: #842244;
}
</style>
border-color css
<style>
span { border-color: #842244; }
span { border-color: rgb(132,34,68); }
td.TdClassName
{
border-color: #842244;
}
.TagClassName
{
border-color: #842244;
}
</style>