Shades of Disco #841847
Tints of Disco #841847
RGB
CMYK
RGB Variations
Color information
#841847 (or 0x841847) is known color: Disco. HEX triplet: 84, 18 and 47. RGB value is (132,24,71). Sum of RGB (Red+Green+Blue) = 132+24+71=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #841847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841847 is #7BE7B8. Grayscale: #3D3D3D. Windows color (decimal): -8120249 or 4659332. OLE color: 4659332.
HSL color Cylindrical-coordinate representation of color #841847: hue angle of 333.89º 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 #841847 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 71 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.48 |
| HSL | 333.89º | 0.69% | 0.31% | - |
| HSV(B) | 333.89º | 0.82% | 0.52% | - |
| XYZ | 10.98 | 6.01 | 6.54 | - |
| YUV | 61.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 71 | 0 | 0.82 | 0.46 | 0.48 | 333.89 | 0.69 | 0.31 |
| Hex | 84 | 18 | 47 | 0 | 52 | 2E | 30 | 14E | 45 | 1F |
| Octal | 204 | 30 | 107 | 0 | 122 | 56 | 60 | 516 | 105 | 37 |
| Binary | 10000100 | 11000 | 1000111 | 0 | 1010010 | 101110 | 110000 | 101001110 | 1000101 | 11111 |
Color Harmonies of #841847
Complementary color
Monochromatic Colors of #841847
Black with #841847
Text Example
Text Example
White with #841847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841847; }
p { color: rgb(132,24,71); }
H1.HeaderClassName
{
color: #841847;
}
.AnyTagClassName
{
color: #841847;
}
</style>
background-color css
<style>
a { background-color: #841847; }
a { background-color: rgb(132,24,71); }
div.DivClassName
{
background-color: #841847;
}
.BgClassName
{
background-color: #841847;
}
</style>
border-color css
<style>
span { border-color: #841847; }
span { border-color: rgb(132,24,71); }
td.TdClassName
{
border-color: #841847;
}
.TagClassName
{
border-color: #841847;
}
</style>