Shades of Disco #842143
Tints of Disco #842143
RGB
CMYK
RGB Variations
Color information
#842143 (or 0x842143) is known color: Disco. HEX triplet: 84, 21 and 43. RGB value is (132,33,67). Sum of RGB (Red+Green+Blue) = 132+33+67=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #842143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842143 is #7BDEBC. Grayscale: #424242. Windows color (decimal): -8117949 or 4399492. OLE color: 4399492.
HSL color Cylindrical-coordinate representation of color #842143: hue angle of 339.39º 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 #842143 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 67 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.48 |
| HSL | 339.39º | 0.6% | 0.32% | - |
| HSV(B) | 339.39º | 0.75% | 0.52% | - |
| XYZ | 11.07 | 6.4 | 5.96 | - |
| YUV | 66.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 67 | 0 | 0.75 | 0.49 | 0.48 | 339.39 | 0.6 | 0.32 |
| Hex | 84 | 21 | 43 | 0 | 4B | 31 | 30 | 153 | 3C | 20 |
| Octal | 204 | 41 | 103 | 0 | 113 | 61 | 60 | 523 | 74 | 40 |
| Binary | 10000100 | 100001 | 1000011 | 0 | 1001011 | 110001 | 110000 | 101010011 | 111100 | 100000 |
Color Harmonies of #842143
Complementary color
Monochromatic Colors of #842143
Black with #842143
Text Example
Text Example
White with #842143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842143; }
p { color: rgb(132,33,67); }
H1.HeaderClassName
{
color: #842143;
}
.AnyTagClassName
{
color: #842143;
}
</style>
background-color css
<style>
a { background-color: #842143; }
a { background-color: rgb(132,33,67); }
div.DivClassName
{
background-color: #842143;
}
.BgClassName
{
background-color: #842143;
}
</style>
border-color css
<style>
span { border-color: #842143; }
span { border-color: rgb(132,33,67); }
td.TdClassName
{
border-color: #842143;
}
.TagClassName
{
border-color: #842143;
}
</style>