Shades of Disco #882246
Tints of Disco #882246
RGB
CMYK
RGB Variations
Color information
#882246 (or 0x882246) is known color: Disco. HEX triplet: 88, 22 and 46. RGB value is (136,34,70). Sum of RGB (Red+Green+Blue) = 136+34+70=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882246 is #77DDB9. Grayscale: #444444. Windows color (decimal): -7855546 or 4596360. OLE color: 4596360.
HSL color Cylindrical-coordinate representation of color #882246: hue angle of 338.82º 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 #882246 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 70 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.47 |
| HSL | 338.82º | 0.6% | 0.33% | - |
| HSV(B) | 338.82º | 0.75% | 0.53% | - |
| XYZ | 11.83 | 6.82 | 6.49 | - |
| YUV | 68.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 70 | 0 | 0.75 | 0.49 | 0.47 | 338.82 | 0.6 | 0.33 |
| Hex | 88 | 22 | 46 | 0 | 4B | 31 | 2F | 153 | 3C | 21 |
| Octal | 210 | 42 | 106 | 0 | 113 | 61 | 57 | 523 | 74 | 41 |
| Binary | 10001000 | 100010 | 1000110 | 0 | 1001011 | 110001 | 101111 | 101010011 | 111100 | 100001 |
Color Harmonies of #882246
Complementary color
Monochromatic Colors of #882246
Black with #882246
Text Example
Text Example
White with #882246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882246; }
p { color: rgb(136,34,70); }
H1.HeaderClassName
{
color: #882246;
}
.AnyTagClassName
{
color: #882246;
}
</style>
background-color css
<style>
a { background-color: #882246; }
a { background-color: rgb(136,34,70); }
div.DivClassName
{
background-color: #882246;
}
.BgClassName
{
background-color: #882246;
}
</style>
border-color css
<style>
span { border-color: #882246; }
span { border-color: rgb(136,34,70); }
td.TdClassName
{
border-color: #882246;
}
.TagClassName
{
border-color: #882246;
}
</style>