Shades of Disco #842A4B
Tints of Disco #842A4B
RGB
CMYK
RGB Variations
Color information
#842A4B (or 0x842A4B) is known color: Disco. HEX triplet: 84, 2A and 4B. RGB value is (132,42,75). Sum of RGB (Red+Green+Blue) = 132+42+75=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #842A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A4B is #7BD5B4. Grayscale: #484848. Windows color (decimal): -8115637 or 4926084. OLE color: 4926084.
HSL color Cylindrical-coordinate representation of color #842A4B: hue angle of 338º 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 #842A4B is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 75 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.48 |
| HSL | 338º | 0.52% | 0.34% | - |
| HSV(B) | 338º | 0.68% | 0.52% | - |
| XYZ | 11.61 | 7.07 | 7.41 | - |
| YUV | 72.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 75 | 0 | 0.68 | 0.43 | 0.48 | 338 | 0.52 | 0.34 |
| Hex | 84 | 2A | 4B | 0 | 44 | 2B | 30 | 152 | 34 | 22 |
| Octal | 204 | 52 | 113 | 0 | 104 | 53 | 60 | 522 | 64 | 42 |
| Binary | 10000100 | 101010 | 1001011 | 0 | 1000100 | 101011 | 110000 | 101010010 | 110100 | 100010 |
Color Harmonies of #842A4B
Complementary color
Monochromatic Colors of #842A4B
Black with #842A4B
Text Example
Text Example
White with #842A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A4B; }
p { color: rgb(132,42,75); }
H1.HeaderClassName
{
color: #842A4B;
}
.AnyTagClassName
{
color: #842A4B;
}
</style>
background-color css
<style>
a { background-color: #842A4B; }
a { background-color: rgb(132,42,75); }
div.DivClassName
{
background-color: #842A4B;
}
.BgClassName
{
background-color: #842A4B;
}
</style>
border-color css
<style>
span { border-color: #842A4B; }
span { border-color: rgb(132,42,75); }
td.TdClassName
{
border-color: #842A4B;
}
.TagClassName
{
border-color: #842A4B;
}
</style>