Shades of Disco #90284C
Tints of Disco #90284C
RGB
CMYK
RGB Variations
Color information
#90284C (or 0x90284C) is known color: Disco. HEX triplet: 90, 28 and 4C. RGB value is (144,40,76). Sum of RGB (Red+Green+Blue) = 144+40+76=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90284C is #6FD7B3. Grayscale: #4B4B4B. Windows color (decimal): -7329716 or 4991120. OLE color: 4991120.
HSL color Cylindrical-coordinate representation of color #90284C: hue angle of 339.23º 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 #90284C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 76 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.44 |
| HSL | 339.23º | 0.57% | 0.36% | - |
| HSV(B) | 339.23º | 0.72% | 0.56% | - |
| XYZ | 13.56 | 7.97 | 7.66 | - |
| YUV | 75.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 76 | 0 | 0.72 | 0.47 | 0.44 | 339.23 | 0.57 | 0.36 |
| Hex | 90 | 28 | 4C | 0 | 48 | 2F | 2C | 153 | 39 | 24 |
| Octal | 220 | 50 | 114 | 0 | 110 | 57 | 54 | 523 | 71 | 44 |
| Binary | 10010000 | 101000 | 1001100 | 0 | 1001000 | 101111 | 101100 | 101010011 | 111001 | 100100 |
Color Harmonies of #90284C
Complementary color
Monochromatic Colors of #90284C
Black with #90284C
Text Example
Text Example
White with #90284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90284C; }
p { color: rgb(144,40,76); }
H1.HeaderClassName
{
color: #90284C;
}
.AnyTagClassName
{
color: #90284C;
}
</style>
background-color css
<style>
a { background-color: #90284C; }
a { background-color: rgb(144,40,76); }
div.DivClassName
{
background-color: #90284C;
}
.BgClassName
{
background-color: #90284C;
}
</style>
border-color css
<style>
span { border-color: #90284C; }
span { border-color: rgb(144,40,76); }
td.TdClassName
{
border-color: #90284C;
}
.TagClassName
{
border-color: #90284C;
}
</style>