Shades of Disco #841E42
Tints of Disco #841E42
RGB
CMYK
RGB Variations
Color information
#841E42 (or 0x841E42) is known color: Disco. HEX triplet: 84, 1E and 42. RGB value is (132,30,66). Sum of RGB (Red+Green+Blue) = 132+30+66=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #841E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E42 is #7BE1BD. Grayscale: #404040. Windows color (decimal): -8118718 or 4333188. OLE color: 4333188.
HSL color Cylindrical-coordinate representation of color #841E42: hue angle of 338.82º 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 #841E42 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 66 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.48 |
| HSL | 338.82º | 0.63% | 0.32% | - |
| HSV(B) | 338.82º | 0.77% | 0.52% | - |
| XYZ | 10.96 | 6.23 | 5.78 | - |
| YUV | 64.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 66 | 0 | 0.77 | 0.5 | 0.48 | 338.82 | 0.63 | 0.32 |
| Hex | 84 | 1E | 42 | 0 | 4D | 32 | 30 | 153 | 3F | 20 |
| Octal | 204 | 36 | 102 | 0 | 115 | 62 | 60 | 523 | 77 | 40 |
| Binary | 10000100 | 11110 | 1000010 | 0 | 1001101 | 110010 | 110000 | 101010011 | 111111 | 100000 |
Color Harmonies of #841E42
Complementary color
Monochromatic Colors of #841E42
Black with #841E42
Text Example
Text Example
White with #841E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E42; }
p { color: rgb(132,30,66); }
H1.HeaderClassName
{
color: #841E42;
}
.AnyTagClassName
{
color: #841E42;
}
</style>
background-color css
<style>
a { background-color: #841E42; }
a { background-color: rgb(132,30,66); }
div.DivClassName
{
background-color: #841E42;
}
.BgClassName
{
background-color: #841E42;
}
</style>
border-color css
<style>
span { border-color: #841E42; }
span { border-color: rgb(132,30,66); }
td.TdClassName
{
border-color: #841E42;
}
.TagClassName
{
border-color: #841E42;
}
</style>