Shades of Disco #890C41
Tints of Disco #890C41
RGB
CMYK
RGB Variations
Color information
#890C41 (or 0x890C41) is known color: Disco. HEX triplet: 89, 0C and 41. RGB value is (137,12,65). Sum of RGB (Red+Green+Blue) = 137+12+65=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #890C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C41 is #76F3BE. Grayscale: #373737. Windows color (decimal): -7795647 or 4263049. OLE color: 4263049.
HSL color Cylindrical-coordinate representation of color #890C41: hue angle of 334.56º 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 #890C41 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 65 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.46 |
| HSL | 334.56º | 0.84% | 0.29% | - |
| HSV(B) | 334.56º | 0.91% | 0.54% | - |
| XYZ | 11.4 | 5.96 | 5.55 | - |
| YUV | 55.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 65 | 0 | 0.91 | 0.53 | 0.46 | 334.56 | 0.84 | 0.29 |
| Hex | 89 | C | 41 | 0 | 5B | 35 | 2E | 14F | 54 | 1D |
| Octal | 211 | 14 | 101 | 0 | 133 | 65 | 56 | 517 | 124 | 35 |
| Binary | 10001001 | 1100 | 1000001 | 0 | 1011011 | 110101 | 101110 | 101001111 | 1010100 | 11101 |
Color Harmonies of #890C41
Complementary color
Monochromatic Colors of #890C41
Black with #890C41
Text Example
Text Example
White with #890C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C41; }
p { color: rgb(137,12,65); }
H1.HeaderClassName
{
color: #890C41;
}
.AnyTagClassName
{
color: #890C41;
}
</style>
background-color css
<style>
a { background-color: #890C41; }
a { background-color: rgb(137,12,65); }
div.DivClassName
{
background-color: #890C41;
}
.BgClassName
{
background-color: #890C41;
}
</style>
border-color css
<style>
span { border-color: #890C41; }
span { border-color: rgb(137,12,65); }
td.TdClassName
{
border-color: #890C41;
}
.TagClassName
{
border-color: #890C41;
}
</style>