Shades of Disco #901349
Tints of Disco #901349
RGB
CMYK
RGB Variations
Color information
#901349 (or 0x901349) is known color: Disco. HEX triplet: 90, 13 and 49. RGB value is (144,19,73). Sum of RGB (Red+Green+Blue) = 144+19+73=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #901349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901349 is #6FECB6. Grayscale: #3E3E3E. Windows color (decimal): -7335095 or 4789136. OLE color: 4789136.
HSL color Cylindrical-coordinate representation of color #901349: hue angle of 334.08º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901349 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 73 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.44 |
| HSL | 334.08º | 0.77% | 0.32% | - |
| HSV(B) | 334.08º | 0.87% | 0.56% | - |
| XYZ | 12.94 | 6.88 | 6.95 | - |
| YUV | 62.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 73 | 0 | 0.87 | 0.49 | 0.44 | 334.08 | 0.77 | 0.32 |
| Hex | 90 | 13 | 49 | 0 | 57 | 31 | 2C | 14E | 4D | 20 |
| Octal | 220 | 23 | 111 | 0 | 127 | 61 | 54 | 516 | 115 | 40 |
| Binary | 10010000 | 10011 | 1001001 | 0 | 1010111 | 110001 | 101100 | 101001110 | 1001101 | 100000 |
Color Harmonies of #901349
Complementary color
Monochromatic Colors of #901349
Black with #901349
Text Example
Text Example
White with #901349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901349; }
p { color: rgb(144,19,73); }
H1.HeaderClassName
{
color: #901349;
}
.AnyTagClassName
{
color: #901349;
}
</style>
background-color css
<style>
a { background-color: #901349; }
a { background-color: rgb(144,19,73); }
div.DivClassName
{
background-color: #901349;
}
.BgClassName
{
background-color: #901349;
}
</style>
border-color css
<style>
span { border-color: #901349; }
span { border-color: rgb(144,19,73); }
td.TdClassName
{
border-color: #901349;
}
.TagClassName
{
border-color: #901349;
}
</style>