Shades of Disco #89334F
Tints of Disco #89334F
RGB
CMYK
RGB Variations
Color information
#89334F (or 0x89334F) is known color: Disco. HEX triplet: 89, 33 and 4F. RGB value is (137,51,79). Sum of RGB (Red+Green+Blue) = 137+51+79=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89334F is #76CCB0. Grayscale: #4F4F4F. Windows color (decimal): -7785649 or 5190537. OLE color: 5190537.
HSL color Cylindrical-coordinate representation of color #89334F: hue angle of 340.47º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89334F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 79 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.46 |
| HSL | 340.47º | 0.46% | 0.37% | - |
| HSV(B) | 340.47º | 0.63% | 0.54% | - |
| XYZ | 12.91 | 8.25 | 8.31 | - |
| YUV | 79.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 79 | 0 | 0.63 | 0.42 | 0.46 | 340.47 | 0.46 | 0.37 |
| Hex | 89 | 33 | 4F | 0 | 3F | 2A | 2E | 154 | 2E | 25 |
| Octal | 211 | 63 | 117 | 0 | 77 | 52 | 56 | 524 | 56 | 45 |
| Binary | 10001001 | 110011 | 1001111 | 0 | 111111 | 101010 | 101110 | 101010100 | 101110 | 100101 |
Color Harmonies of #89334F
Complementary color
Monochromatic Colors of #89334F
Black with #89334F
Text Example
Text Example
White with #89334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89334F; }
p { color: rgb(137,51,79); }
H1.HeaderClassName
{
color: #89334F;
}
.AnyTagClassName
{
color: #89334F;
}
</style>
background-color css
<style>
a { background-color: #89334F; }
a { background-color: rgb(137,51,79); }
div.DivClassName
{
background-color: #89334F;
}
.BgClassName
{
background-color: #89334F;
}
</style>
border-color css
<style>
span { border-color: #89334F; }
span { border-color: rgb(137,51,79); }
td.TdClassName
{
border-color: #89334F;
}
.TagClassName
{
border-color: #89334F;
}
</style>