Shades of Disco #901C48
Tints of Disco #901C48
RGB
CMYK
RGB Variations
Color information
#901C48 (or 0x901C48) is known color: Disco. HEX triplet: 90, 1C and 48. RGB value is (144,28,72). Sum of RGB (Red+Green+Blue) = 144+28+72=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #901C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C48 is #6FE3B7. Grayscale: #434343. Windows color (decimal): -7332792 or 4725904. OLE color: 4725904.
HSL color Cylindrical-coordinate representation of color #901C48: hue angle of 337.24º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C48 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 72 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.44 |
| HSL | 337.24º | 0.67% | 0.34% | - |
| HSV(B) | 337.24º | 0.81% | 0.56% | - |
| XYZ | 13.09 | 7.23 | 6.84 | - |
| YUV | 67.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 72 | 0 | 0.81 | 0.50 | 0.44 | 337.24 | 0.67 | 0.34 |
| Hex | 90 | 1C | 48 | 0 | 51 | 32 | 2C | 151 | 43 | 22 |
| Octal | 220 | 34 | 110 | 0 | 121 | 62 | 54 | 521 | 103 | 42 |
| Binary | 10010000 | 11100 | 1001000 | 0 | 1010001 | 110010 | 101100 | 101010001 | 1000011 | 100010 |
Color Harmonies of #901C48
Complementary color
Monochromatic Colors of #901C48
Black with #901C48
Text Example
Text Example
White with #901C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C48; }
p { color: rgb(144,28,72); }
H1.HeaderClassName
{
color: #901C48;
}
.AnyTagClassName
{
color: #901C48;
}
</style>
background-color css
<style>
a { background-color: #901C48; }
a { background-color: rgb(144,28,72); }
div.DivClassName
{
background-color: #901C48;
}
.BgClassName
{
background-color: #901C48;
}
</style>
border-color css
<style>
span { border-color: #901C48; }
span { border-color: rgb(144,28,72); }
td.TdClassName
{
border-color: #901C48;
}
.TagClassName
{
border-color: #901C48;
}
</style>