Shades of Disco #901A49
Tints of Disco #901A49
RGB
CMYK
RGB Variations
Color information
#901A49 (or 0x901A49) is known color: Disco. HEX triplet: 90, 1A and 49. RGB value is (144,26,73). Sum of RGB (Red+Green+Blue) = 144+26+73=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #901A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A49 is #6FE5B6. Grayscale: #424242. Windows color (decimal): -7333303 or 4790928. OLE color: 4790928.
HSL color Cylindrical-coordinate representation of color #901A49: hue angle of 336.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A49 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 73 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.44 |
| HSL | 336.1º | 0.69% | 0.33% | - |
| HSV(B) | 336.1º | 0.82% | 0.56% | - |
| XYZ | 13.07 | 7.15 | 6.99 | - |
| YUV | 66.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 73 | 0 | 0.82 | 0.49 | 0.44 | 336.1 | 0.69 | 0.33 |
| Hex | 90 | 1A | 49 | 0 | 52 | 31 | 2C | 150 | 45 | 21 |
| Octal | 220 | 32 | 111 | 0 | 122 | 61 | 54 | 520 | 105 | 41 |
| Binary | 10010000 | 11010 | 1001001 | 0 | 1010010 | 110001 | 101100 | 101010000 | 1000101 | 100001 |
Color Harmonies of #901A49
Complementary color
Monochromatic Colors of #901A49
Black with #901A49
Text Example
Text Example
White with #901A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A49; }
p { color: rgb(144,26,73); }
H1.HeaderClassName
{
color: #901A49;
}
.AnyTagClassName
{
color: #901A49;
}
</style>
background-color css
<style>
a { background-color: #901A49; }
a { background-color: rgb(144,26,73); }
div.DivClassName
{
background-color: #901A49;
}
.BgClassName
{
background-color: #901A49;
}
</style>
border-color css
<style>
span { border-color: #901A49; }
span { border-color: rgb(144,26,73); }
td.TdClassName
{
border-color: #901A49;
}
.TagClassName
{
border-color: #901A49;
}
</style>