Shades of Disco #841A42
Tints of Disco #841A42
RGB
CMYK
RGB Variations
Color information
#841A42 (or 0x841A42) is known color: Disco. HEX triplet: 84, 1A and 42. RGB value is (132,26,66). Sum of RGB (Red+Green+Blue) = 132+26+66=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #841A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A42 is #7BE5BD. Grayscale: #3E3E3E. Windows color (decimal): -8119742 or 4332164. OLE color: 4332164.
HSL color Cylindrical-coordinate representation of color #841A42: hue angle of 337.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A42 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 66 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.48 |
| HSL | 337.36º | 0.67% | 0.31% | - |
| HSV(B) | 337.36º | 0.8% | 0.52% | - |
| XYZ | 10.87 | 6.04 | 5.75 | - |
| YUV | 62.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 66 | 0 | 0.80 | 0.5 | 0.48 | 337.36 | 0.67 | 0.31 |
| Hex | 84 | 1A | 42 | 0 | 50 | 32 | 30 | 151 | 43 | 1F |
| Octal | 204 | 32 | 102 | 0 | 120 | 62 | 60 | 521 | 103 | 37 |
| Binary | 10000100 | 11010 | 1000010 | 0 | 1010000 | 110010 | 110000 | 101010001 | 1000011 | 11111 |
Color Harmonies of #841A42
Complementary color
Monochromatic Colors of #841A42
Black with #841A42
Text Example
Text Example
White with #841A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A42; }
p { color: rgb(132,26,66); }
H1.HeaderClassName
{
color: #841A42;
}
.AnyTagClassName
{
color: #841A42;
}
</style>
background-color css
<style>
a { background-color: #841A42; }
a { background-color: rgb(132,26,66); }
div.DivClassName
{
background-color: #841A42;
}
.BgClassName
{
background-color: #841A42;
}
</style>
border-color css
<style>
span { border-color: #841A42; }
span { border-color: rgb(132,26,66); }
td.TdClassName
{
border-color: #841A42;
}
.TagClassName
{
border-color: #841A42;
}
</style>