Shades of Disco #901143
Tints of Disco #901143
RGB
CMYK
RGB Variations
Color information
#901143 (or 0x901143) is known color: Disco. HEX triplet: 90, 11 and 43. RGB value is (144,17,67). Sum of RGB (Red+Green+Blue) = 144+17+67=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #901143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901143 is #6FEEBC. Grayscale: #3C3C3C. Windows color (decimal): -7335613 or 4395408. OLE color: 4395408.
HSL color Cylindrical-coordinate representation of color #901143: hue angle of 336.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901143 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 67 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.44 |
| HSL | 336.38º | 0.79% | 0.32% | - |
| HSV(B) | 336.38º | 0.88% | 0.56% | - |
| XYZ | 12.72 | 6.74 | 5.94 | - |
| YUV | 60.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 67 | 0 | 0.88 | 0.53 | 0.44 | 336.38 | 0.79 | 0.32 |
| Hex | 90 | 11 | 43 | 0 | 58 | 35 | 2C | 150 | 4F | 20 |
| Octal | 220 | 21 | 103 | 0 | 130 | 65 | 54 | 520 | 117 | 40 |
| Binary | 10010000 | 10001 | 1000011 | 0 | 1011000 | 110101 | 101100 | 101010000 | 1001111 | 100000 |
Color Harmonies of #901143
Complementary color
Monochromatic Colors of #901143
Black with #901143
Text Example
Text Example
White with #901143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901143; }
p { color: rgb(144,17,67); }
H1.HeaderClassName
{
color: #901143;
}
.AnyTagClassName
{
color: #901143;
}
</style>
background-color css
<style>
a { background-color: #901143; }
a { background-color: rgb(144,17,67); }
div.DivClassName
{
background-color: #901143;
}
.BgClassName
{
background-color: #901143;
}
</style>
border-color css
<style>
span { border-color: #901143; }
span { border-color: rgb(144,17,67); }
td.TdClassName
{
border-color: #901143;
}
.TagClassName
{
border-color: #901143;
}
</style>