Shades of Disco #841543
Tints of Disco #841543
RGB
CMYK
RGB Variations
Color information
#841543 (or 0x841543) is known color: Disco. HEX triplet: 84, 15 and 43. RGB value is (132,21,67). Sum of RGB (Red+Green+Blue) = 132+21+67=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #841543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841543 is #7BEABC. Grayscale: #3B3B3B. Windows color (decimal): -8121021 or 4396420. OLE color: 4396420.
HSL color Cylindrical-coordinate representation of color #841543: hue angle of 335.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841543 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 67 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.48 |
| HSL | 335.14º | 0.73% | 0.3% | - |
| HSV(B) | 335.14º | 0.84% | 0.52% | - |
| XYZ | 10.8 | 5.85 | 5.87 | - |
| YUV | 59.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 67 | 0 | 0.84 | 0.49 | 0.48 | 335.14 | 0.73 | 0.3 |
| Hex | 84 | 15 | 43 | 0 | 54 | 31 | 30 | 14F | 49 | 1E |
| Octal | 204 | 25 | 103 | 0 | 124 | 61 | 60 | 517 | 111 | 36 |
| Binary | 10000100 | 10101 | 1000011 | 0 | 1010100 | 110001 | 110000 | 101001111 | 1001001 | 11110 |
Color Harmonies of #841543
Complementary color
Monochromatic Colors of #841543
Black with #841543
Text Example
Text Example
White with #841543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841543; }
p { color: rgb(132,21,67); }
H1.HeaderClassName
{
color: #841543;
}
.AnyTagClassName
{
color: #841543;
}
</style>
background-color css
<style>
a { background-color: #841543; }
a { background-color: rgb(132,21,67); }
div.DivClassName
{
background-color: #841543;
}
.BgClassName
{
background-color: #841543;
}
</style>
border-color css
<style>
span { border-color: #841543; }
span { border-color: rgb(132,21,67); }
td.TdClassName
{
border-color: #841543;
}
.TagClassName
{
border-color: #841543;
}
</style>