Shades of Disco #90334D
Tints of Disco #90334D
RGB
CMYK
RGB Variations
Color information
#90334D (or 0x90334D) is known color: Disco. HEX triplet: 90, 33 and 4D. RGB value is (144,51,77). Sum of RGB (Red+Green+Blue) = 144+51+77=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90334D is #6FCCB2. Grayscale: #515151. Windows color (decimal): -7326899 or 5059472. OLE color: 5059472.
HSL color Cylindrical-coordinate representation of color #90334D: hue angle of 343.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90334D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 77 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.44 |
| HSL | 343.23º | 0.48% | 0.38% | - |
| HSV(B) | 343.23º | 0.65% | 0.56% | - |
| XYZ | 14.02 | 8.83 | 7.99 | - |
| YUV | 81.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 77 | 0 | 0.65 | 0.47 | 0.44 | 343.23 | 0.48 | 0.38 |
| Hex | 90 | 33 | 4D | 0 | 41 | 2F | 2C | 157 | 30 | 26 |
| Octal | 220 | 63 | 115 | 0 | 101 | 57 | 54 | 527 | 60 | 46 |
| Binary | 10010000 | 110011 | 1001101 | 0 | 1000001 | 101111 | 101100 | 101010111 | 110000 | 100110 |
Color Harmonies of #90334D
Complementary color
Monochromatic Colors of #90334D
Black with #90334D
Text Example
Text Example
White with #90334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90334D; }
p { color: rgb(144,51,77); }
H1.HeaderClassName
{
color: #90334D;
}
.AnyTagClassName
{
color: #90334D;
}
</style>
background-color css
<style>
a { background-color: #90334D; }
a { background-color: rgb(144,51,77); }
div.DivClassName
{
background-color: #90334D;
}
.BgClassName
{
background-color: #90334D;
}
</style>
border-color css
<style>
span { border-color: #90334D; }
span { border-color: rgb(144,51,77); }
td.TdClassName
{
border-color: #90334D;
}
.TagClassName
{
border-color: #90334D;
}
</style>