Shades of Disco #892F4D
Tints of Disco #892F4D
RGB
CMYK
RGB Variations
Color information
#892F4D (or 0x892F4D) is known color: Disco. HEX triplet: 89, 2F and 4D. RGB value is (137,47,77). Sum of RGB (Red+Green+Blue) = 137+47+77=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #892F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F4D is #76D0B2. Grayscale: #4D4D4D. Windows color (decimal): -7786675 or 5058441. OLE color: 5058441.
HSL color Cylindrical-coordinate representation of color #892F4D: hue angle of 340º degrees, saturation: 0.49, 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 #892F4D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 77 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.46 |
| HSL | 340º | 0.49% | 0.36% | - |
| HSV(B) | 340º | 0.66% | 0.54% | - |
| XYZ | 12.67 | 7.89 | 7.88 | - |
| YUV | 77.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 77 | 0 | 0.66 | 0.44 | 0.46 | 340 | 0.49 | 0.36 |
| Hex | 89 | 2F | 4D | 0 | 42 | 2C | 2E | 154 | 31 | 24 |
| Octal | 211 | 57 | 115 | 0 | 102 | 54 | 56 | 524 | 61 | 44 |
| Binary | 10001001 | 101111 | 1001101 | 0 | 1000010 | 101100 | 101110 | 101010100 | 110001 | 100100 |
Color Harmonies of #892F4D
Complementary color
Monochromatic Colors of #892F4D
Black with #892F4D
Text Example
Text Example
White with #892F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F4D; }
p { color: rgb(137,47,77); }
H1.HeaderClassName
{
color: #892F4D;
}
.AnyTagClassName
{
color: #892F4D;
}
</style>
background-color css
<style>
a { background-color: #892F4D; }
a { background-color: rgb(137,47,77); }
div.DivClassName
{
background-color: #892F4D;
}
.BgClassName
{
background-color: #892F4D;
}
</style>
border-color css
<style>
span { border-color: #892F4D; }
span { border-color: rgb(137,47,77); }
td.TdClassName
{
border-color: #892F4D;
}
.TagClassName
{
border-color: #892F4D;
}
</style>