Shades of Disco #90204D
Tints of Disco #90204D
RGB
CMYK
RGB Variations
Color information
#90204D (or 0x90204D) is known color: Disco. HEX triplet: 90, 20 and 4D. RGB value is (144,32,77). Sum of RGB (Red+Green+Blue) = 144+32+77=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90204D is #6FDFB2. Grayscale: #464646. Windows color (decimal): -7331763 or 5054608. OLE color: 5054608.
HSL color Cylindrical-coordinate representation of color #90204D: hue angle of 335.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90204D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 77 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.44 |
| HSL | 335.89º | 0.64% | 0.35% | - |
| HSV(B) | 335.89º | 0.78% | 0.56% | - |
| XYZ | 13.36 | 7.5 | 7.76 | - |
| YUV | 70.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 77 | 0 | 0.78 | 0.47 | 0.44 | 335.89 | 0.64 | 0.35 |
| Hex | 90 | 20 | 4D | 0 | 4E | 2F | 2C | 150 | 40 | 23 |
| Octal | 220 | 40 | 115 | 0 | 116 | 57 | 54 | 520 | 100 | 43 |
| Binary | 10010000 | 100000 | 1001101 | 0 | 1001110 | 101111 | 101100 | 101010000 | 1000000 | 100011 |
Color Harmonies of #90204D
Complementary color
Monochromatic Colors of #90204D
Black with #90204D
Text Example
Text Example
White with #90204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90204D; }
p { color: rgb(144,32,77); }
H1.HeaderClassName
{
color: #90204D;
}
.AnyTagClassName
{
color: #90204D;
}
</style>
background-color css
<style>
a { background-color: #90204D; }
a { background-color: rgb(144,32,77); }
div.DivClassName
{
background-color: #90204D;
}
.BgClassName
{
background-color: #90204D;
}
</style>
border-color css
<style>
span { border-color: #90204D; }
span { border-color: rgb(144,32,77); }
td.TdClassName
{
border-color: #90204D;
}
.TagClassName
{
border-color: #90204D;
}
</style>