Shades of Disco #90113F
Tints of Disco #90113F
RGB
CMYK
RGB Variations
Color information
#90113F (or 0x90113F) is known color: Disco. HEX triplet: 90, 11 and 3F. RGB value is (144,17,63). Sum of RGB (Red+Green+Blue) = 144+17+63=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90113F is #6FEEC0. Grayscale: #3C3C3C. Windows color (decimal): -7335617 or 4133264. OLE color: 4133264.
HSL color Cylindrical-coordinate representation of color #90113F: hue angle of 338.27º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90113F is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 63 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.44 |
| HSL | 338.27º | 0.79% | 0.32% | - |
| HSV(B) | 338.27º | 0.88% | 0.56% | - |
| XYZ | 12.6 | 6.69 | 5.33 | - |
| YUV | 60.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 63 | 0 | 0.88 | 0.56 | 0.44 | 338.27 | 0.79 | 0.32 |
| Hex | 90 | 11 | 3F | 0 | 58 | 38 | 2C | 152 | 4F | 20 |
| Octal | 220 | 21 | 77 | 0 | 130 | 70 | 54 | 522 | 117 | 40 |
| Binary | 10010000 | 10001 | 111111 | 0 | 1011000 | 111000 | 101100 | 101010010 | 1001111 | 100000 |
Color Harmonies of #90113F
Complementary color
Monochromatic Colors of #90113F
Black with #90113F
Text Example
Text Example
White with #90113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90113F; }
p { color: rgb(144,17,63); }
H1.HeaderClassName
{
color: #90113F;
}
.AnyTagClassName
{
color: #90113F;
}
</style>
background-color css
<style>
a { background-color: #90113F; }
a { background-color: rgb(144,17,63); }
div.DivClassName
{
background-color: #90113F;
}
.BgClassName
{
background-color: #90113F;
}
</style>
border-color css
<style>
span { border-color: #90113F; }
span { border-color: rgb(144,17,63); }
td.TdClassName
{
border-color: #90113F;
}
.TagClassName
{
border-color: #90113F;
}
</style>