Shades of Disco #841E49
Tints of Disco #841E49
RGB
CMYK
RGB Variations
Color information
#841E49 (or 0x841E49) is known color: Disco. HEX triplet: 84, 1E and 49. RGB value is (132,30,73). Sum of RGB (Red+Green+Blue) = 132+30+73=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #841E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E49 is #7BE1B6. Grayscale: #414141. Windows color (decimal): -8118711 or 4791940. OLE color: 4791940.
HSL color Cylindrical-coordinate representation of color #841E49: hue angle of 334.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E49 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 73 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.48 |
| HSL | 334.71º | 0.63% | 0.32% | - |
| HSV(B) | 334.71º | 0.77% | 0.52% | - |
| XYZ | 11.18 | 6.32 | 6.93 | - |
| YUV | 65.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 73 | 0 | 0.77 | 0.45 | 0.48 | 334.71 | 0.63 | 0.32 |
| Hex | 84 | 1E | 49 | 0 | 4D | 2D | 30 | 14F | 3F | 20 |
| Octal | 204 | 36 | 111 | 0 | 115 | 55 | 60 | 517 | 77 | 40 |
| Binary | 10000100 | 11110 | 1001001 | 0 | 1001101 | 101101 | 110000 | 101001111 | 111111 | 100000 |
Color Harmonies of #841E49
Complementary color
Monochromatic Colors of #841E49
Black with #841E49
Text Example
Text Example
White with #841E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E49; }
p { color: rgb(132,30,73); }
H1.HeaderClassName
{
color: #841E49;
}
.AnyTagClassName
{
color: #841E49;
}
</style>
background-color css
<style>
a { background-color: #841E49; }
a { background-color: rgb(132,30,73); }
div.DivClassName
{
background-color: #841E49;
}
.BgClassName
{
background-color: #841E49;
}
</style>
border-color css
<style>
span { border-color: #841E49; }
span { border-color: rgb(132,30,73); }
td.TdClassName
{
border-color: #841E49;
}
.TagClassName
{
border-color: #841E49;
}
</style>