Shades of Disco #842745
Tints of Disco #842745
RGB
CMYK
RGB Variations
Color information
#842745 (or 0x842745) is known color: Disco. HEX triplet: 84, 27 and 45. RGB value is (132,39,69). Sum of RGB (Red+Green+Blue) = 132+39+69=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #842745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842745 is #7BD8BA. Grayscale: #464646. Windows color (decimal): -8116411 or 4532100. OLE color: 4532100.
HSL color Cylindrical-coordinate representation of color #842745: hue angle of 340.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842745 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 69 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.48 |
| HSL | 340.65º | 0.54% | 0.34% | - |
| HSV(B) | 340.65º | 0.7% | 0.52% | - |
| XYZ | 11.32 | 6.79 | 6.34 | - |
| YUV | 70.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 69 | 0 | 0.70 | 0.48 | 0.48 | 340.65 | 0.54 | 0.34 |
| Hex | 84 | 27 | 45 | 0 | 46 | 30 | 30 | 155 | 36 | 22 |
| Octal | 204 | 47 | 105 | 0 | 106 | 60 | 60 | 525 | 66 | 42 |
| Binary | 10000100 | 100111 | 1000101 | 0 | 1000110 | 110000 | 110000 | 101010101 | 110110 | 100010 |
Color Harmonies of #842745
Complementary color
Monochromatic Colors of #842745
Black with #842745
Text Example
Text Example
White with #842745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842745; }
p { color: rgb(132,39,69); }
H1.HeaderClassName
{
color: #842745;
}
.AnyTagClassName
{
color: #842745;
}
</style>
background-color css
<style>
a { background-color: #842745; }
a { background-color: rgb(132,39,69); }
div.DivClassName
{
background-color: #842745;
}
.BgClassName
{
background-color: #842745;
}
</style>
border-color css
<style>
span { border-color: #842745; }
span { border-color: rgb(132,39,69); }
td.TdClassName
{
border-color: #842745;
}
.TagClassName
{
border-color: #842745;
}
</style>