Shades of Disco #841842
Tints of Disco #841842
RGB
CMYK
RGB Variations
Color information
#841842 (or 0x841842) is known color: Disco. HEX triplet: 84, 18 and 42. RGB value is (132,24,66). Sum of RGB (Red+Green+Blue) = 132+24+66=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #841842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841842 is #7BE7BD. Grayscale: #3D3D3D. Windows color (decimal): -8120254 or 4331652. OLE color: 4331652.
HSL color Cylindrical-coordinate representation of color #841842: hue angle of 336.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841842 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 66 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.48 |
| HSL | 336.67º | 0.69% | 0.31% | - |
| HSV(B) | 336.67º | 0.82% | 0.52% | - |
| XYZ | 10.83 | 5.95 | 5.73 | - |
| YUV | 61.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 66 | 0 | 0.82 | 0.5 | 0.48 | 336.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 42 | 0 | 52 | 32 | 30 | 151 | 45 | 1F |
| Octal | 204 | 30 | 102 | 0 | 122 | 62 | 60 | 521 | 105 | 37 |
| Binary | 10000100 | 11000 | 1000010 | 0 | 1010010 | 110010 | 110000 | 101010001 | 1000101 | 11111 |
Color Harmonies of #841842
Complementary color
Monochromatic Colors of #841842
Black with #841842
Text Example
Text Example
White with #841842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841842; }
p { color: rgb(132,24,66); }
H1.HeaderClassName
{
color: #841842;
}
.AnyTagClassName
{
color: #841842;
}
</style>
background-color css
<style>
a { background-color: #841842; }
a { background-color: rgb(132,24,66); }
div.DivClassName
{
background-color: #841842;
}
.BgClassName
{
background-color: #841842;
}
</style>
border-color css
<style>
span { border-color: #841842; }
span { border-color: rgb(132,24,66); }
td.TdClassName
{
border-color: #841842;
}
.TagClassName
{
border-color: #841842;
}
</style>