Shades of Disco #890C49
Tints of Disco #890C49
RGB
CMYK
RGB Variations
Color information
#890C49 (or 0x890C49) is known color: Disco. HEX triplet: 89, 0C and 49. RGB value is (137,12,73). Sum of RGB (Red+Green+Blue) = 137+12+73=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #890C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C49 is #76F3B6. Grayscale: #383838. Windows color (decimal): -7795639 or 4787337. OLE color: 4787337.
HSL color Cylindrical-coordinate representation of color #890C49: hue angle of 330.72º degrees, saturation: 0.84, 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 #890C49 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 73 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.46 |
| HSL | 330.72º | 0.84% | 0.29% | - |
| HSV(B) | 330.72º | 0.91% | 0.54% | - |
| XYZ | 11.65 | 6.06 | 6.86 | - |
| YUV | 56.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 73 | 0 | 0.91 | 0.47 | 0.46 | 330.72 | 0.84 | 0.29 |
| Hex | 89 | C | 49 | 0 | 5B | 2F | 2E | 14B | 54 | 1D |
| Octal | 211 | 14 | 111 | 0 | 133 | 57 | 56 | 513 | 124 | 35 |
| Binary | 10001001 | 1100 | 1001001 | 0 | 1011011 | 101111 | 101110 | 101001011 | 1010100 | 11101 |
Color Harmonies of #890C49
Complementary color
Monochromatic Colors of #890C49
Black with #890C49
Text Example
Text Example
White with #890C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C49; }
p { color: rgb(137,12,73); }
H1.HeaderClassName
{
color: #890C49;
}
.AnyTagClassName
{
color: #890C49;
}
</style>
background-color css
<style>
a { background-color: #890C49; }
a { background-color: rgb(137,12,73); }
div.DivClassName
{
background-color: #890C49;
}
.BgClassName
{
background-color: #890C49;
}
</style>
border-color css
<style>
span { border-color: #890C49; }
span { border-color: rgb(137,12,73); }
td.TdClassName
{
border-color: #890C49;
}
.TagClassName
{
border-color: #890C49;
}
</style>