Shades of Disco #90154A
Tints of Disco #90154A
RGB
CMYK
RGB Variations
Color information
#90154A (or 0x90154A) is known color: Disco. HEX triplet: 90, 15 and 4A. RGB value is (144,21,74). Sum of RGB (Red+Green+Blue) = 144+21+74=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90154A is #6FEAB5. Grayscale: #3F3F3F. Windows color (decimal): -7334582 or 4855184. OLE color: 4855184.
HSL color Cylindrical-coordinate representation of color #90154A: hue angle of 334.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90154A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 74 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.44 |
| HSL | 334.15º | 0.75% | 0.32% | - |
| HSV(B) | 334.15º | 0.85% | 0.56% | - |
| XYZ | 13.01 | 6.96 | 7.14 | - |
| YUV | 63.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 74 | 0 | 0.85 | 0.49 | 0.44 | 334.15 | 0.75 | 0.32 |
| Hex | 90 | 15 | 4A | 0 | 55 | 31 | 2C | 14E | 4B | 20 |
| Octal | 220 | 25 | 112 | 0 | 125 | 61 | 54 | 516 | 113 | 40 |
| Binary | 10010000 | 10101 | 1001010 | 0 | 1010101 | 110001 | 101100 | 101001110 | 1001011 | 100000 |
Color Harmonies of #90154A
Complementary color
Monochromatic Colors of #90154A
Black with #90154A
Text Example
Text Example
White with #90154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90154A; }
p { color: rgb(144,21,74); }
H1.HeaderClassName
{
color: #90154A;
}
.AnyTagClassName
{
color: #90154A;
}
</style>
background-color css
<style>
a { background-color: #90154A; }
a { background-color: rgb(144,21,74); }
div.DivClassName
{
background-color: #90154A;
}
.BgClassName
{
background-color: #90154A;
}
</style>
border-color css
<style>
span { border-color: #90154A; }
span { border-color: rgb(144,21,74); }
td.TdClassName
{
border-color: #90154A;
}
.TagClassName
{
border-color: #90154A;
}
</style>