Shades of Disco #841447
Tints of Disco #841447
RGB
CMYK
RGB Variations
Color information
#841447 (or 0x841447) is known color: Disco. HEX triplet: 84, 14 and 47. RGB value is (132,20,71). Sum of RGB (Red+Green+Blue) = 132+20+71=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841447 is #7BEBB8. Grayscale: #3B3B3B. Windows color (decimal): -8121273 or 4658308. OLE color: 4658308.
HSL color Cylindrical-coordinate representation of color #841447: hue angle of 332.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841447 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 71 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.48 |
| HSL | 332.68º | 0.74% | 0.3% | - |
| HSV(B) | 332.68º | 0.85% | 0.52% | - |
| XYZ | 10.9 | 5.86 | 6.52 | - |
| YUV | 59.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 71 | 0 | 0.85 | 0.46 | 0.48 | 332.68 | 0.74 | 0.3 |
| Hex | 84 | 14 | 47 | 0 | 55 | 2E | 30 | 14D | 4A | 1E |
| Octal | 204 | 24 | 107 | 0 | 125 | 56 | 60 | 515 | 112 | 36 |
| Binary | 10000100 | 10100 | 1000111 | 0 | 1010101 | 101110 | 110000 | 101001101 | 1001010 | 11110 |
Color Harmonies of #841447
Complementary color
Monochromatic Colors of #841447
Black with #841447
Text Example
Text Example
White with #841447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841447; }
p { color: rgb(132,20,71); }
H1.HeaderClassName
{
color: #841447;
}
.AnyTagClassName
{
color: #841447;
}
</style>
background-color css
<style>
a { background-color: #841447; }
a { background-color: rgb(132,20,71); }
div.DivClassName
{
background-color: #841447;
}
.BgClassName
{
background-color: #841447;
}
</style>
border-color css
<style>
span { border-color: #841447; }
span { border-color: rgb(132,20,71); }
td.TdClassName
{
border-color: #841447;
}
.TagClassName
{
border-color: #841447;
}
</style>