Shades of Disco #890D40
Tints of Disco #890D40
RGB
CMYK
RGB Variations
Color information
#890D40 (or 0x890D40) is known color: Disco. HEX triplet: 89, 0D and 40. RGB value is (137,13,64). Sum of RGB (Red+Green+Blue) = 137+13+64=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #890D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D40 is #76F2BF. Grayscale: #373737. Windows color (decimal): -7795392 or 4197769. OLE color: 4197769.
HSL color Cylindrical-coordinate representation of color #890D40: hue angle of 335.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D40 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 64 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.46 |
| HSL | 335.32º | 0.83% | 0.29% | - |
| HSV(B) | 335.32º | 0.91% | 0.54% | - |
| XYZ | 11.39 | 5.98 | 5.4 | - |
| YUV | 55.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 64 | 0 | 0.91 | 0.53 | 0.46 | 335.32 | 0.83 | 0.29 |
| Hex | 89 | D | 40 | 0 | 5B | 35 | 2E | 14F | 53 | 1D |
| Octal | 211 | 15 | 100 | 0 | 133 | 65 | 56 | 517 | 123 | 35 |
| Binary | 10001001 | 1101 | 1000000 | 0 | 1011011 | 110101 | 101110 | 101001111 | 1010011 | 11101 |
Color Harmonies of #890D40
Complementary color
Monochromatic Colors of #890D40
Black with #890D40
Text Example
Text Example
White with #890D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D40; }
p { color: rgb(137,13,64); }
H1.HeaderClassName
{
color: #890D40;
}
.AnyTagClassName
{
color: #890D40;
}
</style>
background-color css
<style>
a { background-color: #890D40; }
a { background-color: rgb(137,13,64); }
div.DivClassName
{
background-color: #890D40;
}
.BgClassName
{
background-color: #890D40;
}
</style>
border-color css
<style>
span { border-color: #890D40; }
span { border-color: rgb(137,13,64); }
td.TdClassName
{
border-color: #890D40;
}
.TagClassName
{
border-color: #890D40;
}
</style>