Shades of Disco #890C43
Tints of Disco #890C43
RGB
CMYK
RGB Variations
Color information
#890C43 (or 0x890C43) is known color: Disco. HEX triplet: 89, 0C and 43. RGB value is (137,12,67). Sum of RGB (Red+Green+Blue) = 137+12+67=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #890C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C43 is #76F3BC. Grayscale: #373737. Windows color (decimal): -7795645 or 4394121. OLE color: 4394121.
HSL color Cylindrical-coordinate representation of color #890C43: hue angle of 333.6º 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 #890C43 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 67 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.46 |
| HSL | 333.6º | 0.84% | 0.29% | - |
| HSV(B) | 333.6º | 0.91% | 0.54% | - |
| XYZ | 11.46 | 5.99 | 5.86 | - |
| YUV | 55.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 67 | 0 | 0.91 | 0.51 | 0.46 | 333.6 | 0.84 | 0.29 |
| Hex | 89 | C | 43 | 0 | 5B | 33 | 2E | 14E | 54 | 1D |
| Octal | 211 | 14 | 103 | 0 | 133 | 63 | 56 | 516 | 124 | 35 |
| Binary | 10001001 | 1100 | 1000011 | 0 | 1011011 | 110011 | 101110 | 101001110 | 1010100 | 11101 |
Color Harmonies of #890C43
Complementary color
Monochromatic Colors of #890C43
Black with #890C43
Text Example
Text Example
White with #890C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C43; }
p { color: rgb(137,12,67); }
H1.HeaderClassName
{
color: #890C43;
}
.AnyTagClassName
{
color: #890C43;
}
</style>
background-color css
<style>
a { background-color: #890C43; }
a { background-color: rgb(137,12,67); }
div.DivClassName
{
background-color: #890C43;
}
.BgClassName
{
background-color: #890C43;
}
</style>
border-color css
<style>
span { border-color: #890C43; }
span { border-color: rgb(137,12,67); }
td.TdClassName
{
border-color: #890C43;
}
.TagClassName
{
border-color: #890C43;
}
</style>