Shades of Disco #90334A
Tints of Disco #90334A
RGB
CMYK
RGB Variations
Color information
#90334A (or 0x90334A) is known color: Disco. HEX triplet: 90, 33 and 4A. RGB value is (144,51,74). Sum of RGB (Red+Green+Blue) = 144+51+74=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90334A is #6FCCB5. Grayscale: #515151. Windows color (decimal): -7326902 or 4862864. OLE color: 4862864.
HSL color Cylindrical-coordinate representation of color #90334A: hue angle of 345.16º 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 #90334A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 74 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.44 |
| HSL | 345.16º | 0.48% | 0.38% | - |
| HSV(B) | 345.16º | 0.65% | 0.56% | - |
| XYZ | 13.92 | 8.79 | 7.44 | - |
| YUV | 81.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 74 | 0 | 0.65 | 0.49 | 0.44 | 345.16 | 0.48 | 0.38 |
| Hex | 90 | 33 | 4A | 0 | 41 | 31 | 2C | 159 | 30 | 26 |
| Octal | 220 | 63 | 112 | 0 | 101 | 61 | 54 | 531 | 60 | 46 |
| Binary | 10010000 | 110011 | 1001010 | 0 | 1000001 | 110001 | 101100 | 101011001 | 110000 | 100110 |
Color Harmonies of #90334A
Complementary color
Monochromatic Colors of #90334A
Black with #90334A
Text Example
Text Example
White with #90334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90334A; }
p { color: rgb(144,51,74); }
H1.HeaderClassName
{
color: #90334A;
}
.AnyTagClassName
{
color: #90334A;
}
</style>
background-color css
<style>
a { background-color: #90334A; }
a { background-color: rgb(144,51,74); }
div.DivClassName
{
background-color: #90334A;
}
.BgClassName
{
background-color: #90334A;
}
</style>
border-color css
<style>
span { border-color: #90334A; }
span { border-color: rgb(144,51,74); }
td.TdClassName
{
border-color: #90334A;
}
.TagClassName
{
border-color: #90334A;
}
</style>