Shades of Disco #842D4B
Tints of Disco #842D4B
RGB
CMYK
RGB Variations
Color information
#842D4B (or 0x842D4B) is known color: Disco. HEX triplet: 84, 2D and 4B. RGB value is (132,45,75). Sum of RGB (Red+Green+Blue) = 132+45+75=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #842D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D4B is #7BD2B4. Grayscale: #4A4A4A. Windows color (decimal): -8114869 or 4926852. OLE color: 4926852.
HSL color Cylindrical-coordinate representation of color #842D4B: hue angle of 339.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D4B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 75 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.48 |
| HSL | 339.31º | 0.49% | 0.35% | - |
| HSV(B) | 339.31º | 0.66% | 0.52% | - |
| XYZ | 11.72 | 7.29 | 7.45 | - |
| YUV | 74.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 75 | 0 | 0.66 | 0.43 | 0.48 | 339.31 | 0.49 | 0.35 |
| Hex | 84 | 2D | 4B | 0 | 42 | 2B | 30 | 153 | 31 | 23 |
| Octal | 204 | 55 | 113 | 0 | 102 | 53 | 60 | 523 | 61 | 43 |
| Binary | 10000100 | 101101 | 1001011 | 0 | 1000010 | 101011 | 110000 | 101010011 | 110001 | 100011 |
Color Harmonies of #842D4B
Complementary color
Monochromatic Colors of #842D4B
Black with #842D4B
Text Example
Text Example
White with #842D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D4B; }
p { color: rgb(132,45,75); }
H1.HeaderClassName
{
color: #842D4B;
}
.AnyTagClassName
{
color: #842D4B;
}
</style>
background-color css
<style>
a { background-color: #842D4B; }
a { background-color: rgb(132,45,75); }
div.DivClassName
{
background-color: #842D4B;
}
.BgClassName
{
background-color: #842D4B;
}
</style>
border-color css
<style>
span { border-color: #842D4B; }
span { border-color: rgb(132,45,75); }
td.TdClassName
{
border-color: #842D4B;
}
.TagClassName
{
border-color: #842D4B;
}
</style>