Shades of Disco #89204D
Tints of Disco #89204D
RGB
CMYK
RGB Variations
Color information
#89204D (or 0x89204D) is known color: Disco. HEX triplet: 89, 20 and 4D. RGB value is (137,32,77). Sum of RGB (Red+Green+Blue) = 137+32+77=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89204D is #76DFB2. Grayscale: #444444. Windows color (decimal): -7790515 or 5054601. OLE color: 5054601.
HSL color Cylindrical-coordinate representation of color #89204D: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89204D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 77 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.46 |
| HSL | 334.29º | 0.62% | 0.33% | - |
| HSV(B) | 334.29º | 0.77% | 0.54% | - |
| XYZ | 12.17 | 6.89 | 7.71 | - |
| YUV | 68.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 77 | 0 | 0.77 | 0.44 | 0.46 | 334.29 | 0.62 | 0.33 |
| Hex | 89 | 20 | 4D | 0 | 4D | 2C | 2E | 14E | 3E | 21 |
| Octal | 211 | 40 | 115 | 0 | 115 | 54 | 56 | 516 | 76 | 41 |
| Binary | 10001001 | 100000 | 1001101 | 0 | 1001101 | 101100 | 101110 | 101001110 | 111110 | 100001 |
Color Harmonies of #89204D
Complementary color
Monochromatic Colors of #89204D
Black with #89204D
Text Example
Text Example
White with #89204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89204D; }
p { color: rgb(137,32,77); }
H1.HeaderClassName
{
color: #89204D;
}
.AnyTagClassName
{
color: #89204D;
}
</style>
background-color css
<style>
a { background-color: #89204D; }
a { background-color: rgb(137,32,77); }
div.DivClassName
{
background-color: #89204D;
}
.BgClassName
{
background-color: #89204D;
}
</style>
border-color css
<style>
span { border-color: #89204D; }
span { border-color: rgb(137,32,77); }
td.TdClassName
{
border-color: #89204D;
}
.TagClassName
{
border-color: #89204D;
}
</style>