Shades of Disco #90344C
Tints of Disco #90344C
RGB
CMYK
RGB Variations
Color information
#90344C (or 0x90344C) is known color: Disco. HEX triplet: 90, 34 and 4C. RGB value is (144,52,76). Sum of RGB (Red+Green+Blue) = 144+52+76=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90344C is #6FCBB3. Grayscale: #525252. Windows color (decimal): -7326644 or 4994192. OLE color: 4994192.
HSL color Cylindrical-coordinate representation of color #90344C: hue angle of 344.35º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90344C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 76 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.44 |
| HSL | 344.35º | 0.47% | 0.38% | - |
| HSV(B) | 344.35º | 0.64% | 0.56% | - |
| XYZ | 14.03 | 8.91 | 7.82 | - |
| YUV | 82.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 76 | 0 | 0.64 | 0.47 | 0.44 | 344.35 | 0.47 | 0.38 |
| Hex | 90 | 34 | 4C | 0 | 40 | 2F | 2C | 158 | 2F | 26 |
| Octal | 220 | 64 | 114 | 0 | 100 | 57 | 54 | 530 | 57 | 46 |
| Binary | 10010000 | 110100 | 1001100 | 0 | 1000000 | 101111 | 101100 | 101011000 | 101111 | 100110 |
Color Harmonies of #90344C
Complementary color
Monochromatic Colors of #90344C
Black with #90344C
Text Example
Text Example
White with #90344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90344C; }
p { color: rgb(144,52,76); }
H1.HeaderClassName
{
color: #90344C;
}
.AnyTagClassName
{
color: #90344C;
}
</style>
background-color css
<style>
a { background-color: #90344C; }
a { background-color: rgb(144,52,76); }
div.DivClassName
{
background-color: #90344C;
}
.BgClassName
{
background-color: #90344C;
}
</style>
border-color css
<style>
span { border-color: #90344C; }
span { border-color: rgb(144,52,76); }
td.TdClassName
{
border-color: #90344C;
}
.TagClassName
{
border-color: #90344C;
}
</style>