Shades of Disco #89294D
Tints of Disco #89294D
RGB
CMYK
RGB Variations
Color information
#89294D (or 0x89294D) is known color: Disco. HEX triplet: 89, 29 and 4D. RGB value is (137,41,77). Sum of RGB (Red+Green+Blue) = 137+41+77=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89294D is #76D6B2. Grayscale: #494949. Windows color (decimal): -7788211 or 5056905. OLE color: 5056905.
HSL color Cylindrical-coordinate representation of color #89294D: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89294D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 77 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.46 |
| HSL | 337.5º | 0.54% | 0.35% | - |
| HSV(B) | 337.5º | 0.7% | 0.54% | - |
| XYZ | 12.45 | 7.44 | 7.8 | - |
| YUV | 73.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 77 | 0 | 0.70 | 0.44 | 0.46 | 337.5 | 0.54 | 0.35 |
| Hex | 89 | 29 | 4D | 0 | 46 | 2C | 2E | 152 | 36 | 23 |
| Octal | 211 | 51 | 115 | 0 | 106 | 54 | 56 | 522 | 66 | 43 |
| Binary | 10001001 | 101001 | 1001101 | 0 | 1000110 | 101100 | 101110 | 101010010 | 110110 | 100011 |
Color Harmonies of #89294D
Complementary color
Monochromatic Colors of #89294D
Black with #89294D
Text Example
Text Example
White with #89294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89294D; }
p { color: rgb(137,41,77); }
H1.HeaderClassName
{
color: #89294D;
}
.AnyTagClassName
{
color: #89294D;
}
</style>
background-color css
<style>
a { background-color: #89294D; }
a { background-color: rgb(137,41,77); }
div.DivClassName
{
background-color: #89294D;
}
.BgClassName
{
background-color: #89294D;
}
</style>
border-color css
<style>
span { border-color: #89294D; }
span { border-color: rgb(137,41,77); }
td.TdClassName
{
border-color: #89294D;
}
.TagClassName
{
border-color: #89294D;
}
</style>