Shades of Disco #90284D
Tints of Disco #90284D
RGB
CMYK
RGB Variations
Color information
#90284D (or 0x90284D) is known color: Disco. HEX triplet: 90, 28 and 4D. RGB value is (144,40,77). Sum of RGB (Red+Green+Blue) = 144+40+77=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90284D is #6FD7B2. Grayscale: #4B4B4B. Windows color (decimal): -7329715 or 5056656. OLE color: 5056656.
HSL color Cylindrical-coordinate representation of color #90284D: hue angle of 338.65º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90284D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 77 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.44 |
| HSL | 338.65º | 0.57% | 0.36% | - |
| HSV(B) | 338.65º | 0.72% | 0.56% | - |
| XYZ | 13.6 | 7.98 | 7.85 | - |
| YUV | 75.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 77 | 0 | 0.72 | 0.47 | 0.44 | 338.65 | 0.57 | 0.36 |
| Hex | 90 | 28 | 4D | 0 | 48 | 2F | 2C | 153 | 39 | 24 |
| Octal | 220 | 50 | 115 | 0 | 110 | 57 | 54 | 523 | 71 | 44 |
| Binary | 10010000 | 101000 | 1001101 | 0 | 1001000 | 101111 | 101100 | 101010011 | 111001 | 100100 |
Color Harmonies of #90284D
Complementary color
Monochromatic Colors of #90284D
Black with #90284D
Text Example
Text Example
White with #90284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90284D; }
p { color: rgb(144,40,77); }
H1.HeaderClassName
{
color: #90284D;
}
.AnyTagClassName
{
color: #90284D;
}
</style>
background-color css
<style>
a { background-color: #90284D; }
a { background-color: rgb(144,40,77); }
div.DivClassName
{
background-color: #90284D;
}
.BgClassName
{
background-color: #90284D;
}
</style>
border-color css
<style>
span { border-color: #90284D; }
span { border-color: rgb(144,40,77); }
td.TdClassName
{
border-color: #90284D;
}
.TagClassName
{
border-color: #90284D;
}
</style>