Shades of Disco #90324F
Tints of Disco #90324F
RGB
CMYK
RGB Variations
Color information
#90324F (or 0x90324F) is known color: Disco. HEX triplet: 90, 32 and 4F. RGB value is (144,50,79). Sum of RGB (Red+Green+Blue) = 144+50+79=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90324F is #6FCDB0. Grayscale: #515151. Windows color (decimal): -7327153 or 5190288. OLE color: 5190288.
HSL color Cylindrical-coordinate representation of color #90324F: hue angle of 341.49º 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 #90324F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 79 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.44 |
| HSL | 341.49º | 0.48% | 0.38% | - |
| HSV(B) | 341.49º | 0.65% | 0.56% | - |
| XYZ | 14.05 | 8.78 | 8.35 | - |
| YUV | 81.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 79 | 0 | 0.65 | 0.45 | 0.44 | 341.49 | 0.48 | 0.38 |
| Hex | 90 | 32 | 4F | 0 | 41 | 2D | 2C | 155 | 30 | 26 |
| Octal | 220 | 62 | 117 | 0 | 101 | 55 | 54 | 525 | 60 | 46 |
| Binary | 10010000 | 110010 | 1001111 | 0 | 1000001 | 101101 | 101100 | 101010101 | 110000 | 100110 |
Color Harmonies of #90324F
Complementary color
Monochromatic Colors of #90324F
Black with #90324F
Text Example
Text Example
White with #90324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90324F; }
p { color: rgb(144,50,79); }
H1.HeaderClassName
{
color: #90324F;
}
.AnyTagClassName
{
color: #90324F;
}
</style>
background-color css
<style>
a { background-color: #90324F; }
a { background-color: rgb(144,50,79); }
div.DivClassName
{
background-color: #90324F;
}
.BgClassName
{
background-color: #90324F;
}
</style>
border-color css
<style>
span { border-color: #90324F; }
span { border-color: rgb(144,50,79); }
td.TdClassName
{
border-color: #90324F;
}
.TagClassName
{
border-color: #90324F;
}
</style>