Shades of Disco #891C40
Tints of Disco #891C40
RGB
CMYK
RGB Variations
Color information
#891C40 (or 0x891C40) is known color: Disco. HEX triplet: 89, 1C and 40. RGB value is (137,28,64). Sum of RGB (Red+Green+Blue) = 137+28+64=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #891C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C40 is #76E3BF. Grayscale: #404040. Windows color (decimal): -7791552 or 4201609. OLE color: 4201609.
HSL color Cylindrical-coordinate representation of color #891C40: hue angle of 340.18º 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 #891C40 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 64 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.46 |
| HSL | 340.18º | 0.66% | 0.32% | - |
| HSV(B) | 340.18º | 0.8% | 0.54% | - |
| XYZ | 11.66 | 6.52 | 5.49 | - |
| YUV | 64.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 64 | 0 | 0.80 | 0.53 | 0.46 | 340.18 | 0.66 | 0.32 |
| Hex | 89 | 1C | 40 | 0 | 50 | 35 | 2E | 154 | 42 | 20 |
| Octal | 211 | 34 | 100 | 0 | 120 | 65 | 56 | 524 | 102 | 40 |
| Binary | 10001001 | 11100 | 1000000 | 0 | 1010000 | 110101 | 101110 | 101010100 | 1000010 | 100000 |
Color Harmonies of #891C40
Complementary color
Monochromatic Colors of #891C40
Black with #891C40
Text Example
Text Example
White with #891C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C40; }
p { color: rgb(137,28,64); }
H1.HeaderClassName
{
color: #891C40;
}
.AnyTagClassName
{
color: #891C40;
}
</style>
background-color css
<style>
a { background-color: #891C40; }
a { background-color: rgb(137,28,64); }
div.DivClassName
{
background-color: #891C40;
}
.BgClassName
{
background-color: #891C40;
}
</style>
border-color css
<style>
span { border-color: #891C40; }
span { border-color: rgb(137,28,64); }
td.TdClassName
{
border-color: #891C40;
}
.TagClassName
{
border-color: #891C40;
}
</style>