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