Shades of Disco #89214C
Tints of Disco #89214C
RGB
CMYK
RGB Variations
Color information
#89214C (or 0x89214C) is known color: Disco. HEX triplet: 89, 21 and 4C. RGB value is (137,33,76). Sum of RGB (Red+Green+Blue) = 137+33+76=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89214C is #76DEB3. Grayscale: #444444. Windows color (decimal): -7790260 or 4989321. OLE color: 4989321.
HSL color Cylindrical-coordinate representation of color #89214C: hue angle of 335.19º 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 #89214C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 76 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.46 |
| HSL | 335.19º | 0.61% | 0.33% | - |
| HSV(B) | 335.19º | 0.76% | 0.54% | - |
| XYZ | 12.16 | 6.93 | 7.53 | - |
| YUV | 69 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 76 | 0 | 0.76 | 0.45 | 0.46 | 335.19 | 0.61 | 0.33 |
| Hex | 89 | 21 | 4C | 0 | 4C | 2D | 2E | 14F | 3D | 21 |
| Octal | 211 | 41 | 114 | 0 | 114 | 55 | 56 | 517 | 75 | 41 |
| Binary | 10001001 | 100001 | 1001100 | 0 | 1001100 | 101101 | 101110 | 101001111 | 111101 | 100001 |
Color Harmonies of #89214C
Complementary color
Monochromatic Colors of #89214C
Black with #89214C
Text Example
Text Example
White with #89214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89214C; }
p { color: rgb(137,33,76); }
H1.HeaderClassName
{
color: #89214C;
}
.AnyTagClassName
{
color: #89214C;
}
</style>
background-color css
<style>
a { background-color: #89214C; }
a { background-color: rgb(137,33,76); }
div.DivClassName
{
background-color: #89214C;
}
.BgClassName
{
background-color: #89214C;
}
</style>
border-color css
<style>
span { border-color: #89214C; }
span { border-color: rgb(137,33,76); }
td.TdClassName
{
border-color: #89214C;
}
.TagClassName
{
border-color: #89214C;
}
</style>