Shades of Disco #882440
Tints of Disco #882440
RGB
CMYK
RGB Variations
Color information
#882440 (or 0x882440) is known color: Disco. HEX triplet: 88, 24 and 40. RGB value is (136,36,64). Sum of RGB (Red+Green+Blue) = 136+36+64=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882440 is #77DBBF. Grayscale: #454545. Windows color (decimal): -7855040 or 4203656. OLE color: 4203656.
HSL color Cylindrical-coordinate representation of color #882440: hue angle of 343.2º degrees, saturation: 0.58, 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 #882440 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 64 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.47 |
| HSL | 343.2º | 0.58% | 0.34% | - |
| HSV(B) | 343.2º | 0.74% | 0.53% | - |
| XYZ | 11.71 | 6.87 | 5.56 | - |
| YUV | 69.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 64 | 0 | 0.74 | 0.53 | 0.47 | 343.2 | 0.58 | 0.34 |
| Hex | 88 | 24 | 40 | 0 | 4A | 35 | 2F | 157 | 3A | 22 |
| Octal | 210 | 44 | 100 | 0 | 112 | 65 | 57 | 527 | 72 | 42 |
| Binary | 10001000 | 100100 | 1000000 | 0 | 1001010 | 110101 | 101111 | 101010111 | 111010 | 100010 |
Color Harmonies of #882440
Complementary color
Monochromatic Colors of #882440
Black with #882440
Text Example
Text Example
White with #882440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882440; }
p { color: rgb(136,36,64); }
H1.HeaderClassName
{
color: #882440;
}
.AnyTagClassName
{
color: #882440;
}
</style>
background-color css
<style>
a { background-color: #882440; }
a { background-color: rgb(136,36,64); }
div.DivClassName
{
background-color: #882440;
}
.BgClassName
{
background-color: #882440;
}
</style>
border-color css
<style>
span { border-color: #882440; }
span { border-color: rgb(136,36,64); }
td.TdClassName
{
border-color: #882440;
}
.TagClassName
{
border-color: #882440;
}
</style>