Shades of Disco #89364F
Tints of Disco #89364F
RGB
CMYK
RGB Variations
Color information
#89364F (or 0x89364F) is known color: Disco. HEX triplet: 89, 36 and 4F. RGB value is (137,54,79). Sum of RGB (Red+Green+Blue) = 137+54+79=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89364F is #76C9B0. Grayscale: #515151. Windows color (decimal): -7784881 or 5191305. OLE color: 5191305.
HSL color Cylindrical-coordinate representation of color #89364F: hue angle of 341.93º degrees, saturation: 0.43, 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 #89364F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 79 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.46 |
| HSL | 341.93º | 0.43% | 0.37% | - |
| HSV(B) | 341.93º | 0.61% | 0.54% | - |
| XYZ | 13.05 | 8.52 | 8.35 | - |
| YUV | 81.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 79 | 0 | 0.61 | 0.42 | 0.46 | 341.93 | 0.43 | 0.37 |
| Hex | 89 | 36 | 4F | 0 | 3D | 2A | 2E | 156 | 2B | 25 |
| Octal | 211 | 66 | 117 | 0 | 75 | 52 | 56 | 526 | 53 | 45 |
| Binary | 10001001 | 110110 | 1001111 | 0 | 111101 | 101010 | 101110 | 101010110 | 101011 | 100101 |
Color Harmonies of #89364F
Complementary color
Monochromatic Colors of #89364F
Black with #89364F
Text Example
Text Example
White with #89364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89364F; }
p { color: rgb(137,54,79); }
H1.HeaderClassName
{
color: #89364F;
}
.AnyTagClassName
{
color: #89364F;
}
</style>
background-color css
<style>
a { background-color: #89364F; }
a { background-color: rgb(137,54,79); }
div.DivClassName
{
background-color: #89364F;
}
.BgClassName
{
background-color: #89364F;
}
</style>
border-color css
<style>
span { border-color: #89364F; }
span { border-color: rgb(137,54,79); }
td.TdClassName
{
border-color: #89364F;
}
.TagClassName
{
border-color: #89364F;
}
</style>