Shades of Disco #842A4A
Tints of Disco #842A4A
RGB
CMYK
RGB Variations
Color information
#842A4A (or 0x842A4A) is known color: Disco. HEX triplet: 84, 2A and 4A. RGB value is (132,42,74). Sum of RGB (Red+Green+Blue) = 132+42+74=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #842A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A4A is #7BD5B5. Grayscale: #484848. Windows color (decimal): -8115638 or 4860548. OLE color: 4860548.
HSL color Cylindrical-coordinate representation of color #842A4A: hue angle of 338.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A4A is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 74 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.48 |
| HSL | 338.67º | 0.52% | 0.34% | - |
| HSV(B) | 338.67º | 0.68% | 0.52% | - |
| XYZ | 11.58 | 7.06 | 7.23 | - |
| YUV | 72.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 74 | 0 | 0.68 | 0.44 | 0.48 | 338.67 | 0.52 | 0.34 |
| Hex | 84 | 2A | 4A | 0 | 44 | 2C | 30 | 153 | 34 | 22 |
| Octal | 204 | 52 | 112 | 0 | 104 | 54 | 60 | 523 | 64 | 42 |
| Binary | 10000100 | 101010 | 1001010 | 0 | 1000100 | 101100 | 110000 | 101010011 | 110100 | 100010 |
Color Harmonies of #842A4A
Complementary color
Monochromatic Colors of #842A4A
Black with #842A4A
Text Example
Text Example
White with #842A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A4A; }
p { color: rgb(132,42,74); }
H1.HeaderClassName
{
color: #842A4A;
}
.AnyTagClassName
{
color: #842A4A;
}
</style>
background-color css
<style>
a { background-color: #842A4A; }
a { background-color: rgb(132,42,74); }
div.DivClassName
{
background-color: #842A4A;
}
.BgClassName
{
background-color: #842A4A;
}
</style>
border-color css
<style>
span { border-color: #842A4A; }
span { border-color: rgb(132,42,74); }
td.TdClassName
{
border-color: #842A4A;
}
.TagClassName
{
border-color: #842A4A;
}
</style>