Shades of Disco #882340
Tints of Disco #882340
RGB
CMYK
RGB Variations
Color information
#882340 (or 0x882340) is known color: Disco. HEX triplet: 88, 23 and 40. RGB value is (136,35,64). Sum of RGB (Red+Green+Blue) = 136+35+64=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882340 is #77DCBF. Grayscale: #444444. Windows color (decimal): -7855296 or 4203400. OLE color: 4203400.
HSL color Cylindrical-coordinate representation of color #882340: hue angle of 342.77º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882340 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 64 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.47 |
| HSL | 342.77º | 0.59% | 0.34% | - |
| HSV(B) | 342.77º | 0.74% | 0.53% | - |
| XYZ | 11.68 | 6.81 | 5.55 | - |
| YUV | 68.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 64 | 0 | 0.74 | 0.53 | 0.47 | 342.77 | 0.59 | 0.34 |
| Hex | 88 | 23 | 40 | 0 | 4A | 35 | 2F | 157 | 3B | 22 |
| Octal | 210 | 43 | 100 | 0 | 112 | 65 | 57 | 527 | 73 | 42 |
| Binary | 10001000 | 100011 | 1000000 | 0 | 1001010 | 110101 | 101111 | 101010111 | 111011 | 100010 |
Color Harmonies of #882340
Complementary color
Monochromatic Colors of #882340
Black with #882340
Text Example
Text Example
White with #882340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882340; }
p { color: rgb(136,35,64); }
H1.HeaderClassName
{
color: #882340;
}
.AnyTagClassName
{
color: #882340;
}
</style>
background-color css
<style>
a { background-color: #882340; }
a { background-color: rgb(136,35,64); }
div.DivClassName
{
background-color: #882340;
}
.BgClassName
{
background-color: #882340;
}
</style>
border-color css
<style>
span { border-color: #882340; }
span { border-color: rgb(136,35,64); }
td.TdClassName
{
border-color: #882340;
}
.TagClassName
{
border-color: #882340;
}
</style>