Shades of Disco #882240
Tints of Disco #882240
RGB
CMYK
RGB Variations
Color information
#882240 (or 0x882240) is known color: Disco. HEX triplet: 88, 22 and 40. RGB value is (136,34,64). Sum of RGB (Red+Green+Blue) = 136+34+64=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #882240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882240 is #77DDBF. Grayscale: #434343. Windows color (decimal): -7855552 or 4203144. OLE color: 4203144.
HSL color Cylindrical-coordinate representation of color #882240: hue angle of 342.35º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882240 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 64 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.47 |
| HSL | 342.35º | 0.6% | 0.33% | - |
| HSV(B) | 342.35º | 0.75% | 0.53% | - |
| XYZ | 11.65 | 6.75 | 5.54 | - |
| YUV | 67.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 64 | 0 | 0.75 | 0.53 | 0.47 | 342.35 | 0.6 | 0.33 |
| Hex | 88 | 22 | 40 | 0 | 4B | 35 | 2F | 156 | 3C | 21 |
| Octal | 210 | 42 | 100 | 0 | 113 | 65 | 57 | 526 | 74 | 41 |
| Binary | 10001000 | 100010 | 1000000 | 0 | 1001011 | 110101 | 101111 | 101010110 | 111100 | 100001 |
Color Harmonies of #882240
Complementary color
Monochromatic Colors of #882240
Black with #882240
Text Example
Text Example
White with #882240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882240; }
p { color: rgb(136,34,64); }
H1.HeaderClassName
{
color: #882240;
}
.AnyTagClassName
{
color: #882240;
}
</style>
background-color css
<style>
a { background-color: #882240; }
a { background-color: rgb(136,34,64); }
div.DivClassName
{
background-color: #882240;
}
.BgClassName
{
background-color: #882240;
}
</style>
border-color css
<style>
span { border-color: #882240; }
span { border-color: rgb(136,34,64); }
td.TdClassName
{
border-color: #882240;
}
.TagClassName
{
border-color: #882240;
}
</style>