Shades of Disco #841646
Tints of Disco #841646
RGB
CMYK
RGB Variations
Color information
#841646 (or 0x841646) is known color: Disco. HEX triplet: 84, 16 and 46. RGB value is (132,22,70). Sum of RGB (Red+Green+Blue) = 132+22+70=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #841646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841646 is #7BE9B9. Grayscale: #3C3C3C. Windows color (decimal): -8120762 or 4593284. OLE color: 4593284.
HSL color Cylindrical-coordinate representation of color #841646: hue angle of 333.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841646 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 70 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.48 |
| HSL | 333.82º | 0.71% | 0.3% | - |
| HSV(B) | 333.82º | 0.83% | 0.52% | - |
| XYZ | 10.91 | 5.92 | 6.36 | - |
| YUV | 60.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 70 | 0 | 0.83 | 0.47 | 0.48 | 333.82 | 0.71 | 0.3 |
| Hex | 84 | 16 | 46 | 0 | 53 | 2F | 30 | 14E | 47 | 1E |
| Octal | 204 | 26 | 106 | 0 | 123 | 57 | 60 | 516 | 107 | 36 |
| Binary | 10000100 | 10110 | 1000110 | 0 | 1010011 | 101111 | 110000 | 101001110 | 1000111 | 11110 |
Color Harmonies of #841646
Complementary color
Monochromatic Colors of #841646
Black with #841646
Text Example
Text Example
White with #841646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841646; }
p { color: rgb(132,22,70); }
H1.HeaderClassName
{
color: #841646;
}
.AnyTagClassName
{
color: #841646;
}
</style>
background-color css
<style>
a { background-color: #841646; }
a { background-color: rgb(132,22,70); }
div.DivClassName
{
background-color: #841646;
}
.BgClassName
{
background-color: #841646;
}
</style>
border-color css
<style>
span { border-color: #841646; }
span { border-color: rgb(132,22,70); }
td.TdClassName
{
border-color: #841646;
}
.TagClassName
{
border-color: #841646;
}
</style>