Shades of Disco #890D44
Tints of Disco #890D44
RGB
CMYK
RGB Variations
Color information
#890D44 (or 0x890D44) is known color: Disco. HEX triplet: 89, 0D and 44. RGB value is (137,13,68). Sum of RGB (Red+Green+Blue) = 137+13+68=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #890D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D44 is #76F2BB. Grayscale: #383838. Windows color (decimal): -7795388 or 4459913. OLE color: 4459913.
HSL color Cylindrical-coordinate representation of color #890D44: hue angle of 333.39º 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 #890D44 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 68 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.46 |
| HSL | 333.39º | 0.83% | 0.29% | - |
| HSV(B) | 333.39º | 0.91% | 0.54% | - |
| XYZ | 11.5 | 6.02 | 6.03 | - |
| YUV | 56.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 68 | 0 | 0.91 | 0.50 | 0.46 | 333.39 | 0.83 | 0.29 |
| Hex | 89 | D | 44 | 0 | 5B | 32 | 2E | 14D | 53 | 1D |
| Octal | 211 | 15 | 104 | 0 | 133 | 62 | 56 | 515 | 123 | 35 |
| Binary | 10001001 | 1101 | 1000100 | 0 | 1011011 | 110010 | 101110 | 101001101 | 1010011 | 11101 |
Color Harmonies of #890D44
Complementary color
Monochromatic Colors of #890D44
Black with #890D44
Text Example
Text Example
White with #890D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D44; }
p { color: rgb(137,13,68); }
H1.HeaderClassName
{
color: #890D44;
}
.AnyTagClassName
{
color: #890D44;
}
</style>
background-color css
<style>
a { background-color: #890D44; }
a { background-color: rgb(137,13,68); }
div.DivClassName
{
background-color: #890D44;
}
.BgClassName
{
background-color: #890D44;
}
</style>
border-color css
<style>
span { border-color: #890D44; }
span { border-color: rgb(137,13,68); }
td.TdClassName
{
border-color: #890D44;
}
.TagClassName
{
border-color: #890D44;
}
</style>