Shades of Disco #882146
Tints of Disco #882146
RGB
CMYK
RGB Variations
Color information
#882146 (or 0x882146) is known color: Disco. HEX triplet: 88, 21 and 46. RGB value is (136,33,70). Sum of RGB (Red+Green+Blue) = 136+33+70=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882146 is #77DEB9. Grayscale: #434343. Windows color (decimal): -7855802 or 4596104. OLE color: 4596104.
HSL color Cylindrical-coordinate representation of color #882146: hue angle of 338.45º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882146 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 70 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.47 |
| HSL | 338.45º | 0.61% | 0.33% | - |
| HSV(B) | 338.45º | 0.76% | 0.53% | - |
| XYZ | 11.8 | 6.76 | 6.48 | - |
| YUV | 68.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 70 | 0 | 0.76 | 0.49 | 0.47 | 338.45 | 0.61 | 0.33 |
| Hex | 88 | 21 | 46 | 0 | 4C | 31 | 2F | 152 | 3D | 21 |
| Octal | 210 | 41 | 106 | 0 | 114 | 61 | 57 | 522 | 75 | 41 |
| Binary | 10001000 | 100001 | 1000110 | 0 | 1001100 | 110001 | 101111 | 101010010 | 111101 | 100001 |
Color Harmonies of #882146
Complementary color
Monochromatic Colors of #882146
Black with #882146
Text Example
Text Example
White with #882146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882146; }
p { color: rgb(136,33,70); }
H1.HeaderClassName
{
color: #882146;
}
.AnyTagClassName
{
color: #882146;
}
</style>
background-color css
<style>
a { background-color: #882146; }
a { background-color: rgb(136,33,70); }
div.DivClassName
{
background-color: #882146;
}
.BgClassName
{
background-color: #882146;
}
</style>
border-color css
<style>
span { border-color: #882146; }
span { border-color: rgb(136,33,70); }
td.TdClassName
{
border-color: #882146;
}
.TagClassName
{
border-color: #882146;
}
</style>