Shades of Disco #89224C
Tints of Disco #89224C
RGB
CMYK
RGB Variations
Color information
#89224C (or 0x89224C) is known color: Disco. HEX triplet: 89, 22 and 4C. RGB value is (137,34,76). Sum of RGB (Red+Green+Blue) = 137+34+76=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89224C is #76DDB3. Grayscale: #454545. Windows color (decimal): -7790004 or 4989577. OLE color: 4989577.
HSL color Cylindrical-coordinate representation of color #89224C: hue angle of 335.53º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89224C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 76 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.46 |
| HSL | 335.53º | 0.6% | 0.34% | - |
| HSV(B) | 335.53º | 0.75% | 0.54% | - |
| XYZ | 12.19 | 6.98 | 7.54 | - |
| YUV | 69.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 76 | 0 | 0.75 | 0.45 | 0.46 | 335.53 | 0.6 | 0.34 |
| Hex | 89 | 22 | 4C | 0 | 4B | 2D | 2E | 150 | 3C | 22 |
| Octal | 211 | 42 | 114 | 0 | 113 | 55 | 56 | 520 | 74 | 42 |
| Binary | 10001001 | 100010 | 1001100 | 0 | 1001011 | 101101 | 101110 | 101010000 | 111100 | 100010 |
Color Harmonies of #89224C
Complementary color
Monochromatic Colors of #89224C
Black with #89224C
Text Example
Text Example
White with #89224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89224C; }
p { color: rgb(137,34,76); }
H1.HeaderClassName
{
color: #89224C;
}
.AnyTagClassName
{
color: #89224C;
}
</style>
background-color css
<style>
a { background-color: #89224C; }
a { background-color: rgb(137,34,76); }
div.DivClassName
{
background-color: #89224C;
}
.BgClassName
{
background-color: #89224C;
}
</style>
border-color css
<style>
span { border-color: #89224C; }
span { border-color: rgb(137,34,76); }
td.TdClassName
{
border-color: #89224C;
}
.TagClassName
{
border-color: #89224C;
}
</style>