Shades of Disco #890E3F
Tints of Disco #890E3F
RGB
CMYK
RGB Variations
Color information
#890E3F (or 0x890E3F) is known color: Disco. HEX triplet: 89, 0E and 3F. RGB value is (137,14,63). Sum of RGB (Red+Green+Blue) = 137+14+63=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #890E3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E3F is #76F1C0. Grayscale: #383838. Windows color (decimal): -7795137 or 4132489. OLE color: 4132489.
HSL color Cylindrical-coordinate representation of color #890E3F: hue angle of 336.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E3F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 63 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.46 |
| HSL | 336.1º | 0.81% | 0.3% | - |
| HSV(B) | 336.1º | 0.9% | 0.54% | - |
| XYZ | 11.37 | 5.99 | 5.26 | - |
| YUV | 56.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 63 | 0 | 0.90 | 0.54 | 0.46 | 336.1 | 0.81 | 0.3 |
| Hex | 89 | E | 3F | 0 | 5A | 36 | 2E | 150 | 51 | 1E |
| Octal | 211 | 16 | 77 | 0 | 132 | 66 | 56 | 520 | 121 | 36 |
| Binary | 10001001 | 1110 | 111111 | 0 | 1011010 | 110110 | 101110 | 101010000 | 1010001 | 11110 |
Color Harmonies of #890E3F
Complementary color
Monochromatic Colors of #890E3F
Black with #890E3F
Text Example
Text Example
White with #890E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E3F; }
p { color: rgb(137,14,63); }
H1.HeaderClassName
{
color: #890E3F;
}
.AnyTagClassName
{
color: #890E3F;
}
</style>
background-color css
<style>
a { background-color: #890E3F; }
a { background-color: rgb(137,14,63); }
div.DivClassName
{
background-color: #890E3F;
}
.BgClassName
{
background-color: #890E3F;
}
</style>
border-color css
<style>
span { border-color: #890E3F; }
span { border-color: rgb(137,14,63); }
td.TdClassName
{
border-color: #890E3F;
}
.TagClassName
{
border-color: #890E3F;
}
</style>