Shades of Disco #89334C
Tints of Disco #89334C
RGB
CMYK
RGB Variations
Color information
#89334C (or 0x89334C) is known color: Disco. HEX triplet: 89, 33 and 4C. RGB value is (137,51,76). Sum of RGB (Red+Green+Blue) = 137+51+76=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89334C is #76CCB3. Grayscale: #4F4F4F. Windows color (decimal): -7785652 or 4993929. OLE color: 4993929.
HSL color Cylindrical-coordinate representation of color #89334C: hue angle of 342.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89334C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 76 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.46 |
| HSL | 342.56º | 0.46% | 0.37% | - |
| HSV(B) | 342.56º | 0.63% | 0.54% | - |
| XYZ | 12.8 | 8.21 | 7.75 | - |
| YUV | 79.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 76 | 0 | 0.63 | 0.45 | 0.46 | 342.56 | 0.46 | 0.37 |
| Hex | 89 | 33 | 4C | 0 | 3F | 2D | 2E | 157 | 2E | 25 |
| Octal | 211 | 63 | 114 | 0 | 77 | 55 | 56 | 527 | 56 | 45 |
| Binary | 10001001 | 110011 | 1001100 | 0 | 111111 | 101101 | 101110 | 101010111 | 101110 | 100101 |
Color Harmonies of #89334C
Complementary color
Monochromatic Colors of #89334C
Black with #89334C
Text Example
Text Example
White with #89334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89334C; }
p { color: rgb(137,51,76); }
H1.HeaderClassName
{
color: #89334C;
}
.AnyTagClassName
{
color: #89334C;
}
</style>
background-color css
<style>
a { background-color: #89334C; }
a { background-color: rgb(137,51,76); }
div.DivClassName
{
background-color: #89334C;
}
.BgClassName
{
background-color: #89334C;
}
</style>
border-color css
<style>
span { border-color: #89334C; }
span { border-color: rgb(137,51,76); }
td.TdClassName
{
border-color: #89334C;
}
.TagClassName
{
border-color: #89334C;
}
</style>