Shades of Disco #890A45
Tints of Disco #890A45
RGB
CMYK
RGB Variations
Color information
#890A45 (or 0x890A45) is known color: Disco. HEX triplet: 89, 0A and 45. RGB value is (137,10,69). Sum of RGB (Red+Green+Blue) = 137+10+69=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #890A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A45 is #76F5BA. Grayscale: #363636. Windows color (decimal): -7796155 or 4524681. OLE color: 4524681.
HSL color Cylindrical-coordinate representation of color #890A45: hue angle of 332.13º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A45 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 69 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.46 |
| HSL | 332.13º | 0.86% | 0.29% | - |
| HSV(B) | 332.13º | 0.93% | 0.54% | - |
| XYZ | 11.5 | 5.97 | 6.18 | - |
| YUV | 54.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 69 | 0 | 0.93 | 0.50 | 0.46 | 332.13 | 0.86 | 0.29 |
| Hex | 89 | A | 45 | 0 | 5D | 32 | 2E | 14C | 56 | 1D |
| Octal | 211 | 12 | 105 | 0 | 135 | 62 | 56 | 514 | 126 | 35 |
| Binary | 10001001 | 1010 | 1000101 | 0 | 1011101 | 110010 | 101110 | 101001100 | 1010110 | 11101 |
Color Harmonies of #890A45
Complementary color
Monochromatic Colors of #890A45
Black with #890A45
Text Example
Text Example
White with #890A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A45; }
p { color: rgb(137,10,69); }
H1.HeaderClassName
{
color: #890A45;
}
.AnyTagClassName
{
color: #890A45;
}
</style>
background-color css
<style>
a { background-color: #890A45; }
a { background-color: rgb(137,10,69); }
div.DivClassName
{
background-color: #890A45;
}
.BgClassName
{
background-color: #890A45;
}
</style>
border-color css
<style>
span { border-color: #890A45; }
span { border-color: rgb(137,10,69); }
td.TdClassName
{
border-color: #890A45;
}
.TagClassName
{
border-color: #890A45;
}
</style>