Shades of Disco #89314C
Tints of Disco #89314C
RGB
CMYK
RGB Variations
Color information
#89314C (or 0x89314C) is known color: Disco. HEX triplet: 89, 31 and 4C. RGB value is (137,49,76). Sum of RGB (Red+Green+Blue) = 137+49+76=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89314C is #76CEB3. Grayscale: #4E4E4E. Windows color (decimal): -7786164 or 4993417. OLE color: 4993417.
HSL color Cylindrical-coordinate representation of color #89314C: hue angle of 341.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89314C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 76 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.46 |
| HSL | 341.59º | 0.47% | 0.36% | - |
| HSV(B) | 341.59º | 0.64% | 0.54% | - |
| XYZ | 12.72 | 8.04 | 7.72 | - |
| YUV | 78.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 76 | 0 | 0.64 | 0.45 | 0.46 | 341.59 | 0.47 | 0.36 |
| Hex | 89 | 31 | 4C | 0 | 40 | 2D | 2E | 156 | 2F | 24 |
| Octal | 211 | 61 | 114 | 0 | 100 | 55 | 56 | 526 | 57 | 44 |
| Binary | 10001001 | 110001 | 1001100 | 0 | 1000000 | 101101 | 101110 | 101010110 | 101111 | 100100 |
Color Harmonies of #89314C
Complementary color
Monochromatic Colors of #89314C
Black with #89314C
Text Example
Text Example
White with #89314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89314C; }
p { color: rgb(137,49,76); }
H1.HeaderClassName
{
color: #89314C;
}
.AnyTagClassName
{
color: #89314C;
}
</style>
background-color css
<style>
a { background-color: #89314C; }
a { background-color: rgb(137,49,76); }
div.DivClassName
{
background-color: #89314C;
}
.BgClassName
{
background-color: #89314C;
}
</style>
border-color css
<style>
span { border-color: #89314C; }
span { border-color: rgb(137,49,76); }
td.TdClassName
{
border-color: #89314C;
}
.TagClassName
{
border-color: #89314C;
}
</style>