Shades of Disco #892E4D
Tints of Disco #892E4D
RGB
CMYK
RGB Variations
Color information
#892E4D (or 0x892E4D) is known color: Disco. HEX triplet: 89, 2E and 4D. RGB value is (137,46,77). Sum of RGB (Red+Green+Blue) = 137+46+77=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #892E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E4D is #76D1B2. Grayscale: #4C4C4C. Windows color (decimal): -7786931 or 5058185. OLE color: 5058185.
HSL color Cylindrical-coordinate representation of color #892E4D: hue angle of 339.56º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E4D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 46 | 77 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.46 |
| HSL | 339.56º | 0.5% | 0.36% | - |
| HSV(B) | 339.56º | 0.66% | 0.54% | - |
| XYZ | 12.63 | 7.81 | 7.86 | - |
| YUV | 76.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 77 | 0 | 0.66 | 0.44 | 0.46 | 339.56 | 0.5 | 0.36 |
| Hex | 89 | 2E | 4D | 0 | 42 | 2C | 2E | 154 | 32 | 24 |
| Octal | 211 | 56 | 115 | 0 | 102 | 54 | 56 | 524 | 62 | 44 |
| Binary | 10001001 | 101110 | 1001101 | 0 | 1000010 | 101100 | 101110 | 101010100 | 110010 | 100100 |
Color Harmonies of #892E4D
Complementary color
Monochromatic Colors of #892E4D
Black with #892E4D
Text Example
Text Example
White with #892E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E4D; }
p { color: rgb(137,46,77); }
H1.HeaderClassName
{
color: #892E4D;
}
.AnyTagClassName
{
color: #892E4D;
}
</style>
background-color css
<style>
a { background-color: #892E4D; }
a { background-color: rgb(137,46,77); }
div.DivClassName
{
background-color: #892E4D;
}
.BgClassName
{
background-color: #892E4D;
}
</style>
border-color css
<style>
span { border-color: #892E4D; }
span { border-color: rgb(137,46,77); }
td.TdClassName
{
border-color: #892E4D;
}
.TagClassName
{
border-color: #892E4D;
}
</style>