Shades of Disco #90344D
Tints of Disco #90344D
RGB
CMYK
RGB Variations
Color information
#90344D (or 0x90344D) is known color: Disco. HEX triplet: 90, 34 and 4D. RGB value is (144,52,77). Sum of RGB (Red+Green+Blue) = 144+52+77=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90344D is #6FCBB2. Grayscale: #525252. Windows color (decimal): -7326643 or 5059728. OLE color: 5059728.
HSL color Cylindrical-coordinate representation of color #90344D: hue angle of 343.7º 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 #90344D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 77 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.44 |
| HSL | 343.7º | 0.47% | 0.38% | - |
| HSV(B) | 343.7º | 0.64% | 0.56% | - |
| XYZ | 14.07 | 8.92 | 8 | - |
| YUV | 82.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 77 | 0 | 0.64 | 0.47 | 0.44 | 343.7 | 0.47 | 0.38 |
| Hex | 90 | 34 | 4D | 0 | 40 | 2F | 2C | 158 | 2F | 26 |
| Octal | 220 | 64 | 115 | 0 | 100 | 57 | 54 | 530 | 57 | 46 |
| Binary | 10010000 | 110100 | 1001101 | 0 | 1000000 | 101111 | 101100 | 101011000 | 101111 | 100110 |
Color Harmonies of #90344D
Complementary color
Monochromatic Colors of #90344D
Black with #90344D
Text Example
Text Example
White with #90344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90344D; }
p { color: rgb(144,52,77); }
H1.HeaderClassName
{
color: #90344D;
}
.AnyTagClassName
{
color: #90344D;
}
</style>
background-color css
<style>
a { background-color: #90344D; }
a { background-color: rgb(144,52,77); }
div.DivClassName
{
background-color: #90344D;
}
.BgClassName
{
background-color: #90344D;
}
</style>
border-color css
<style>
span { border-color: #90344D; }
span { border-color: rgb(144,52,77); }
td.TdClassName
{
border-color: #90344D;
}
.TagClassName
{
border-color: #90344D;
}
</style>