Shades of Disco #89294F
Tints of Disco #89294F
RGB
CMYK
RGB Variations
Color information
#89294F (or 0x89294F) is known color: Disco. HEX triplet: 89, 29 and 4F. RGB value is (137,41,79). Sum of RGB (Red+Green+Blue) = 137+41+79=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #89294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89294F is #76D6B0. Grayscale: #494949. Windows color (decimal): -7788209 or 5187977. OLE color: 5187977.
HSL color Cylindrical-coordinate representation of color #89294F: hue angle of 336.25º 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 #89294F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 79 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.46 |
| HSL | 336.25º | 0.54% | 0.35% | - |
| HSV(B) | 336.25º | 0.7% | 0.54% | - |
| XYZ | 12.52 | 7.47 | 8.18 | - |
| YUV | 74.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 79 | 0 | 0.70 | 0.42 | 0.46 | 336.25 | 0.54 | 0.35 |
| Hex | 89 | 29 | 4F | 0 | 46 | 2A | 2E | 150 | 36 | 23 |
| Octal | 211 | 51 | 117 | 0 | 106 | 52 | 56 | 520 | 66 | 43 |
| Binary | 10001001 | 101001 | 1001111 | 0 | 1000110 | 101010 | 101110 | 101010000 | 110110 | 100011 |
Color Harmonies of #89294F
Complementary color
Monochromatic Colors of #89294F
Black with #89294F
Text Example
Text Example
White with #89294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89294F; }
p { color: rgb(137,41,79); }
H1.HeaderClassName
{
color: #89294F;
}
.AnyTagClassName
{
color: #89294F;
}
</style>
background-color css
<style>
a { background-color: #89294F; }
a { background-color: rgb(137,41,79); }
div.DivClassName
{
background-color: #89294F;
}
.BgClassName
{
background-color: #89294F;
}
</style>
border-color css
<style>
span { border-color: #89294F; }
span { border-color: rgb(137,41,79); }
td.TdClassName
{
border-color: #89294F;
}
.TagClassName
{
border-color: #89294F;
}
</style>