Shades of Disco #891C49
Tints of Disco #891C49
RGB
CMYK
RGB Variations
Color information
#891C49 (or 0x891C49) is known color: Disco. HEX triplet: 89, 1C and 49. RGB value is (137,28,73). Sum of RGB (Red+Green+Blue) = 137+28+73=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #891C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C49 is #76E3B6. Grayscale: #414141. Windows color (decimal): -7791543 or 4791433. OLE color: 4791433.
HSL color Cylindrical-coordinate representation of color #891C49: hue angle of 335.23º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C49 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 73 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.46 |
| HSL | 335.23º | 0.66% | 0.32% | - |
| HSV(B) | 335.23º | 0.8% | 0.54% | - |
| XYZ | 11.93 | 6.63 | 6.95 | - |
| YUV | 65.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 73 | 0 | 0.80 | 0.47 | 0.46 | 335.23 | 0.66 | 0.32 |
| Hex | 89 | 1C | 49 | 0 | 50 | 2F | 2E | 14F | 42 | 20 |
| Octal | 211 | 34 | 111 | 0 | 120 | 57 | 56 | 517 | 102 | 40 |
| Binary | 10001001 | 11100 | 1001001 | 0 | 1010000 | 101111 | 101110 | 101001111 | 1000010 | 100000 |
Color Harmonies of #891C49
Complementary color
Monochromatic Colors of #891C49
Black with #891C49
Text Example
Text Example
White with #891C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C49; }
p { color: rgb(137,28,73); }
H1.HeaderClassName
{
color: #891C49;
}
.AnyTagClassName
{
color: #891C49;
}
</style>
background-color css
<style>
a { background-color: #891C49; }
a { background-color: rgb(137,28,73); }
div.DivClassName
{
background-color: #891C49;
}
.BgClassName
{
background-color: #891C49;
}
</style>
border-color css
<style>
span { border-color: #891C49; }
span { border-color: rgb(137,28,73); }
td.TdClassName
{
border-color: #891C49;
}
.TagClassName
{
border-color: #891C49;
}
</style>