Shades of Disco #901348
Tints of Disco #901348
RGB
CMYK
RGB Variations
Color information
#901348 (or 0x901348) is known color: Disco. HEX triplet: 90, 13 and 48. RGB value is (144,19,72). Sum of RGB (Red+Green+Blue) = 144+19+72=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #901348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901348 is #6FECB7. Grayscale: #3E3E3E. Windows color (decimal): -7335096 or 4723600. OLE color: 4723600.
HSL color Cylindrical-coordinate representation of color #901348: hue angle of 334.56º 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 #901348 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 72 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.44 |
| HSL | 334.56º | 0.77% | 0.32% | - |
| HSV(B) | 334.56º | 0.87% | 0.56% | - |
| XYZ | 12.9 | 6.86 | 6.78 | - |
| YUV | 62.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 72 | 0 | 0.87 | 0.50 | 0.44 | 334.56 | 0.77 | 0.32 |
| Hex | 90 | 13 | 48 | 0 | 57 | 32 | 2C | 14F | 4D | 20 |
| Octal | 220 | 23 | 110 | 0 | 127 | 62 | 54 | 517 | 115 | 40 |
| Binary | 10010000 | 10011 | 1001000 | 0 | 1010111 | 110010 | 101100 | 101001111 | 1001101 | 100000 |
Color Harmonies of #901348
Complementary color
Monochromatic Colors of #901348
Black with #901348
Text Example
Text Example
White with #901348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901348; }
p { color: rgb(144,19,72); }
H1.HeaderClassName
{
color: #901348;
}
.AnyTagClassName
{
color: #901348;
}
</style>
background-color css
<style>
a { background-color: #901348; }
a { background-color: rgb(144,19,72); }
div.DivClassName
{
background-color: #901348;
}
.BgClassName
{
background-color: #901348;
}
</style>
border-color css
<style>
span { border-color: #901348; }
span { border-color: rgb(144,19,72); }
td.TdClassName
{
border-color: #901348;
}
.TagClassName
{
border-color: #901348;
}
</style>