Shades of Disco #890C45
Tints of Disco #890C45
RGB
CMYK
RGB Variations
Color information
#890C45 (or 0x890C45) is known color: Disco. HEX triplet: 89, 0C and 45. RGB value is (137,12,69). Sum of RGB (Red+Green+Blue) = 137+12+69=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #890C45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C45 is #76F3BA. Grayscale: #373737. Windows color (decimal): -7795643 or 4525193. OLE color: 4525193.
HSL color Cylindrical-coordinate representation of color #890C45: hue angle of 332.64º 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 #890C45 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 69 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.46 |
| HSL | 332.64º | 0.84% | 0.29% | - |
| HSV(B) | 332.64º | 0.91% | 0.54% | - |
| XYZ | 11.52 | 6.01 | 6.18 | - |
| YUV | 55.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 69 | 0 | 0.91 | 0.50 | 0.46 | 332.64 | 0.84 | 0.29 |
| Hex | 89 | C | 45 | 0 | 5B | 32 | 2E | 14D | 54 | 1D |
| Octal | 211 | 14 | 105 | 0 | 133 | 62 | 56 | 515 | 124 | 35 |
| Binary | 10001001 | 1100 | 1000101 | 0 | 1011011 | 110010 | 101110 | 101001101 | 1010100 | 11101 |
Color Harmonies of #890C45
Complementary color
Monochromatic Colors of #890C45
Black with #890C45
Text Example
Text Example
White with #890C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C45; }
p { color: rgb(137,12,69); }
H1.HeaderClassName
{
color: #890C45;
}
.AnyTagClassName
{
color: #890C45;
}
</style>
background-color css
<style>
a { background-color: #890C45; }
a { background-color: rgb(137,12,69); }
div.DivClassName
{
background-color: #890C45;
}
.BgClassName
{
background-color: #890C45;
}
</style>
border-color css
<style>
span { border-color: #890C45; }
span { border-color: rgb(137,12,69); }
td.TdClassName
{
border-color: #890C45;
}
.TagClassName
{
border-color: #890C45;
}
</style>