Shades of Disco #842D45
Tints of Disco #842D45
RGB
CMYK
RGB Variations
Color information
#842D45 (or 0x842D45) is known color: Disco. HEX triplet: 84, 2D and 45. RGB value is (132,45,69). Sum of RGB (Red+Green+Blue) = 132+45+69=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #842D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D45 is #7BD2BA. Grayscale: #494949. Windows color (decimal): -8114875 or 4533636. OLE color: 4533636.
HSL color Cylindrical-coordinate representation of color #842D45: hue angle of 343.45º 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 #842D45 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 69 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.48 |
| HSL | 343.45º | 0.49% | 0.35% | - |
| HSV(B) | 343.45º | 0.66% | 0.52% | - |
| XYZ | 11.53 | 7.21 | 6.41 | - |
| YUV | 73.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 69 | 0 | 0.66 | 0.48 | 0.48 | 343.45 | 0.49 | 0.35 |
| Hex | 84 | 2D | 45 | 0 | 42 | 30 | 30 | 157 | 31 | 23 |
| Octal | 204 | 55 | 105 | 0 | 102 | 60 | 60 | 527 | 61 | 43 |
| Binary | 10000100 | 101101 | 1000101 | 0 | 1000010 | 110000 | 110000 | 101010111 | 110001 | 100011 |
Color Harmonies of #842D45
Complementary color
Monochromatic Colors of #842D45
Black with #842D45
Text Example
Text Example
White with #842D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D45; }
p { color: rgb(132,45,69); }
H1.HeaderClassName
{
color: #842D45;
}
.AnyTagClassName
{
color: #842D45;
}
</style>
background-color css
<style>
a { background-color: #842D45; }
a { background-color: rgb(132,45,69); }
div.DivClassName
{
background-color: #842D45;
}
.BgClassName
{
background-color: #842D45;
}
</style>
border-color css
<style>
span { border-color: #842D45; }
span { border-color: rgb(132,45,69); }
td.TdClassName
{
border-color: #842D45;
}
.TagClassName
{
border-color: #842D45;
}
</style>