Shades of Disco #89304D
Tints of Disco #89304D
RGB
CMYK
RGB Variations
Color information
#89304D (or 0x89304D) is known color: Disco. HEX triplet: 89, 30 and 4D. RGB value is (137,48,77). Sum of RGB (Red+Green+Blue) = 137+48+77=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89304D is #76CFB2. Grayscale: #4D4D4D. Windows color (decimal): -7786419 or 5058697. OLE color: 5058697.
HSL color Cylindrical-coordinate representation of color #89304D: hue angle of 340.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89304D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 77 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.46 |
| HSL | 340.45º | 0.48% | 0.36% | - |
| HSV(B) | 340.45º | 0.65% | 0.54% | - |
| XYZ | 12.71 | 7.97 | 7.89 | - |
| YUV | 77.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 77 | 0 | 0.65 | 0.44 | 0.46 | 340.45 | 0.48 | 0.36 |
| Hex | 89 | 30 | 4D | 0 | 41 | 2C | 2E | 154 | 30 | 24 |
| Octal | 211 | 60 | 115 | 0 | 101 | 54 | 56 | 524 | 60 | 44 |
| Binary | 10001001 | 110000 | 1001101 | 0 | 1000001 | 101100 | 101110 | 101010100 | 110000 | 100100 |
Color Harmonies of #89304D
Complementary color
Monochromatic Colors of #89304D
Black with #89304D
Text Example
Text Example
White with #89304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89304D; }
p { color: rgb(137,48,77); }
H1.HeaderClassName
{
color: #89304D;
}
.AnyTagClassName
{
color: #89304D;
}
</style>
background-color css
<style>
a { background-color: #89304D; }
a { background-color: rgb(137,48,77); }
div.DivClassName
{
background-color: #89304D;
}
.BgClassName
{
background-color: #89304D;
}
</style>
border-color css
<style>
span { border-color: #89304D; }
span { border-color: rgb(137,48,77); }
td.TdClassName
{
border-color: #89304D;
}
.TagClassName
{
border-color: #89304D;
}
</style>