Shades of Disco #842448
Tints of Disco #842448
RGB
CMYK
RGB Variations
Color information
#842448 (or 0x842448) is known color: Disco. HEX triplet: 84, 24 and 48. RGB value is (132,36,72). Sum of RGB (Red+Green+Blue) = 132+36+72=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #842448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842448 is #7BDBB7. Grayscale: #444444. Windows color (decimal): -8117176 or 4727940. OLE color: 4727940.
HSL color Cylindrical-coordinate representation of color #842448: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842448 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 72 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.48 |
| HSL | 337.5º | 0.57% | 0.33% | - |
| HSV(B) | 337.5º | 0.73% | 0.52% | - |
| XYZ | 11.32 | 6.64 | 6.82 | - |
| YUV | 68.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 72 | 0 | 0.73 | 0.45 | 0.48 | 337.5 | 0.57 | 0.33 |
| Hex | 84 | 24 | 48 | 0 | 49 | 2D | 30 | 152 | 39 | 21 |
| Octal | 204 | 44 | 110 | 0 | 111 | 55 | 60 | 522 | 71 | 41 |
| Binary | 10000100 | 100100 | 1001000 | 0 | 1001001 | 101101 | 110000 | 101010010 | 111001 | 100001 |
Color Harmonies of #842448
Complementary color
Monochromatic Colors of #842448
Black with #842448
Text Example
Text Example
White with #842448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842448; }
p { color: rgb(132,36,72); }
H1.HeaderClassName
{
color: #842448;
}
.AnyTagClassName
{
color: #842448;
}
</style>
background-color css
<style>
a { background-color: #842448; }
a { background-color: rgb(132,36,72); }
div.DivClassName
{
background-color: #842448;
}
.BgClassName
{
background-color: #842448;
}
</style>
border-color css
<style>
span { border-color: #842448; }
span { border-color: rgb(132,36,72); }
td.TdClassName
{
border-color: #842448;
}
.TagClassName
{
border-color: #842448;
}
</style>