Shades of Disco #841741
Tints of Disco #841741
RGB
CMYK
RGB Variations
Color information
#841741 (or 0x841741) is known color: Disco. HEX triplet: 84, 17 and 41. RGB value is (132,23,65). Sum of RGB (Red+Green+Blue) = 132+23+65=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #841741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841741 is #7BE8BE. Grayscale: #3C3C3C. Windows color (decimal): -8120511 or 4265860. OLE color: 4265860.
HSL color Cylindrical-coordinate representation of color #841741: hue angle of 336.88º degrees, saturation: 0.7, 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 #841741 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 65 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.48 |
| HSL | 336.88º | 0.7% | 0.3% | - |
| HSV(B) | 336.88º | 0.83% | 0.52% | - |
| XYZ | 10.78 | 5.9 | 5.57 | - |
| YUV | 60.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 65 | 0 | 0.83 | 0.51 | 0.48 | 336.88 | 0.7 | 0.3 |
| Hex | 84 | 17 | 41 | 0 | 53 | 33 | 30 | 151 | 46 | 1E |
| Octal | 204 | 27 | 101 | 0 | 123 | 63 | 60 | 521 | 106 | 36 |
| Binary | 10000100 | 10111 | 1000001 | 0 | 1010011 | 110011 | 110000 | 101010001 | 1000110 | 11110 |
Color Harmonies of #841741
Complementary color
Monochromatic Colors of #841741
Black with #841741
Text Example
Text Example
White with #841741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841741; }
p { color: rgb(132,23,65); }
H1.HeaderClassName
{
color: #841741;
}
.AnyTagClassName
{
color: #841741;
}
</style>
background-color css
<style>
a { background-color: #841741; }
a { background-color: rgb(132,23,65); }
div.DivClassName
{
background-color: #841741;
}
.BgClassName
{
background-color: #841741;
}
</style>
border-color css
<style>
span { border-color: #841741; }
span { border-color: rgb(132,23,65); }
td.TdClassName
{
border-color: #841741;
}
.TagClassName
{
border-color: #841741;
}
</style>