Shades of Disco #90143F
Tints of Disco #90143F
RGB
CMYK
RGB Variations
Color information
#90143F (or 0x90143F) is known color: Disco. HEX triplet: 90, 14 and 3F. RGB value is (144,20,63). Sum of RGB (Red+Green+Blue) = 144+20+63=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90143F is #6FEBC0. Grayscale: #3D3D3D. Windows color (decimal): -7334849 or 4134032. OLE color: 4134032.
HSL color Cylindrical-coordinate representation of color #90143F: hue angle of 339.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90143F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 63 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.44 |
| HSL | 339.19º | 0.76% | 0.32% | - |
| HSV(B) | 339.19º | 0.86% | 0.56% | - |
| XYZ | 12.65 | 6.79 | 5.35 | - |
| YUV | 61.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 63 | 0 | 0.86 | 0.56 | 0.44 | 339.19 | 0.76 | 0.32 |
| Hex | 90 | 14 | 3F | 0 | 56 | 38 | 2C | 153 | 4C | 20 |
| Octal | 220 | 24 | 77 | 0 | 126 | 70 | 54 | 523 | 114 | 40 |
| Binary | 10010000 | 10100 | 111111 | 0 | 1010110 | 111000 | 101100 | 101010011 | 1001100 | 100000 |
Color Harmonies of #90143F
Complementary color
Monochromatic Colors of #90143F
Black with #90143F
Text Example
Text Example
White with #90143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90143F; }
p { color: rgb(144,20,63); }
H1.HeaderClassName
{
color: #90143F;
}
.AnyTagClassName
{
color: #90143F;
}
</style>
background-color css
<style>
a { background-color: #90143F; }
a { background-color: rgb(144,20,63); }
div.DivClassName
{
background-color: #90143F;
}
.BgClassName
{
background-color: #90143F;
}
</style>
border-color css
<style>
span { border-color: #90143F; }
span { border-color: rgb(144,20,63); }
td.TdClassName
{
border-color: #90143F;
}
.TagClassName
{
border-color: #90143F;
}
</style>