Shades of Disco #89294B
Tints of Disco #89294B
RGB
CMYK
RGB Variations
Color information
#89294B (or 0x89294B) is known color: Disco. HEX triplet: 89, 29 and 4B. RGB value is (137,41,75). Sum of RGB (Red+Green+Blue) = 137+41+75=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89294B is #76D6B4. Grayscale: #494949. Windows color (decimal): -7788213 or 4925833. OLE color: 4925833.
HSL color Cylindrical-coordinate representation of color #89294B: hue angle of 338.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89294B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 75 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.46 |
| HSL | 338.75º | 0.54% | 0.35% | - |
| HSV(B) | 338.75º | 0.7% | 0.54% | - |
| XYZ | 12.38 | 7.41 | 7.43 | - |
| YUV | 73.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 75 | 0 | 0.70 | 0.45 | 0.46 | 338.75 | 0.54 | 0.35 |
| Hex | 89 | 29 | 4B | 0 | 46 | 2D | 2E | 153 | 36 | 23 |
| Octal | 211 | 51 | 113 | 0 | 106 | 55 | 56 | 523 | 66 | 43 |
| Binary | 10001001 | 101001 | 1001011 | 0 | 1000110 | 101101 | 101110 | 101010011 | 110110 | 100011 |
Color Harmonies of #89294B
Complementary color
Monochromatic Colors of #89294B
Black with #89294B
Text Example
Text Example
White with #89294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89294B; }
p { color: rgb(137,41,75); }
H1.HeaderClassName
{
color: #89294B;
}
.AnyTagClassName
{
color: #89294B;
}
</style>
background-color css
<style>
a { background-color: #89294B; }
a { background-color: rgb(137,41,75); }
div.DivClassName
{
background-color: #89294B;
}
.BgClassName
{
background-color: #89294B;
}
</style>
border-color css
<style>
span { border-color: #89294B; }
span { border-color: rgb(137,41,75); }
td.TdClassName
{
border-color: #89294B;
}
.TagClassName
{
border-color: #89294B;
}
</style>