Shades of Disco #90354E
Tints of Disco #90354E
RGB
CMYK
RGB Variations
Color information
#90354E (or 0x90354E) is known color: Disco. HEX triplet: 90, 35 and 4E. RGB value is (144,53,78). Sum of RGB (Red+Green+Blue) = 144+53+78=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90354E is #6FCAB1. Grayscale: #535353. Windows color (decimal): -7326386 or 5125520. OLE color: 5125520.
HSL color Cylindrical-coordinate representation of color #90354E: hue angle of 343.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90354E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 78 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.44 |
| HSL | 343.52º | 0.46% | 0.39% | - |
| HSV(B) | 343.52º | 0.63% | 0.56% | - |
| XYZ | 14.15 | 9.03 | 8.2 | - |
| YUV | 83.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 78 | 0 | 0.63 | 0.46 | 0.44 | 343.52 | 0.46 | 0.39 |
| Hex | 90 | 35 | 4E | 0 | 3F | 2E | 2C | 158 | 2E | 27 |
| Octal | 220 | 65 | 116 | 0 | 77 | 56 | 54 | 530 | 56 | 47 |
| Binary | 10010000 | 110101 | 1001110 | 0 | 111111 | 101110 | 101100 | 101011000 | 101110 | 100111 |
Color Harmonies of #90354E
Complementary color
Monochromatic Colors of #90354E
Black with #90354E
Text Example
Text Example
White with #90354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90354E; }
p { color: rgb(144,53,78); }
H1.HeaderClassName
{
color: #90354E;
}
.AnyTagClassName
{
color: #90354E;
}
</style>
background-color css
<style>
a { background-color: #90354E; }
a { background-color: rgb(144,53,78); }
div.DivClassName
{
background-color: #90354E;
}
.BgClassName
{
background-color: #90354E;
}
</style>
border-color css
<style>
span { border-color: #90354E; }
span { border-color: rgb(144,53,78); }
td.TdClassName
{
border-color: #90354E;
}
.TagClassName
{
border-color: #90354E;
}
</style>