Shades of Disco #890F43
Tints of Disco #890F43
RGB
CMYK
RGB Variations
Color information
#890F43 (or 0x890F43) is known color: Disco. HEX triplet: 89, 0F and 43. RGB value is (137,15,67). Sum of RGB (Red+Green+Blue) = 137+15+67=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #890F43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F43 is #76F0BC. Grayscale: #393939. Windows color (decimal): -7794877 or 4394889. OLE color: 4394889.
HSL color Cylindrical-coordinate representation of color #890F43: hue angle of 334.43º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F43 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 67 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.46 |
| HSL | 334.43º | 0.8% | 0.3% | - |
| HSV(B) | 334.43º | 0.89% | 0.54% | - |
| XYZ | 11.5 | 6.07 | 5.87 | - |
| YUV | 57.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 67 | 0 | 0.89 | 0.51 | 0.46 | 334.43 | 0.8 | 0.3 |
| Hex | 89 | F | 43 | 0 | 59 | 33 | 2E | 14E | 50 | 1E |
| Octal | 211 | 17 | 103 | 0 | 131 | 63 | 56 | 516 | 120 | 36 |
| Binary | 10001001 | 1111 | 1000011 | 0 | 1011001 | 110011 | 101110 | 101001110 | 1010000 | 11110 |
Color Harmonies of #890F43
Complementary color
Monochromatic Colors of #890F43
Black with #890F43
Text Example
Text Example
White with #890F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F43; }
p { color: rgb(137,15,67); }
H1.HeaderClassName
{
color: #890F43;
}
.AnyTagClassName
{
color: #890F43;
}
</style>
background-color css
<style>
a { background-color: #890F43; }
a { background-color: rgb(137,15,67); }
div.DivClassName
{
background-color: #890F43;
}
.BgClassName
{
background-color: #890F43;
}
</style>
border-color css
<style>
span { border-color: #890F43; }
span { border-color: rgb(137,15,67); }
td.TdClassName
{
border-color: #890F43;
}
.TagClassName
{
border-color: #890F43;
}
</style>