Shades of Disco #891E44
Tints of Disco #891E44
RGB
CMYK
RGB Variations
Color information
#891E44 (or 0x891E44) is known color: Disco. HEX triplet: 89, 1E and 44. RGB value is (137,30,68). Sum of RGB (Red+Green+Blue) = 137+30+68=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #891E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E44 is #76E1BB. Grayscale: #424242. Windows color (decimal): -7791036 or 4464265. OLE color: 4464265.
HSL color Cylindrical-coordinate representation of color #891E44: hue angle of 338.69º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E44 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 68 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.46 |
| HSL | 338.69º | 0.64% | 0.33% | - |
| HSV(B) | 338.69º | 0.78% | 0.54% | - |
| XYZ | 11.82 | 6.66 | 6.13 | - |
| YUV | 66.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 68 | 0 | 0.78 | 0.50 | 0.46 | 338.69 | 0.64 | 0.33 |
| Hex | 89 | 1E | 44 | 0 | 4E | 32 | 2E | 153 | 40 | 21 |
| Octal | 211 | 36 | 104 | 0 | 116 | 62 | 56 | 523 | 100 | 41 |
| Binary | 10001001 | 11110 | 1000100 | 0 | 1001110 | 110010 | 101110 | 101010011 | 1000000 | 100001 |
Color Harmonies of #891E44
Complementary color
Monochromatic Colors of #891E44
Black with #891E44
Text Example
Text Example
White with #891E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E44; }
p { color: rgb(137,30,68); }
H1.HeaderClassName
{
color: #891E44;
}
.AnyTagClassName
{
color: #891E44;
}
</style>
background-color css
<style>
a { background-color: #891E44; }
a { background-color: rgb(137,30,68); }
div.DivClassName
{
background-color: #891E44;
}
.BgClassName
{
background-color: #891E44;
}
</style>
border-color css
<style>
span { border-color: #891E44; }
span { border-color: rgb(137,30,68); }
td.TdClassName
{
border-color: #891E44;
}
.TagClassName
{
border-color: #891E44;
}
</style>