Shades of Disco #90244C
Tints of Disco #90244C
RGB
CMYK
RGB Variations
Color information
#90244C (or 0x90244C) is known color: Disco. HEX triplet: 90, 24 and 4C. RGB value is (144,36,76). Sum of RGB (Red+Green+Blue) = 144+36+76=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90244C is #6FDBB3. Grayscale: #484848. Windows color (decimal): -7330740 or 4990096. OLE color: 4990096.
HSL color Cylindrical-coordinate representation of color #90244C: hue angle of 337.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90244C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 76 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.44 |
| HSL | 337.78º | 0.6% | 0.35% | - |
| HSV(B) | 337.78º | 0.75% | 0.56% | - |
| XYZ | 13.44 | 7.71 | 7.62 | - |
| YUV | 72.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 76 | 0 | 0.75 | 0.47 | 0.44 | 337.78 | 0.6 | 0.35 |
| Hex | 90 | 24 | 4C | 0 | 4B | 2F | 2C | 152 | 3C | 23 |
| Octal | 220 | 44 | 114 | 0 | 113 | 57 | 54 | 522 | 74 | 43 |
| Binary | 10010000 | 100100 | 1001100 | 0 | 1001011 | 101111 | 101100 | 101010010 | 111100 | 100011 |
Color Harmonies of #90244C
Complementary color
Monochromatic Colors of #90244C
Black with #90244C
Text Example
Text Example
White with #90244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90244C; }
p { color: rgb(144,36,76); }
H1.HeaderClassName
{
color: #90244C;
}
.AnyTagClassName
{
color: #90244C;
}
</style>
background-color css
<style>
a { background-color: #90244C; }
a { background-color: rgb(144,36,76); }
div.DivClassName
{
background-color: #90244C;
}
.BgClassName
{
background-color: #90244C;
}
</style>
border-color css
<style>
span { border-color: #90244C; }
span { border-color: rgb(144,36,76); }
td.TdClassName
{
border-color: #90244C;
}
.TagClassName
{
border-color: #90244C;
}
</style>