Shades of Disco #89214D
Tints of Disco #89214D
RGB
CMYK
RGB Variations
Color information
#89214D (or 0x89214D) is known color: Disco. HEX triplet: 89, 21 and 4D. RGB value is (137,33,77). Sum of RGB (Red+Green+Blue) = 137+33+77=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89214D is #76DEB2. Grayscale: #454545. Windows color (decimal): -7790259 or 5054857. OLE color: 5054857.
HSL color Cylindrical-coordinate representation of color #89214D: hue angle of 334.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89214D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 77 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.46 |
| HSL | 334.62º | 0.61% | 0.33% | - |
| HSV(B) | 334.62º | 0.76% | 0.54% | - |
| XYZ | 12.2 | 6.94 | 7.72 | - |
| YUV | 69.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 77 | 0 | 0.76 | 0.44 | 0.46 | 334.62 | 0.61 | 0.33 |
| Hex | 89 | 21 | 4D | 0 | 4C | 2C | 2E | 14F | 3D | 21 |
| Octal | 211 | 41 | 115 | 0 | 114 | 54 | 56 | 517 | 75 | 41 |
| Binary | 10001001 | 100001 | 1001101 | 0 | 1001100 | 101100 | 101110 | 101001111 | 111101 | 100001 |
Color Harmonies of #89214D
Complementary color
Monochromatic Colors of #89214D
Black with #89214D
Text Example
Text Example
White with #89214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89214D; }
p { color: rgb(137,33,77); }
H1.HeaderClassName
{
color: #89214D;
}
.AnyTagClassName
{
color: #89214D;
}
</style>
background-color css
<style>
a { background-color: #89214D; }
a { background-color: rgb(137,33,77); }
div.DivClassName
{
background-color: #89214D;
}
.BgClassName
{
background-color: #89214D;
}
</style>
border-color css
<style>
span { border-color: #89214D; }
span { border-color: rgb(137,33,77); }
td.TdClassName
{
border-color: #89214D;
}
.TagClassName
{
border-color: #89214D;
}
</style>