Shades of Disco #89354D
Tints of Disco #89354D
RGB
CMYK
RGB Variations
Color information
#89354D (or 0x89354D) is known color: Disco. HEX triplet: 89, 35 and 4D. RGB value is (137,53,77). Sum of RGB (Red+Green+Blue) = 137+53+77=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89354D is #76CAB2. Grayscale: #505050. Windows color (decimal): -7785139 or 5059977. OLE color: 5059977.
HSL color Cylindrical-coordinate representation of color #89354D: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89354D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 77 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.46 |
| HSL | 342.86º | 0.44% | 0.37% | - |
| HSV(B) | 342.86º | 0.61% | 0.54% | - |
| XYZ | 12.93 | 8.4 | 7.96 | - |
| YUV | 80.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 77 | 0 | 0.61 | 0.44 | 0.46 | 342.86 | 0.44 | 0.37 |
| Hex | 89 | 35 | 4D | 0 | 3D | 2C | 2E | 157 | 2C | 25 |
| Octal | 211 | 65 | 115 | 0 | 75 | 54 | 56 | 527 | 54 | 45 |
| Binary | 10001001 | 110101 | 1001101 | 0 | 111101 | 101100 | 101110 | 101010111 | 101100 | 100101 |
Color Harmonies of #89354D
Complementary color
Monochromatic Colors of #89354D
Black with #89354D
Text Example
Text Example
White with #89354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89354D; }
p { color: rgb(137,53,77); }
H1.HeaderClassName
{
color: #89354D;
}
.AnyTagClassName
{
color: #89354D;
}
</style>
background-color css
<style>
a { background-color: #89354D; }
a { background-color: rgb(137,53,77); }
div.DivClassName
{
background-color: #89354D;
}
.BgClassName
{
background-color: #89354D;
}
</style>
border-color css
<style>
span { border-color: #89354D; }
span { border-color: rgb(137,53,77); }
td.TdClassName
{
border-color: #89354D;
}
.TagClassName
{
border-color: #89354D;
}
</style>