Shades of Disco #90214C
Tints of Disco #90214C
RGB
CMYK
RGB Variations
Color information
#90214C (or 0x90214C) is known color: Disco. HEX triplet: 90, 21 and 4C. RGB value is (144,33,76). Sum of RGB (Red+Green+Blue) = 144+33+76=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90214C is #6FDEB3. Grayscale: #474747. Windows color (decimal): -7331508 or 4989328. OLE color: 4989328.
HSL color Cylindrical-coordinate representation of color #90214C: hue angle of 336.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90214C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 76 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.44 |
| HSL | 336.76º | 0.63% | 0.35% | - |
| HSV(B) | 336.76º | 0.77% | 0.56% | - |
| XYZ | 13.35 | 7.54 | 7.59 | - |
| YUV | 71.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 76 | 0 | 0.77 | 0.47 | 0.44 | 336.76 | 0.63 | 0.35 |
| Hex | 90 | 21 | 4C | 0 | 4D | 2F | 2C | 151 | 3F | 23 |
| Octal | 220 | 41 | 114 | 0 | 115 | 57 | 54 | 521 | 77 | 43 |
| Binary | 10010000 | 100001 | 1001100 | 0 | 1001101 | 101111 | 101100 | 101010001 | 111111 | 100011 |
Color Harmonies of #90214C
Complementary color
Monochromatic Colors of #90214C
Black with #90214C
Text Example
Text Example
White with #90214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90214C; }
p { color: rgb(144,33,76); }
H1.HeaderClassName
{
color: #90214C;
}
.AnyTagClassName
{
color: #90214C;
}
</style>
background-color css
<style>
a { background-color: #90214C; }
a { background-color: rgb(144,33,76); }
div.DivClassName
{
background-color: #90214C;
}
.BgClassName
{
background-color: #90214C;
}
</style>
border-color css
<style>
span { border-color: #90214C; }
span { border-color: rgb(144,33,76); }
td.TdClassName
{
border-color: #90214C;
}
.TagClassName
{
border-color: #90214C;
}
</style>