Shades of Disco #842C43
Tints of Disco #842C43
RGB
CMYK
RGB Variations
Color information
#842C43 (or 0x842C43) is known color: Disco. HEX triplet: 84, 2C and 43. RGB value is (132,44,67). Sum of RGB (Red+Green+Blue) = 132+44+67=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #842C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C43 is #7BD3BC. Grayscale: #484848. Windows color (decimal): -8115133 or 4402308. OLE color: 4402308.
HSL color Cylindrical-coordinate representation of color #842C43: hue angle of 344.32º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C43 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 67 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.48 |
| HSL | 344.32º | 0.5% | 0.35% | - |
| HSV(B) | 344.32º | 0.67% | 0.52% | - |
| XYZ | 11.43 | 7.11 | 6.08 | - |
| YUV | 72.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 67 | 0 | 0.67 | 0.49 | 0.48 | 344.32 | 0.5 | 0.35 |
| Hex | 84 | 2C | 43 | 0 | 43 | 31 | 30 | 158 | 32 | 23 |
| Octal | 204 | 54 | 103 | 0 | 103 | 61 | 60 | 530 | 62 | 43 |
| Binary | 10000100 | 101100 | 1000011 | 0 | 1000011 | 110001 | 110000 | 101011000 | 110010 | 100011 |
Color Harmonies of #842C43
Complementary color
Monochromatic Colors of #842C43
Black with #842C43
Text Example
Text Example
White with #842C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C43; }
p { color: rgb(132,44,67); }
H1.HeaderClassName
{
color: #842C43;
}
.AnyTagClassName
{
color: #842C43;
}
</style>
background-color css
<style>
a { background-color: #842C43; }
a { background-color: rgb(132,44,67); }
div.DivClassName
{
background-color: #842C43;
}
.BgClassName
{
background-color: #842C43;
}
</style>
border-color css
<style>
span { border-color: #842C43; }
span { border-color: rgb(132,44,67); }
td.TdClassName
{
border-color: #842C43;
}
.TagClassName
{
border-color: #842C43;
}
</style>